Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 52931 invoked from network); 15 Oct 2002 22:31:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Oct 2002 22:31:22 -0000 Received: (qmail 10663 invoked by uid 97); 15 Oct 2002 22:31:50 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 10501 invoked by uid 97); 15 Oct 2002 22:31:50 -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 10370 invoked by uid 98); 15 Oct 2002 22:31:49 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: javac class path Date: Tue, 15 Oct 2002 17:30:58 -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 It's apparently just a property, so can be set on the command line or in the build file, or a loaded properties or XML files. Whether it's better or not that include{Java|Ant}Runtime, I don't know. I'm surprised it doesn't work for you though... --DD http://jakarta.apache.org/ant/manual/sysclasspath.html PS: As far as 2... Different projects should each have there own classes directory, but that's a different story right. -----Original Message----- From: Menon, Joby [mailto:Joby.Menon@intertrade.com] Sent: Tuesday, October 15, 2002 4:41 PM To: Ant Users List Subject: RE: javac class path About 1., see includeAntRuntime and includeJavaRuntime attributes , does not help remove the system classpath .. "build.sysclasspath=ignore" should work, but could you please provide me the usage. it looks like a task property , how and where to specify the value. About 2., why would you want to do that? i have different projects to build, but the compiled classes go to same output locations. for one project i want the compile to take the compiled classes into the classpath but for the another project i want to use the jars built out of prior release to be used in the classpath ahead of the current output location classes. thanks -----Original Message----- From: Mike Dougherty [mailto:MDougherty@XIFIN.Com] Sent: October 15, 2002 2:23 PM To: 'Ant Users List' Subject: RE: javac class path > -----Original Message----- > From: Dominique Devienne [mailto:DDevienne@lgc.com] > Sent: Tuesday, October 15, 2002 2:14 PM > To: 'Ant Users List' > Subject: RE: javac class path > > > About 1., see includeAntRuntime and includeJavaRuntime attributes. > > About 2., why would you want to do that? --DD > > -----Original Message----- > From: Menon, Joby [mailto:Joby.Menon@intertrade.com] > Sent: Tuesday, October 15, 2002 4:09 PM > To: Ant Users List > Subject: javac class path > > 1. How can i let ant know not to use the system classpath > appended/prepended > to the classpath defined in build file via classpath attribute. > > 2. how can i let ant know not to use the destination directory > appended/prepended(to output the classes) set in the javac > target to the > classpath defined in the build file via classpath attribute. > > thanks > I would have thought using "build.sysclasspath=ignore" a better approach? Is there a reason why includeAntRuntime and includeJavaRuntime are better in this case? /mike -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: