enhancement for PropertyFile, have a patch

2005-10-01 Thread Phil Hourihane
Hi folks, A little while ago I posted that I had code to grant which would allow the PropertyFile task to retain the layout of the properties file that it was editing (mail subject was also "enhancement for PropertyFile, have a patch"). I was busy for a while, so didn't get around to posting the

Re: Bus Error - custom task/type - when using taglib.xml

2005-10-01 Thread Robert Koberg
Jack Woehr wrote: Robert Koberg wrote: Strange though that this only comes up with Ant (from what I could find through google). I have not had problems loading XML files from jars or using namespaces in XML processing (the only thing different when using the taglib.xml). I wonder if it has to

Re: Bus Error - custom task/type - when using taglib.xml

2005-10-01 Thread Jack Woehr
Robert Koberg wrote: Strange though that this only comes up with Ant (from what I could find through google). I have not had problems loading XML files from jars or using namespaces in XML processing (the only thing different when using the taglib.xml). I wonder if it has to do with Ant's non

Re: Bus Error - custom task/type - when using taglib.xml

2005-10-01 Thread Robert Koberg
Jack Woehr wrote: Robert Koberg wrote: * a random hang (build stops with no error/exception) when running in -verbose mode * a random Bus Error when not in -verbose mode. Neither Ant nor any pure Java application does bus errors. They can only come from a bug the Java VM itself or librari

Re: Bus Error - custom task/type - when using taglib.xml

2005-10-01 Thread Jack Woehr
Robert Koberg wrote: * a random hang (build stops with no error/exception) when running in -verbose mode * a random Bus Error when not in -verbose mode. Neither Ant nor any pure Java application does bus errors. They can only come from a bug the Java VM itself or libraries (either JDK or th

Bus Error - custom task/type - when using taglib.xml

2005-10-01 Thread Robert Koberg
Hi, I have some custom tasks and types. They work fine when I declare them in the build file. But if I use package specific taglib.xml's and reference them by namespace in the build file I get: * a random hang (build stops with no error/exception) when running in -verbose mode * a random B

[Ant Wiki] Update of "AntOddities" by JürgenHerman n

2005-10-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by JürgenHermann: http://wiki.apache.org/ant/AntOddities -- + [[TableOfCont

svn commit: r292984 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties

2005-10-01 Thread jkf
Author: jkf Date: Sat Oct 1 06:48:19 2005 New Revision: 292984 URL: http://svn.apache.org/viewcvs?rev=292984&view=rev Log: Improved sorting, added other deprecated tasks to the deprected section. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties Modified:

svn commit: r292982 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties

2005-10-01 Thread jkf
Author: jkf Date: Sat Oct 1 06:35:02 2005 New Revision: 292982 URL: http://svn.apache.org/viewcvs?rev=292982&view=rev Log: Moved execon to deprecated section Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties Modified: ant/core/trunk/src/main/org/apache/too

DO NOT REPLY [Bug 23265] - attribute "includes" required if "dir" only is present

2005-10-01 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 24196] - When the drive letter of a mapped network drive is not explicitly specified in a path element, the location of the path element is indeterminate to the java task (and pe

2005-10-01 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 32039] - Ant crashes during dependency checking

2005-10-01 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 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2005-10-01 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 36680] - Bad xslt transform with for-each, variable, and position

2005-10-01 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 36838] - AntClassLoader2 broken ? For custom tasks ?

2005-10-01 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 36880] - copy task's includeEmptyDirs= changes after being set true

2005-10-01 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 36854] - The CVS link is incorrect

2005-10-01 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

svn commit: r292956 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTasks/changelog.html docs/manual/CoreTasks/cvs.html docs/manual/CoreTasks/cvstagdiff.html docs/manual/tasksoverview.html

2005-10-01 Thread jkf
Author: jkf Date: Sat Oct 1 04:20:08 2005 New Revision: 292956 URL: http://svn.apache.org/viewcvs?rev=292956&view=rev Log: Updated reference to cvs website bugrep 36854 Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/CoreTasks/changelog.html ant/core/trunk/docs/manual/Co

DO NOT REPLY [Bug 36879] - concat task doesnt seem to work on linux installation of ant

2005-10-01 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