DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=11270>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=11270 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-28 10:02 ------- I don't see how that can be used in a jar task to handle the situation that the original post was about. I have something like: <jar jarfile="my.jar"> <fileset dir="${basedir}/conf/properties" includes="*.properties"/> <fileset dir="${basedir}/classes" includes="**/*.classes"/> </jar> If there is a conf/properties directory, I want all the properties files to be in the jar with no path. If the directory, doesn't exist, I want it to go on to the next patternset. I don't see how the <files> approach be used to do this. The failonerror attribute would have been so simple. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]