Look again. -verbose/-debug do show you the Java command line. BTW, Ant's version is mostly 1.4.1 or 1.5 these days. Never head of 3.7... --DD
-----Original Message----- From: John Caron [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: how to see java command line? 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
