AW: ****SPAM**** Class-Path error in Ant Script

2009-03-30 Thread Knuplesch, Juergen
You need log4j.jar in the compile-classpath -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: NR031 [mailto:nataraja...@cognizant.com] Gesendet: Montag, 30. März 2009 12:02 An: user@ant.apache.org Betreff: SPAM Class-Path error in Ant Script Hi, I

Class-Path error in Ant Script

2009-03-30 Thread NR031
er err or output for details. Total time: 1 second What is wrong in the above code? Thanks in advance, -- View this message in context: http://www.nabble.com/Class-Path-error-in-Ant-Script-tp22779845p22779845.html Sent from the Ant - Users mailing list a

AW: Class path error

2008-05-13 Thread Jan.Materne
g the needed Class-Path have a look at the task. The creation of the required directory layout just use and . Jan > -Ursprüngliche Nachricht- > Von: Van Dessel Ivan [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 13. Mai 2008 19:41 > An: user@ant.apache.org >

Class path error

2008-05-13 Thread Van Dessel Ivan
To run my project correctly I run "java package.Driver_1" after I run command "source" on a script file that exports two directories of jar files. How do I implement the exporting of library jars into my build file for ant to make a jar file so that I can just run it. I have been adding attrib