[as2api-dev] error: No packages specified

Jim Kremens kremens at gmail.com
Fri Sep 2 04:20:46 UTC 2005


Hi again David,

Sorry to bug you.  I think I'm doing everything right at this point,
but I'm still finding some issues.  as2api seems to overlook some of
the files in a given package.

For example, a package might have 7 classes in it, all inheriting from
the same parent, and the documentation will only show 4.  Can you
think of any reasons for this?

I'd be happy to zip up the files for you if you're willing to test
them.  Perhaps I've found a bug?

Thanks,

Jim Kremens

On 9/1/05, Jim Kremens <kremens at gmail.com> wrote:
> Will multiple lines also work for multiple classpaths?  Or should I
> delimit them with a semicolon per the docs?
> 
> Also, is it possible to apply different css styles to the docs?
> 
> Thanks,
> 
> Jim Kremens
> 
> On 9/1/05, David Holroyd <dave at badgers-in-foil.co.uk> wrote:
> > On Thu, Sep 01, 2005 at 11:31:48AM -0400, Jim Kremens wrote:
> > > Thanks!
> > >
> > > What if I have one source folder with .com and .org in it?  I pass
> > > as2api the source folder, but how do I pass multiple packages?
> >
> > Sorry; I didn't explain that you can give multiple <package spec>
> > arguments, so you should be able to have something like:
> >
> >  <target name="document">
> >      <exec executable="${as2api}" failonerror="false">
> >          <arg line='--classpath "${dist}"'/>
> >          <arg line='com.example.myapp.*'/>  <!-- all 'myapp' packages -->
> >          <arg line='org.example.utils'/>
> >          <arg line='net.example.foobar.net'/>
> >          <arg line='net.example.foobar.io'/>
> >      </exec>
> >  </target>
> >
> >
> >
> > dave
> >
> > --
> > http://david.holroyd.me.uk/
> >
> > _______________________________________________
> > as2api-dev mailing list
> > as2api-dev at lists.badgers-in-foil.co.uk
> > http://lists.badgers-in-foil.co.uk/mailman/listinfo/as2api-dev
> >
>



More information about the as2api-dev mailing list