Hello all: I'm using Ant 1.4 I'm trying to set some options for my jvc compiler using the javac task. The options I want to set are:
1) /cp to set the classpath for compilation without prepending 2) /g:l to generate line numbers ONLY As it stands now and from what I've read in the docs, it will only set the /cp:p and /g options for classpath and debug. Is there a way I can refine these options? I would REALLY love to use the javac task. I'm using <exec> right now and it takes so much longer. -Anthony
