Posted By:
j_j
Posted On:
Sunday, January 30, 2011 07:59 AM
Hi i am using the following code and my javac target is Compiling Source code directory destdir ="${src.classes.dir}" debug="true" includeAntRuntime="true" classpath = "${org.compile.classpath}"> I get the message that path variable org.compile.classpath is not set when i try to run this. Can u please point out whats the mistake.
More>>
Hi i am using the following code
and my javac target is
Compiling Source code directory
destdir ="${src.classes.dir}"
debug="true"
includeAntRuntime="true"
classpath = "${org.compile.classpath}">
I get the message that path variable org.compile.classpath is not set when i try to run this.
Can u please point out whats the mistake.
<<Less