Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7553 invoked from network); 4 Sep 2003 08:03:43 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Sep 2003 08:03:43 -0000 Received: (qmail 93521 invoked by uid 500); 4 Sep 2003 08:02:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 93475 invoked by uid 500); 4 Sep 2003 08:02:26 -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 93411 invoked from network); 4 Sep 2003 08:02:24 -0000 Received: from unknown (HELO cad46.cad.nic.in) (164.100.10.21) by daedalus.apache.org with SMTP; 4 Sep 2003 08:02:24 -0000 Received: from cimws34 (cad34.cad.nic.in [164.100.20.34]) by cad46.cad.nic.in (8.12.9/8.12.1) with SMTP id h847uLrS019067 for ; Thu, 4 Sep 2003 13:26:22 +0530 Message-ID: <006601c372ba$f4cb8d10$221464a4@cimws34> From: "D Bamud" To: "Ant Users List" References: <62D73DD5B95CE14084EC17103E347B7001DCFF03@esebe014.ntc.nokia.com><058801c37148$2d58e390$221464a4@cimws34><001b01c371d6$32c7a2b0$221464a4@cimws34> Subject: Re: How to direct output (*_Stub.class es) to a destination dir Date: Thu, 4 Sep 2003 13:32:57 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 workaround is fine but I want to put a condition that it should not regenerate the *_Stub.class files and move everytime I run ant. What is happening is that everytime I make build, the *_Stub.class files are again generated and moved, no matter if the RMI Impl classes are modified or not. How to avoid this. Thanks ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Wednesday, September 03, 2003 12:04 PM Subject: Re: How to direct output (*_Stub.class es) to a destination dir | On Wed, 3 Sep 2003, D. Bamud wrote: | | > My RMI classes are in ${server} dir. If I provide | > --base="${server}-- (-- not included) in below given target then I | > get the *_Stub.class files in the "${server}" dir. I want them to | > go in a separate dir --${stub}--. How to do that. | | Vote for and | maybe even provide the patch necessary to implement the feature 8-) | | cannot do that, yet. As a workaround you can simply the | generated files after , simply include **/*_Stub.class. | | Stefan | | --------------------------------------------------------------------- | To unsubscribe, e-mail: user-unsubscribe@ant.apache.org | For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org