Thanks Jan, I missed this section which you have mentioned below in the URL. Thanks again for your help! Regards.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 9:38 PM To: dev@ant.apache.org Subject: AW: Build warnings - ant source build - some jars are not created Ant compiles all what it can. Java sources which depend on other libraries are handled conditionally: if the required library is present, they will be compiled otherwise they will be skipped. (Use of <available> and <selector>s in the buildfile). If a jar file would only include a manifest and no "real" files, you can configure <jar> to skip the creation of the file, which is the default in Ants own buildfile. So you dont get lots of empty files only because you havent the required libraries. For building these jars you need the external libraries listed on http://ant.apache.org/manual/install.html#librarydependencies (more precise: /docs/manual/install.html#librarydependencies <http://ant.apache.org/manual/install.html#librarydependencies> in your source location). Jan ________________________________ Von: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. Oktober 2007 17:07 An: dev@ant.apache.org Betreff: Build warnings - ant source build - some jars are not created Hi All, I tried to build from 17_BRANCH but, I got some warnings (attached small text file), I built using default dist-lite target, but all ant jars are not built. Does somebody has some thoughts, what I am missing ? My apologies, in case attachemets are not allowed on the list. Regards. ________________________________ From: Sharma, Jaikumar Sent: Tuesday, October 09, 2007 4:49 PM To: 'dev@ant.apache.org' Subject: Building Ant build from source (proposed bugfix release 1.7.1) Hi Developers, I want to build (proposed 1.7.1 bugfix release) from source. Could someone please tell me the SVN url for checkout of sources ? Thanks for your help! Regards, DISCLAIMER: Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you. DISCLAIMER: Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]