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=17934>.
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=17934





------- Additional Comments From [EMAIL PROTECTED]  2004-12-21 11:33 -------
<war> is far older than the roundup attribute, so any change to its default 
value
would break backwards compatibility.  Existing build files would suddenly start
to behave different after an upgrade of Ant.

I don't think that anybody ever wants to set roundup to false in a development
environment because of the "Ant always updates my war even if nothing changes" 
that
would be the result.

You can always use <presetdef> to change Ant's defaults:

<presetdef name="mywar">
  <war roundup="true"/>
</presetdef>

will give you a mywar task that behaves the way you want.  If you are willing to
live with a 

Trying to override old definition of task war

warning, you can even use

<presetdef name="war">
  <war roundup="true"/>
</presetdef>


-- 
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]

Reply via email to