Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 25851 invoked by uid 500); 5 Jul 2001 23:29:59 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 25784 invoked from network); 5 Jul 2001 23:29:55 -0000 From: "Conor MacNeill" To: Subject: RE: ant compilation - optional in libs Date: Fri, 6 Jul 2001 09:30:59 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > From: J�r�me Lacoste [mailto:jerome.lacoste@smartcardsystem.com] > > I noticed that if I put external Jar files (e.g. junit) in lib\optional, > then the associated tasks are not compiled correctly. But if I put them in > lib\ then it works. Works for me. Here is the content of my lib/optional directory Directory of I:\jakarta\jakarta-ant\lib\optional 20/04/2001 10:37a . 09/05/2001 02:12p .. 23/01/2001 03:27p 97,382 junit.jar 14/02/2001 06:59p 151 README 09/05/2001 02:09p CVS 19/01/2000 10:38p 61,260 antlr.jar 22/03/2001 07:28p 5,703 antstubs.jar 03/02/2001 08:25p 91,016 bsf.jar 22/03/2001 07:24p 531,334 iContract-jdk1_2.jar 03/02/2001 08:27p 78,876 jakarta-oro-2.0.2-dev-2.jar 03/02/2001 08:28p 29,809 jakarta-regexp-1.2.jar 10/09/2000 03:32p 330,361 js.jar 16/01/2000 08:10p 92,484 NetComponents.jar 10/02/2000 10:05a 627,262 NetRexxC.jar 10/02/2000 10:05a 69,154 NetRexxR.jar 03/02/2001 08:40p 54,026 stylebook-1.0-b2.jar 03/02/2001 11:50p 8,421,326 weblogic.jar 04/03/2001 11:53p 5,833,718 weblogicaux.jar 03/01/2001 12:42a 436,582 xalan.jar 03/02/2001 08:42p 845,328 xerces.jar 09/05/2000 12:47p 261,363 xslp.jar > > Anybody with the same problem? What exactly is the problem - you say it does not build them correctly - do you mean it doesn't build them at all? If so, I'd suggest you run "build -debug" where you will see the controlling properties being set or not. > > I compile on W2K, using build.bat. using latest Ant nightly build. Had the > same problem with Ant 1.3. > I'm currently using NT4 (moving to Linux soon, though) and it is OK . Conor