Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 91746 invoked from network); 14 Sep 2000 22:47:15 -0000 Received: from unknown (HELO smtp.cortexebusiness.com.au) (210.8.213.130) by locus.apache.org with SMTP; 14 Sep 2000 22:47:15 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id e8EMlCR22709 for ; Fri, 15 Sep 2000 09:47:12 +1100 (EST) Received: from monkey(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley.devl.ebinteractive.com.au, id smtpdAAAlPaiuS; Fri Sep 15 09:47:07 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e8EMllb09777 for ; Fri, 15 Sep 2000 09:47:47 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAAU0aGft; Fri Sep 15 08:47:44 2000 Received: from snotty (snotty.devl.ebinteractive.com.au [192.168.1.32]) by chunky.devl.ebinteractive.com.au (8.10.0/8.10.0) with SMTP id e8EMl2T14454 for ; Fri, 15 Sep 2000 09:47:03 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: Javac taskdef Date: Fri, 15 Sep 2000 09:47:58 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <000601c01e87$27a0ed10$720f0a0a@axyssolutions.com> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Wes, Deprecated in this instance means that the Javac task does this but you shouldn't rely on it to do it in the future. If you do need that behaviour in the future you will need to use copydir. That is what the warning is saying. All features of ant that were deprecated in release 1.1 have now been removed. You can use a recent nightly build. If you want to continue to use release 1.1 the best thing to do is to add an include element to your javac like this The warning and the copying should then go away. Conor -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Wes Moulder [mailto:wmoulder@axyssolutions.com] > Sent: Friday, 15 September 2000 7:06 > To: ant-user@jakarta.apache.org > Subject: Javac taskdef > > > I've been having some problems with javac taskdef. My source directories > contain extra files that I don't want copied over when I compile, > but when I > run it, it compiles the source, and then copies the extra files, > even though > it tells me that's deprecated, and that if I want it to do that I have to > copydir the directories. I'm currently using ant 1.1. Is this a problem > anyone else has had, and if so how do I stop it? Am I missing an > arguement > to the javac taskdef that will eliminate this behaviour? > > Thanks in advance, > Wes > >