[as2api-dev] AS2API command line problems
David Holroyd
dave at badgers-in-foil.co.uk
Sun, 10 Jul 2005 12:43:53 +0000
Hi there!
On Sat, Jul 09, 2005 at 09:00:33AM +0300, Gaspy wrote:
> In a folder, I have a bunch of .as files, with the path md.components; I
> moved as2api in that folder and from the command prompt I entered 'as2api
> md.components.*' and I got ''error: No source files matching specified
> packages". Then I tried countless variations, like entring just 'md' or '
> md.components' or specifying the classpath as 'as2api --classpath
> d:\works\md_classes md.components.* and so on.
Does your directory structure match the package structure exactly? If
you tell as2api to document 'md.components.*', it will search for
classes within the subfolders 'md/components/...' in your classpath (i.e
'd:\works\md_classes\md\components' contains the .as files for this
package).
> Then, I tried the older Windows GUI version. It (kindof) worked in that it
> parsed the classes, but it ignored all the comments.
Can you provide an example of one of the classes? If you don't want to
post your code to a public mailing list, by all means send me a private
email.
Hope I can help,
dave
--
http://david.holroyd.me.uk/