Gayan Asanka wrote:


Hi All,

I am working on Apache axis2 project. I am trying to run few test cases
using a build.xml. I do codegeneration, compiling and run all via this
build.xml. But I am getting a runtime exception if I set fork = "false" both
in linux and windows. Things are ok when fork="true" in linux(Ubuntu). But
in windows it shows me the help to use java commands when fork = "true".
Could somebody pls help me to overcome this triouble?

probably means your classpath is bad, so javac is getting confused.

run in -verbose to see what command is generated, and look for too many quotes in the classpath argument

-steve

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

Reply via email to