Nick Chalko wrote:
[...]---------------------------------------------------- This email is autogenerated from the output from: <http://cvs.apache.org/builds/gump/2003-01-08/krysalis-cents-all.html> ----------------------------------------------------
BUILD FAILED file:///home/rubys/jakarta/krysalis-centipede/src/core/xbuild.xml:72: java.io.FileNotFoundException: /home/rubys/jakarta/krysalis-cents/user-properties.xml (No such file or directory)
Total time: 0 seconds
We are using the patched version, but Gump uses the CVS version...
Ant friends, could you please consider this patch for inclusion? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15674
" *[PATCH] Make XmlProperty not fail if the file is missing*
the property task does not fail if a property file defined is missing.
This does not happen with XmlProperty, and it makes it more difficult to use the
very common pattern of defining properties first from th euser home, then user
properties in the project dir, and finally the project ones.
Example in the current Ant buildfile:
<!-- Give user a chance to override without editing this file (and without typing -D each time it compiles it) --> <property file=".ant.properties"/> <property file="${user.home}/.ant.properties"/>
"
Thanks :-)
-- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) ---------------------------------------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>