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,8dabd6d669ed7263 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!198.186.190.251.MISMATCH!transit4.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Sun, 16 Mar 2008 20:06:23 -0400 From: "Peter C. Chapin" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Moving From AUnit V1 to V2 References: <9f4fd5a5-9940-481d-850d-bdd24821781e@e25g2000prg.googlegroups.com> <47dd0124$0$11013$4d3efbfe@news.sover.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <47ddb5fc$0$10985$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: ff423a70.news.sover.net X-Trace: DXC=d68:L]CgGGDSHGN<7KP`INK6_LM2JZB_C0jmXU8VS9cG3?@`i3kGa5KBKOc5QiU2iJQ`DK9fW;UAF X-Complaints-To: abuse@sover.net Xref: g2news1.google.com comp.lang.ada:20441 Date: 2008-03-16T20:06:23-04:00 List-Id: Ed Falis wrote: > I believe aunit.html under "doc" describes the conversion process in > detail. At least I know I spent a lot of time writing it. If you've > read that document and it's still "short", let me know. Well there is no such file 'aunit.html' in the AUnit distribution that is part of GNAT GPL 2007. I do see doc/aunit/aunit.texi, but I don't find that file especially readable. I'm on a Windows system, but I do have Cygwin installed. When I execute Cygwin's make I get the following error: sed: can't read ../version_information: No such file or directory make: *** [version] Error 2 I also tried using the make that is part of GNAT GPL 2007 (together with whatever other Unix-like tools that are part of that package). In that case I get this error: The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. The system cannot find the path specified. 'sed' is not recognized as an internal or external command, operable program or batch file. make: *** [version] Error 1 Peter