From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d56277ca44106c09,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2!news2.arglkargh.de!news.mixmin.net!eweka.nl!hq-usenetpeers.eweka.nl!cyclone03.ams.highwinds-media.com!news.highwinds-media.com!npeersf01.ams.highwinds-media.com!newsfe21.ams2.POSTED!40385e62!not-for-mail From: Per Sandberg User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: [ANN] First public release of "ssprep" a extensible generic project generator Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Wed, 29 Oct 2008 19:25:12 UTC Date: Wed, 29 Oct 2008 21:15:19 +0100 Xref: g2news2.google.com comp.lang.ada:8254 Date: 2008-10-29T21:15:19+01:00 List-Id: ssprep is a tool that generates file-trees from a given set of templates and symbols. Where templates are read from an extensible template configuration rooting in a XMLfiles located on a search path or a simple path. and symbols are read from different sources such as: * command line * XML-files * Manifest-files (Java style) * properties files (Java style) * environment The intent is to produce project skeletons and or add more files to a project given its content. The tool could also call other tools to do more extensive processing. https://sourceforge.net/projects/ssprep/ /Per