have a look at http://ant.apache.org/manual/using.html#path
Pfau Oliver FRD II wrote:
Hi,
I have a directory which contains many jar-files. I want to add all this
jars in my class path for javac...how can I do this recursive without naming
each jar ?
Thanks,
Oliver
-
Hi,
I have a directory which contains many jar-files. I want to add all this
jars in my class path for javac...how can I do this recursive without naming
each jar ?
Thanks,
Oliver
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
I am using ant 1.6.2
I have a common.xml with a compile target:
In my proj1.xml I have the following:
Do anyone have an idea why not "additional.classpath" is added to
"common.classpath"
In my build file, when I build javac target, I notice that it includes
all jar files in CLASSPATHs in my .tcshrc script. But when building a
java target it does not include them. What is the reason behind this
behavior. In this case, how can I exclude any jars other than the jars I
specify in t