Im trying to use a <java ..> element in ant 3.7, and i get an error:
$ ant test Buildfile: build.xml prepare: compile: test: BUILD FAILED E:\dev\NCdataset\build.xml:38: Could not find test.nc2.dataset.TestOverride. Make sure you have it in your classpath Im sure ive made some silly error in my classpath, but neither -verbose nor -debug seems to shows me what the actual java command thats trying to be executed. rather than guessing what ant hinks the classpath is, is there a way to make ant show me what java command it is trying to execute? thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
