Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 83483 invoked from network); 6 Nov 2003 14:36:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 14:36:23 -0000 Received: (qmail 15767 invoked by uid 500); 6 Nov 2003 14:36:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 15730 invoked by uid 500); 6 Nov 2003 14:36:09 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 15717 invoked from network); 6 Nov 2003 14:36:08 -0000 Received: from unknown (HELO ROWE400.ROWEINTERNATIONAL.COM) (64.7.174.3) by daedalus.apache.org with SMTP; 6 Nov 2003 14:36:08 -0000 Subject: Object dependencies/import in Ant To: user@ant.apache.org X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: From: mcrouch@roweinternational.com Date: Thu, 6 Nov 2003 09:36:16 -0500 X-MIMETrack: Serialize by Router on DominRowe/RoweInternational(Release 5.0.8 |June 18, 2001) at 11/06/2003 09:36:17 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am having trouble resolving depencencies in a series of directories used in an Ant build. I have several classes that need objects not yet created, but I can't seem to get the build to compile similar to how I am used to doing this with MAKE. I have tried INCLUDE and EXCLUDE, but no luck. How do I get a java class to compile via Ant that uses an object that does not yet exist? Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org