Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 69131 invoked by uid 500); 9 Mar 2001 21:08:13 -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 69018 invoked from network); 9 Mar 2001 21:08:11 -0000 Subject: Syntax question To: ant-user@jakarta.apache.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: joseph.chandler@franke.com Date: Fri, 9 Mar 2001 15:07:43 -0600 X-MIMETrack: Serialize by Router on FCC02G/FCC/FRANKE(Release 5.0.6a |January 17, 2001) at 09.03.2001 22:07:39 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I am trying to compile a source tree where I have all my external libs bundled into a single file, lib.jar. After reading "Installing Ant", "Using Ant", and most of "Developing with Ant" sections of the manual, I have it mostly working. When compiling, I get errors that imply that javac does not see the jar file. So, I'm figuring I used the element incorrectly. Could someone check this for me? For my initial testing, I have lib.jar and build.xml in the parent directory of all the top level source where you can see "com", "org", etc. So, I am setting src, classpath, and destdir to this directory. From this same directory, I also run ant. I'd appreciate any help anyone could offer, Joseph --------------------------------------------