I think I've solved the problem. When I use the "executable" attribute, it starts complaining that the -source command-line parameter isn't supported. However, when I remove the source="1.3" and target="1.3" attributes, it stops complaining; so those parameters must be incompatible with the JDK 1.3's javac. --Wayne

David Jones wrote:
I believe that the -source and -target parameters are specific to java 1.5.
If you are using the 1.3 compiler, you don't need to try to ensure
compatibility with 1.3, its automatic.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to