Posted By:
Anonymous
Posted On:
Wednesday, November 1, 2006 12:38 PM
Please note this is not the usual problem with ant where the junit.jar is missing from the ant/lib directory. I have created a new java task to run ant and am then trying to use the optional junit task, i would have thought that ant would find the jar in ant/lib. Does any one know how to configure this to work correctly? Below if the code I am using: PATH: ${build.java-root.temp.dir}
More>>
Please note this is not the usual problem with ant where the junit.jar is missing from the ant/lib directory.
I have created a new java task to run ant and am then trying to use the optional junit task, i would have thought that ant would find the jar in ant/lib.
Does any one know how to configure this to work correctly? Below if the code I am using:
PATH: ${build.java-root.temp.dir}
<<Less