[EMAIL PROTECTED]: Project test-ant (in module ant) failed

2006-11-08 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

svn commit: r472657 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: FixCRLF.java condition/IsReachable.java condition/ParserSupports.java

2006-11-08 Thread peterreilly
Author: peterreilly Date: Wed Nov 8 13:54:45 2006 New Revision: 472657 URL: http://svn.apache.org/viewvc?view=rev&rev=472657 Log: opps, allow tests to compile again Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java ant/core/trunk/src/main/org/apache/tools/ant/

svn commit: r472658 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional: Cab.java Javah.java NetRexxC.java

2006-11-08 Thread peterreilly
Author: peterreilly Date: Wed Nov 8 13:59:41 2006 New Revision: 472658 URL: http://svn.apache.org/viewvc?view=rev&rev=472658 Log: javadoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah

svn commit: r472660 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/optional/net/FTP.java types/DataType.java types/EnumeratedAttribute.java util/UUEncoder.java

2006-11-08 Thread peterreilly
Author: peterreilly Date: Wed Nov 8 14:04:47 2006 New Revision: 472660 URL: http://svn.apache.org/viewvc?view=rev&rev=472660 Log: remove tabs Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java ant/core/trunk/src/main/org/apache/tools/ant/types/DataType.

DO NOT REPLY [Bug 34136] - P4Sync.setLabel(null) throws NPE, "" does not behave as expected

2006-11-08 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 37765] - [PATCH] several places of faulty logic handling of null pointer checkign

2006-11-08 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

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-11-08 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

DO NOT REPLY [Bug 40916] - dependset fails if target directory does not exists

2006-11-08 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 40259] - FileSet should include an attribute to specify not found behavior

2006-11-08 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 40916] - dependset fails if target directory does not exists

2006-11-08 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: r472761 - in /ant/core/trunk: WHATSNEW src/etc/testcases/taskdefs/optional/junit/matches.xml src/main/org/apache/tools/ant/taskdefs/optional/junit/DOMUtil.java src/tests/junit/org/apache/t

2006-11-08 Thread antoine
Author: antoine Date: Wed Nov 8 19:45:48 2006 New Revision: 472761 URL: http://svn.apache.org/viewvc?view=rev&rev=472761 Log: Incorrect recursion in DOMUtil.listChildNodes() Bugzilla 40918. Added: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml ant/core/trunk/src/t

DO NOT REPLY [Bug 40918] - Incorrect recursion in DOMUtil.listChildNodes()

2006-11-08 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: r472763 - in /ant/core/trunk: CONTRIBUTORS contributors.xml

2006-11-08 Thread antoine
Author: antoine Date: Wed Nov 8 19:51:21 2006 New Revision: 472763 URL: http://svn.apache.org/viewvc?view=rev&rev=472763 Log: added Roberto Scaramuzzi Modified: ant/core/trunk/CONTRIBUTORS ant/core/trunk/contributors.xml Modified: ant/core/trunk/CONTRIBUTORS URL: http://svn.apache.org/

Error using exec to perform symlink on multiple files

2006-11-08 Thread Chris Mattmann
Hi Folks, How are you doing? Well I just wanted to say that I am new to the list and think that Ant is a great tool. Keep up the good work! I am having a problem here though, and was wondering if I could get some help from you guys. I'm currently using Apache Ant version 1.6.5 compiled on April

Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Stefan Bodewig
On Wed, 08 Nov 2006, Chris Mattmann <[EMAIL PROTECTED]> wrote: > # ln -fs /path/to/test/testfiles/* /path/to/test/linkdir/ > > It appropriately creates 2 symlinks, one for each file, in the > linkdir directory. However, when I try to run this command using > Ant's exec task, I can't seem to get i

Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Chris Mattmann
Hello, Thanks for your reply. I wasn't sure if the mail should go to the dev list: I'm not sure it's as black and white as you seem to believe in terms of sending it to the user list. If it was an actual * bug * in Ant (which mind you, I wasn't sure of), then I believe that the dev list is in fac

Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Stefan Bodewig
On Wed, 08 Nov 2006, Chris Mattmann <[EMAIL PROTECTED]> wrote: > Could you be a bit more clear with what you mention below? I'm not > familiar with "apply", > Or perhaps, if I post to the user list, then you'd be more likely > to respond?