svn commit: r399528 - /ant/antlibs/antunit/trunk/src/testcases/org/apache/ant/antunit/AntUnitTest.java

2006-05-03 Thread bodewig
Author: bodewig Date: Wed May 3 20:35:00 2006 New Revision: 399528 URL: http://svn.apache.org/viewcvs?rev=399528&view=rev Log: Make test pass on Windows Modified: ant/antlibs/antunit/trunk/src/testcases/org/apache/ant/antunit/AntUnitTest.java Modified: ant/antlibs/antunit/trunk/src/testca

DO NOT REPLY [Bug 39475] - ant.bat can't run with classpath

2006-05-03 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 39300] - Classpath with '\' as last character breaks the Launcher when using ant.bat

2006-05-03 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: r399386 - /ant/core/trunk/src/script/ant.bat

2006-05-03 Thread mbenson
Author: mbenson Date: Wed May 3 12:03:21 2006 New Revision: 399386 URL: http://svn.apache.org/viewcvs?rev=399386&view=rev Log: strip trailing backslashes from ANT_HOME, CLASSPATH, JIKESPATH. PR# 39300. fix reversed gotos bypassing run-with-classpath options. PR# 39475. Modified: ant/core/tru

DO NOT REPLY [Bug 39300] - Classpath with '\' as last character breaks the Launcher when using ant.bat

2006-05-03 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 39475] New: - ant.bat can't run with classpath

2006-05-03 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 39295] - white spaces in path

2006-05-03 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 39037] - Illegal character ' ' in toolsJar URL is not escaped

2006-05-03 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 39300] - Classpath with '\' as last character breaks the Launcher when using ant.bat

2006-05-03 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 39300] - Classpath with '\' as last character breaks the Launcher when using ant.bat

2006-05-03 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 39037] - Illegal character ' ' in toolsJar URL is not escaped

2006-05-03 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: AW: Summer Of Code

2006-05-03 Thread Petar Tahchiev
On 03/05/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello, I am interesting in participating in the Google Summer of Code on the mentoring side. But I did not do my homework yet to find out what we need to do (as Apache Ant), in order to be able to welcome participants. Regards, Antoi

Re: AW: Summer Of Code

2006-05-03 Thread Antoine Levy-Lambert
Hello, I am interesting in participating in the Google Summer of Code on the mentoring side. But I did not do my homework yet to find out what we need to do (as Apache Ant), in order to be able to welcome participants. Regards, Antoine [EMAIL PROTECTED] wrote: Last year we had a suggest ab

Re: Antlib alias?

2006-05-03 Thread Jeffrey E Care
You can declare multiple taskdefs all pointing to the same impl. class, or you can declare it once & then use presetdef (I think). Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Applicatio

AW: Summer Of Code

2006-05-03 Thread Jan.Materne
Last year we had a suggest about the doc generation [1] but there was no result, if Im remembering right. There were some work about that topic: - DDs approach of defining a target xml language [2] - the first steps of the generation (CVS::proposals/xdocs - do we have that somewhere?) - discussio

Re: AW: Antlib alias?

2006-05-03 Thread Kev Jackson
And you would end in an build file like I wouldnt think that this a desired goal... I can see that this may be thought of as a problem, especially if people wrote build files using both aliases and names. IMHO I think it's valuable to allow the users a choice, so long as

AW: Antlib alias?

2006-05-03 Thread Jan.Materne
>I was wondering if there would be any usefulness in adding an 'alias' >attribute, which could take a list of aliases. This would >allow an antlib to have an official name for a task, whilst >still allowing the use of abbreviations (which is fairly >common in unix land (--verbose/-v etc)). > >