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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,da03c03f5a90c6f3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!cyclone03.ams2.highwinds-media.com!news.highwinds-media.com!npeersf01.ams.highwinds-media.com!newsfe07.ams2.POSTED!1cdbf9d3!not-for-mail From: Per Sandberg Reply-To: per.sandberg@bredband.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: [ANN] ssprep-1.5.6 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <3oaZo.99570$_t1.82234@newsfe07.ams2> X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Tue, 18 Jan 2011 06:26:07 UTC Date: Tue, 18 Jan 2011 07:26:06 +0100 Xref: g2news2.google.com comp.lang.ada:17475 Date: 2011-01-18T07:26:06+01:00 List-Id: URL should be: http://sourceforge.net/projects/ssprep/files/ssprep/1.5.7 Found some last time glitches. On 01/17/2011 08:27 PM, Per Sandberg wrote: > ssprep is a tool to generate initial project structures from a set of > templates that is highly configurable and expandable. > > sample: > $ssprep ssprep.simpleExecutableProject -Dproject=demo > will generate a full project tree with unit and regression tests. > > $ssprep ssprep.simpleExecutableProject -Dproject=demo -dWITH_ASIS=True > will add a template for an ASIS program as well. > > After the project generation its just > $make > $make test > $make install > or open the project in GPS > > http://sourceforge.net/projects/ssprep/files/ssprep/1.5.6 > > /persan >