AW: Build warnings - ant source build - some jars are not created

2007-10-09 Thread Jan.Materne
I put it on the wiki http://wiki.apache.org/ant/Ant18/Planning Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 9. Oktober 2007 18:12 >An: Ant Developers List >Betreff: Re: Build warnings - ant source build - some jars are >not created >

AW: Build warnings - ant source build - some jars are not created

2007-10-09 Thread Jan.Materne
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 and s in the buildfile). If a jar file would only include a manifest and no "real" files, you