Re: Classpath in javac

2005-03-11 Thread Kristian Perkins
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 -

Classpath in javac

2005-03-11 Thread Pfau Oliver FRD II
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

Problem with classpath in javac task

2004-12-03 Thread Mikael Petterson \(KI/EAB\)
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"

classpath in javac and java

2003-07-28 Thread Rebhi Baraka
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