Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 15736 invoked from network); 12 Apr 2007 07:39:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 07:39:38 -0000 Received: (qmail 27800 invoked by uid 500); 12 Apr 2007 07:39:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27764 invoked by uid 500); 12 Apr 2007 07:39:39 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 27752 invoked by uid 99); 12 Apr 2007 07:39:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 00:39:38 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 00:39:30 -0700 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id l3C7d7Cd017270 for ; Thu, 12 Apr 2007 09:39:07 +0200 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Thu, 12 Apr 2007 09:39:07 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Need clarifications about the Core Ant Task (javac) Date: Thu, 12 Apr 2007 09:39:07 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Need clarifications about the Core Ant Task (javac) Thread-Index: Acd4cAlEkxIfGeasQ1Kzfwk2PHbAmAEZYV2A From: To: X-OriginalArrivalTime: 12 Apr 2007 07:39:07.0269 (UTC) FILETIME=[A6DC6B50:01C77CD5] X-Virus-Checked: Checked by ClamAV on apache.org Maybe the Tutorial "Hello World with Ant" [1] would also help. If you need more information in that tutorial, let me know ;-) Jan=20 [1] http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html >-----Urspr=FCngliche Nachricht----- >Von: Martin Gainty [mailto:mgainty@hotmail.com]=20 >Gesendet: Freitag, 6. April 2007 19:13 >An: Ant Users List >Betreff: Re: Need clarifications about the Core Ant Task (javac) > >Hello Aviator-- > >99% of ant builds configure their srcdir using FileSet selector.. >http://ant.apache.org/manual/CoreTypes/fileset.html >FileSet identifies 1 base folder , optional subfolders and=20 >optional file=20 >extensions > >The one folder fits all scenario Ive seen in the real world=20 >where everyone=20 >dumps their source, classes, web.xml and tlds to the same folder >The build.xml targets can easily rectify this by identifying=20 >the source=20 >folder via Source Control (source control identifies that=20 >source folder with=20 >en var CVS_ROOT) >The location of destdir should be dependent on the where the=20 >input folder=20 >for the utility (typically jar) which will war the=20 >classes/web.xml and tlds=20 >together0 > >HTH >Martin-- >This email message and any files transmitted with it contain=20 >confidential >information intended only for the person(s) to whom this email=20 >message is >addressed. If you have received this email message in error,=20 >please notify >the sender immediately by telephone or email and destroy the original >message without making a copy. Thank you. > >----- Original Message -----=20 >From: "Java aviator" >To: >Sent: Friday, April 06, 2007 1:03 AM >Subject: Need clarifications about the Core Ant Task (javac) > > >> Hi Friends, >> >> I am brand new to Ant though i have been working in Java for=20 >a while. Can >> anybody clarify me about these lines taken from Ant user manual. >> >> " The source and destination directory will be recursively=20 >scanned for=20 >> Java >> source files to compile " >> >> To understand the above mentioned statement, I have=20 >developed a build file >> >> >> >> >> >> >> >> I observed that only the java files present in the srcdir are getting >> compiled and not the one present in destdir. >> >> Thanks in Advance! >> dinesh. >>=20 > > >--------------------------------------------------------------------- >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