Gayan Asanka wrote:
Hi Steve,

I observed it with ant -v (after adding that path refid part), This is the
final part of that output.

After displaying lot of classpaths, it shows this:-
    [junit] 'org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner'
    [junit] 'test.WMRound3Compound1InteropTest'
    [junit] 'filtertrace=true'
    [junit] 'haltOnError=false'
    [junit] 'haltOnFailure=false'
    [junit]


you've snipped out too much. incluide the *ENTIRE* junit command.

-the reason you are seeing the error is that something is going wrong with the commands to <java>.

-so you need to look at the entire printout of the java command, which is what -v gives you

-yes, that includes the classpaths, which is clearly where the problem lies

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

Reply via email to