[as2api-dev] Re: multiple classpaths using Ant
David Holroyd
dave at badgers-in-foil.co.uk
Thu Sep 15 12:57:24 UTC 2005
On Wed, Sep 14, 2005 at 02:11:18PM -0400, Jim Kremens wrote:
> Actually, everything seems to be working pretty well. It was failing
> to document my .com package, and i blamed it on as2api. I didin't
> write the classes in my .com package, and they are kind of dodgy, so
> I'm guessing that as2api doesn't like something in one of the files in
> there... Would you like me to pass them along for testing?
Yep, it would be good to be able to check that.
> That said, it's now doing a wonderful job of documenting my stuff.
> Here's my revised Ant task, which allows you to pass in multiple
> packages using package-spec. I hadn't read that part of the
> documentation carefully enough...
I obviously need to do a much better job on that patch of the docs...
> <target name="document">
> <exec executable="${as2api}" failonerror="false">
> <arg line='package-spec org.* package-spec unit.*' />
...the text 'package-spec' was just meant to be a placeholder meaning
'stick your package specifications at this point', so the above should
actually just be:
<arg line='org.* unit.*' />
I'll try to rework it at some point so that it states that in a less
convoluted way.
good to hear that things are working well otherwise,
dave
--
http://david.holroyd.me.uk/
More information about the as2api-dev
mailing list