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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f8be89b9afa16528 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Adabrowse help Date: Wed, 10 Nov 2004 12:21:33 +0100 Message-ID: <4191F9BD.5060309@mailinator.com> References: <4190E2AC.1010009@mailinator.com> <4190F8DF.1020107@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de ywT14Cxq2FC8gJJvu2SC+gsZcXpZPjnVg2h3bf6S0SGXppf64= User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en In-Reply-To: <4190F8DF.1020107@mailinator.com> Xref: g2news1.google.com comp.lang.ada:6110 Date: 2004-11-10T12:21:33+01:00 List-Id: Alex R. Mosteo wrote: > Alex R. Mosteo wrote: > >> Hi, >> >> I bet several people is using AdaBrowse in this list. I'm having a >> problem with the latest version 4.0.2 so if you can help... >> >> I'm trying to generate the documentation for a large project. The >> source files are scattered in several folders. The .adt files from >> ASIS are all in a single folder. I'm giving this command: >> >> adabrowse -Ifolder1 -Ifolder2 -Tadtfolder -f main.ads --all -o html/ >> >> Theoretically the --all switch should cause html generation for all >> withed files (in gnatmake fashion?) but in my case I get a single file >> for the main.ads unit. Supplying -wD doesn't show anything, nor any >> error is reported. >> >> Any ideas? > > > Follow-up: I've temporarily work-arounded the previous using a shell > script, but I'm still curious. > > Apart from that, every file is taking about 2 minutes to be generated in > a fairly recent computer with lots of memory. We are talking about 400 > .adt files. Is this a normal speed? Follow-up: I've resolved the time issue passing all the files in a single -f @list parameter. The time is still 2 minutes but for generating *all* files and not each one. The --all issue still bugs me.