Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 68829 invoked from network); 22 May 2003 13:06:08 -0000 Received: from plmler2.mail.eds.com (199.228.142.72) by daedalus.apache.org with SMTP; 22 May 2003 13:06:08 -0000 Received: from plmlir4.mail.eds.com (plmlir4-2.mail.eds.com [199.228.142.134]) by plmler2.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h4MD69M25375 for ; Thu, 22 May 2003 08:06:09 -0500 Received: from plmlir4.mail.eds.com (localhost [127.0.0.1]) by plmlir4.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h4MD67V01292 for ; Thu, 22 May 2003 08:06:08 -0500 (CDT) Received: from usplm101.exsc01.exch.eds.com (USPLM101.txpln.us.eds.com [198.132.135.14]) by plmlir4.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h4MD67401283 for ; Thu, 22 May 2003 08:06:07 -0500 (CDT) Received: by USPLM101.txpln.us.eds.com with Internet Mail Service (5.5.2656.59) id ; Thu, 22 May 2003 08:06:03 -0500 Message-ID: <7A57F750AF65D411949C00508BDFD8181BA77415@USPLM202> From: "Lopez, William" To: Ant Users List Subject: RE: Jar error Date: Thu, 22 May 2003 08:06:00 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stefan: Thanks for the advice. The reason I wanted to do that was due to the need to have new classes available for the other subsequent compiles. So what I did was have a temporary jar file with all the class files that could be needed during compilation for these projects. As new/updated classes were compiled I wanted to have them available [in the jar] for the other compilations. I tried to accomplish this by breaking out each project, which contain multiple packages (needed the temp jars because of these dependencies). There are circular references in our application (in the process of removing them...very painful)...the reason for the mad setup :-). Thanks -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Wednesday, May 21, 2003 1:50 AM To: user@ant.apache.org Subject: Re: Jar error On Mon, 19 May 2003, William Lopez wrote: > ...I'm guessing that the previous task (compile) still has a "hold" of > the jar file (it is used in the classpath element of the compile > task). Tip one would be "don't do that" - i.e. modify the jar you used before. Tip two would be to "fork" the compile task. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org