[as2api-dev] Re: AS2API command line & GUI issues
Armand Niculescu
armand at media-division.com
Wed, 13 Jul 2005 18:57:08 +0300
>I attach an updated windows .exe version that produces more debugging
>info, and contains a bugfix which might effect the classpath searching
>code in some cases.
>
>
The new windows compiled file seems to work perfectly with default
classpath as well as with specified classpaths. It also shows an error
when the classpath does not match the package structure, so I think this
problem is solved.
I did encounter however another bug:
it seems it does not like the 'import' keyword, e.g.:
import md.utils.Validate
class md.components.myComp
{
...
the above structure makes AS2API to skip the class file.
Armand