Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 80455 invoked from network); 6 Nov 2001 17:56:07 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 6 Nov 2001 17:56:07 -0000 Received: (qmail 15990 invoked from network); 6 Nov 2001 17:58:34 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 6 Nov 2001 17:58:34 -0000 Received: (qmail 11754 invoked by uid 97); 6 Nov 2001 17:55:17 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 11732 invoked by uid 97); 6 Nov 2001 17:55:17 -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 11707 invoked from network); 6 Nov 2001 17:55:16 -0000 Subject: Problem with javac dependency checking and/or output location To: ant-user@jakarta.apache.org X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: From: MARobertson@dstsystems.com Date: Tue, 6 Nov 2001 11:54:57 -0600 X-MIMETrack: Serialize by Router on DSTNM03/Server/DST/US(Release 5.0.8 |June 18, 2001) at 11/06/2001 11:54:58 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: daedalus.apache.org 1.6.2 0/1000/N Hi! I've just started working with Ant, and have run into a problem with how I'm setting up my build.xml file for a project I'm trying to get set up. First, here's my directory structure: netserver classes com dstsystems awd util wb source com dstsystems awd util wb Now for the problem I'm having. I'm trying to compile the .java files in the com.dstsystems.awd.util package. I can either get it to rebuild everything, regardless if it is needed or not, or compile just the missing .class files, but put them in the wrong place! Here's what I've tried: Option 1: I've also tried putting the full path in the includes argument, as well as apending \** and \**\*.java to it. WIth this option, ant finds no files to build Option 2: This option finds the files to build, and only builds the ones that are not in the destdir. However, it puts the resulting .class files in: \netserver\classes\com\dstsystems\awd\util\com\dstsystems\awd\util Option 3: This options finds the files to build, but does not find any existing .class files. It does not add the package name to the destdir to find them. It does however, put the resulting .class files in the desired directory: \netserver\classes\com\dstsystems\awd\util Of all the options, this is the "best", since I do at least get everything built and placed where I want it. Obviously, I'm missing something! I looked at the FAQ( thats what led me to try option 1 ) and the mailing list archives, but haven't been able to find anything. Any and all help is greatly appreciated! Marc Robertson Staff Consultant DST Systems, Inc -- To unsubscribe, e-mail: For additional commands, e-mail: