Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 86888 invoked from network); 12 Jun 2002 14:19:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Jun 2002 14:19:17 -0000 Received: (qmail 16836 invoked by uid 97); 12 Jun 2002 14:19:13 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 16820 invoked by uid 97); 12 Jun 2002 14:19:12 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 16800 invoked by uid 98); 12 Jun 2002 14:19:11 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <98D21B073202584C9125C860580DC4EDEC048D@lgchexch006.ad.lgc.com> From: Dominique Devienne To: "'Ant Users List'" Subject: RE: Path confusion. I'm going crazy! Date: Wed, 12 Jun 2002 09:19:07 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dunno! The xml you show seems correct to me. Are both these defined at the top level, with classesDir and testClassesDir already defined? Are there any or involved? Did you try running with -debug and look carefully to the output? For troubleshooting purpose, just after defining these s, but before trying to compile, print them out using: Beside these weak recommendations, it's hard to tell what could be wrong from what you already provided. --DD -----Original Message----- From: Jerome Jacobsen [mailto:jerome.jacobsen@gentootech.com] Sent: Wednesday, June 12, 2002 9:05 AM To: Ant User Subject: Path confusion. I'm going crazy! I've got the following: What I'm trying to do with this is setup two paths. One for compiling the project. Another for compiling and running the project test classes. Compilation of the project works ok (using classpath.path). Compilation of the test classes fails (using test.classpath.path). With -verbose option I see that the javac -classpath for the test classes is missing my projects classes directory (defined by ${classesDir} in classpath.path). It is getting all the jars from classpath.path. So my question is, why doesn't it pickup the too??? Regards, Jerome -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: