Expand cleanup

2005-11-15 Thread Kev Jackson
- remove unused imports - use fileutils Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java (revision

[patch] checksum cleanup

2005-11-15 Thread Kev Jackson
- remove unused imports - use FileUtils.close Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java

svn commit: r344885 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2005-11-15 Thread bodewig
Author: bodewig Date: Tue Nov 15 20:42:21 2005 New Revision: 344885 URL: http://svn.apache.org/viewcvs?rev=344885&view=rev Log: fix tag name in comment Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/task

DO NOT REPLY [Bug 37520] New: - Add comparesize option to copy task

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Jar timestamp issues and Tomcat

2005-11-15 Thread Cena, Bernard \(IT\)
Has anyone come across issues with timestamps when jar'ing (war) up apps ? We've just hit an issue where an app is built in one region which ends up with timestamps with zone set to GMT and is about to be used GMT+5 - Tomcat thinks all the classes are old and continually reloads things - there are

Re: DO NOT REPLY [Bug 37348] - XSLT transformation doesn't work if I run ANT from directory with NON-ASCII chars

2005-11-15 Thread Antoine Levy-Lambert
Hi, concerning this issue, which is really that XSLT does not work when processing an XML document located in a non ascii path and referring to entities located in the same path, it looks a change in JAXPUtils.getSystemId(File) or in FileUtils.toURI() where we would percent encode all non ascii ch

DO NOT REPLY [Bug 37510] New: - ignores basedir set at command line

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37508] - Unconvertible UTF-8 character beginning with 0xa7 when building on z/OS.

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37508] - Unconvertible UTF-8 character beginning with 0xa7 when building on z/OS.

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37508] New: - Unconvertible UTF-8 character beginning with 0xa7 when building on z/OS.

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [VOTE] Promote the svn antlib out of the sandbox

2005-11-15 Thread Conor MacNeill
> OK, the ballot > > Shall the SVN antlib be promoted? > > [X] Yes (i.e. +1) > [X] and I want to become a committer to it > [ ] No > > Conor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [VOTE] Promote the antunit antlib out of the sandbox

2005-11-15 Thread Conor MacNeill
> OK, the ballot > > Shall the .NET antlib be promoted? > > [X] Yes (i.e. +1) > [ ] and I want to become a committer to it > [ ] No > Conor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: [VOTE] Promote the .NET antlib out of the sandbox

2005-11-15 Thread Conor MacNeill
Stefan Bodewig wrote: > > Shall the .NET antlib be promoted? > > [X] Yes (i.e. +1) > [ ] and I want to become a committer to it > [ ] No > Conor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Global reply (Re: [VOTE-REPOST] Promote the Antunit Antlib out of the sandbox)

2005-11-15 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 14 Nov 2005, Kev Jackson <[EMAIL PROTECTED]> wrote: The .NET tasks also have mono support; you can build this stuff on a unix box, the goal being that gump will do mono code too. Is that actually one of the goals of gump, to build Mono code? Gump's goal is t

svn commit: r344334 - in /ant/core/trunk: docs/manual/CoreTasks/ src/etc/testcases/taskdefs/ src/main/org/apache/tools/ant/taskdefs/ src/testcases/org/apache/tools/ant/taskdefs/

2005-11-15 Thread bodewig
Author: bodewig Date: Tue Nov 15 00:31:19 2005 New Revision: 344334 URL: http://svn.apache.org/viewcvs?rev=344334&view=rev Log: add resource support to gzip/bzip2 Modified: ant/core/trunk/docs/manual/CoreTasks/pack.html ant/core/trunk/src/etc/testcases/taskdefs/bzip2.xml ant/core/trun

svn commit: r344333 - in /ant/core/trunk: docs/manual/CoreTasks/xmlproperty.html src/etc/testcases/taskdefs/xmlproperty.xml src/main/org/apache/tools/ant/taskdefs/XmlProperty.java src/testcases/org/ap

2005-11-15 Thread bodewig
Author: bodewig Date: Tue Nov 15 00:30:40 2005 New Revision: 344333 URL: http://svn.apache.org/viewcvs?rev=344333&view=rev Log: add resource support to xmlproperty Modified: ant/core/trunk/docs/manual/CoreTasks/xmlproperty.html ant/core/trunk/src/etc/testcases/taskdefs/xmlproperty.xml