Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 46662 invoked from network); 2 Oct 2002 11:54:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Oct 2002 11:54:13 -0000 Received: (qmail 22148 invoked by uid 97); 2 Oct 2002 11:54:46 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 22109 invoked by uid 97); 2 Oct 2002 11:54:44 -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 22086 invoked by uid 98); 2 Oct 2002 11:54:44 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-Id: <5.1.0.14.2.20021002065326.03073730@shell.visi.com> X-Sender: hoju@shell.visi.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 02 Oct 2002 06:59:47 -0500 To: "Ant Users List" From: Jacob Kjome Subject: Re: Building a source reference In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_466291511==_.ALT" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=====================_466291511==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed I always just create two path references. One I use for compilation and the other I use for testcases and javadoc. Here is an example: I use for compilation and for testing and javadoc I use . Notice how build.test.classpath includes the newly compiled classes and includes a reference to build.classpath. Does that help? Jake At 05:51 PM 10/1/2002 -0500, you wrote: >I am still struggling with this and hope someone will shed the light. > >I want to do something like this (this is obviously not correct >syntax!): > > > > > > > > > >What works and is the best practice for this (adding additional source >directories for and source dirs based on a property)? >Can someone please point me to the info in either the ant manual or Erik >& Steve's book (or some other URL)? I just cannot find the details (and >have been trying a variety of things)... > > > >>> JJENSEN@agribank.com 10/01/02 12:57PM >>> >Hi, > >In the snippet below, what is the solution to get "src.java" >shared/accessible in each target ( has to run only in a >target, right?!)? > >And perhaps there is a better approach all around for javac & javadoc >to access the same source info with the "test" dir included only when >specified to...? > > > > > > > > refid="src.java.files"/> > > > > > > > > >-- >To unsubscribe, e-mail: > >For additional commands, e-mail: > > > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: --=====================_466291511==_.ALT--