Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 64523 invoked by uid 500); 6 Sep 2001 19:46:31 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 64514 invoked from network); 6 Sep 2001 19:46:30 -0000 Reply-To: From: "Brett Knights" To: Subject: RE: classpathref problem Date: Thu, 6 Sep 2001 12:46:40 -0700 Message-ID: <001601c1370c$a6797f00$0201a8c0@knightsAPC.knightsofthenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: <20010906190723.28899.qmail@web10204.mail.yahoo.com> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The following should work: (Note that I missed out SYSTEM on my earlier post ) ]> &stdPath; > -----Original Message----- > From: Ralph Jocham [mailto:rjocham72@yahoo.com] > Sent: Thursday, September 06, 2001 12:07 PM > To: ant-user@jakarta.apache.org > Subject: classpathref problem > > > Hi, > I have this file at L:\java\src\project.class.path > > > > > > > > > > > > > > > > > > and this file at l:\java\src\com\...\build.xml > > > > > > > > > destdir="${build}" > debug="on" > classpathref="project.class.path"> > > > > > > > and I get this error : > Buildfile: build.xml > > compile: > [javac] Compiling 43 source files to L:\java\build > > BUILD FAILED > > L:\Java\Src\com\apldbio\arrays\base\common\arrays\build.xml:12: > Reference project.class.path not found. > > Total time: 0 seconds > > How can I tell Ant from where to pick up the external > classpath file. > > Thanks, > Ralph > >