Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 26876 invoked by uid 500); 5 Apr 2001 10:22:28 -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 26866 invoked from network); 5 Apr 2001 10:22:27 -0000 Message-ID: From: Nithya To: "'ant-dev@jakarta.apache.org'" Subject: RE: Classpath Date: Thu, 5 Apr 2001 11:18:59 +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 Hi Stefan, The output with -verbose came this way: [java] Forking java -DJETACE_WORK_DIR=e:/temp -classpath C:\WebSphere\AppSe rver\lib\ivbjfaceall.jar;C:\WebSphere\AppServer\lib\jetace.jar;C:\WebSphere\ AppS erver\lib\ejs.jar;C:\WebSphere\AppServer\lib\ujc.jar;C:\WebSphere\AppServer\ clas ses;C:\WebSphere\AppServer\lib\xml4j.jar;C:\WebSphere\AppServer\lib\vaprt.ja r;C: \jdk1.2.2\jre\lib\rt.jar;C:\jdk1.2.2\lib\tools.jar;E:\temp com.ibm.ejb.jetjar.Je tAceMain -f " e:/Build/eBanking200/Components/ws/bin/META-INF/ejb-jar.xml" [java] Error: the JETACE_WORK_DIR directory is not on the CLASSPATH. [java] Java Result: 1 Regards, NNithya -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Thursday, April 05, 2001 8:52 AM To: ant-dev@jakarta.apache.org Subject: Re: Classpath wrote: > 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. I couldn't spot somethiong obvious. What does Ant say when you run ant -verbose? Seatch for a line starting with [javac] Forking Stefan