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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: AWS vs encode '#' Date: Fri, 23 Dec 2016 08:16:20 +0000 Organization: A noiseless patient Spider Message-ID: References: <1482249331.3268.99.camel@obry.net> <787c12e7-2e94-4080-8eb6-eb964b551c6a@googlegroups.com> <1482268804.30739.9.camel@obry.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="b196458d153722e4dea28642c70534f7"; logging-data="939"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6nJ92MDaK9zl8Ap2GU6UADwbOSjq8iaE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) Cancel-Lock: sha1:Qgu/+lsqAkgpVSIgzPcmKRIs9xk= sha1:wBSaGxU9VVoyznlY73dC8UYiiS8= Xref: news.eternal-september.org comp.lang.ada:32952 Date: 2016-12-23T08:16:20+00:00 List-Id: Stephen Leake writes: > On Tuesday, December 20, 2016 at 3:20:06 PM UTC-6, Pascal Obry wrote: >> Hi Stephen, >> >> > Ok. I'll see if I can come up with a patch. I'm using GPL 2016; is >> > there a public AWS source repository? >> >> Yes on GitHub, see: >> https://github.com/AdaCore/aws > > I'm trying to make that work, in a Debian testing VM. "make setup" > fails because the "templates_parser" directory is empty. I think you are meant to clone using --recursive, because templates_parser is a submodule. --recursive, --recurse-submodules After the clone is created, initialize all submodules within, using their default settings. This is equivalent to running git submodule update --init --recursive immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given) > Is that supposed to be populated from some other git repository? > Neither INSTALL nor readme.txt say that. Looks like an issue needs raising. > Is there a better mailing list to discuss this? At the bottom of readme.txt it suggests http://lists.adacore.com/mailman/listinfo/aws