Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 94433 invoked by uid 500); 4 Apr 2001 17:58:05 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 94304 invoked from network); 4 Apr 2001 17:58:05 -0000 Message-ID: From: Nithya To: "'ant-dev@jakarta.apache.org'" Subject: Classpath Date: Wed, 4 Apr 2001 18:54:13 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N -----Original Message----- From: Nithya [mailto:Nithya1@Midas-Kapiti.com] Sent: Wednesday, April 04, 2001 6:46 PM To: 'ant-dev@jakarta.apache.org' Subject: RE: continuing development for ant 1.4 To All, I had a problem i have spent about 9 hours on it.I would be really haapy if somone could tell me if i have made any mistake.Actually i have to fire the following command through Ant: java -classpath c:/websphere/appserver/lib/ivbjfaceall.jar;c:/websphere/appserver/lib/jetace .jar;c:/websphere/appserver/lib/ejs.jar;${components.home}/bin;c:/websphere/ appserver/lib/ujc.jar;c:/websphere/appserver/lib/xml4j.jar;c:/websphere/apps erver/lib/vaprt.jar;c:/jdk1.2.2/jre/lib/rt.jar;c:/jdk1.2.2/lib/tools.jar;-DJ ETACE_WORK_DIR=.\temp com.ibm.ejb.jetjar.JetAceMain -f e:/Build/eBanking200/Components/ws/bin/META-INF/ejb-jar.xml so had written the corresponding command in Ant: On running the ant file i get a message: [java] Error: the JETACE_WORK_DIR directory is not on the CLASSPATH. [java] Java Result: 1 I am not able to understand why this error is coming,since i am setting the classpath to the directory as: Thanx in advance, Regards, NNithya