[as2api-dev] error: No packages specified
Jim Kremens
kremens at gmail.com
Thu Sep 1 13:51:19 UTC 2005
Hi all,
I'm trying to use Ant to call as2api. I have the following:
<target name="document">
<exec executable="${as2api}" failonerror="false">
<arg line='--classpath "${dist}"'/>
</exec>
</target>
This task successfully calls as2api, and I think it passes it the
right path for '--classpath'. But it seems to be looking for a
'<package spec>'.
What's a '<package spec>' and how can I pass one to as2api?
I'm using Eclipse and FDT.
Thanks,
Jim Kremens
More information about the as2api-dev
mailing list