Re: .NET Antlib update

2006-10-10 Thread Steve Loughran
Stefan Bodewig wrote: Hi, I finally found time to download and configure the VMWare image of the latest Mono release and tested the Antlib of it. The wsdl2dotnet test still failed there, so it is here to stay. The test expects wsdl(.exe) to fail if we pass it an invalid option. Strangely the M

Re: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Steve Loughran
Matt Benson wrote: Ah... nice try, but pattern characters such as /, \, *, and ? will not work either since we are discussing includes/excludes. ASCII NUL? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

2006-10-10 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

RE: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Rick Genter
I think ASCII NUL is a valid character in a Unix filename, at least for some flavors of Unix. Not that it's a recommended character, mind you... -- Rick Genter Principal Engineer Silverlink Communications (781) 425-5763 --

Re: AW: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Matt Benson
Jan: Yes, but is like without a basedir, so absolute paths are required in that context. -Matt --- [EMAIL PROTECTED] wrote: > Havent tested that, but would > > > > with fs.inc containing > / > > work? On my first view that would result in > "somedir/" which means all files under "so

RE: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Matt Benson
I couldn't figure out how to create a file with a NUL in the name on a FreeBSD system. I had forgotten that you couldn't use the alt-numpad trick on DOS-based systems with 0. So a NUL would work on DOS, if it would be hard to read. Can anyone verify a system on which NUL can appear in a filename

Re: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Antoine Levy-Lambert
Hi, I would suggest to mark this bug report as WONTFIX. This is a tricky request which will only make our source code more complicated and error prone. We should not make Ant too complicated. Regards, Antoine Original-Nachricht Datum: Tue, 10 Oct 2006 10:10:11 +0100 Von: Ste

svn commit: r454794 - /ant/core/trunk/src/script/ant.bat

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 08:53:45 2006 New Revision: 454794 URL: http://svn.apache.org/viewvc?view=rev&rev=454794 Log: support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 39298. Modified: ant/core/trunk/src/script/ant.bat Modified: ant/core/trunk/src/script/ant.bat URL: http://svn.apache.

svn commit: r454795 - /ant/core/trunk/WHATSNEW

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 08:55:11 2006 New Revision: 454795 URL: http://svn.apache.org/viewvc?view=rev&rev=454795 Log: BZ 39298. %HOMEDRIVE%%HOMEPATH% Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=d

DO NOT REPLY [Bug 39298] - %HOME% should be %HOMEPATH% in ant.bat on XP

2006-10-10 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: svn commit: r454794 - /ant/core/trunk/src/script/ant.bat

2006-10-10 Thread Peter Reilly
I think that we should use "%USER_PROFILE%" instead. Peter On 10/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mbenson Date: Tue Oct 10 08:53:45 2006 New Revision: 454794 URL: http://svn.apache.org/viewvc?view=rev&rev=454794 Log: support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 392

Re: svn commit: r454794 - /ant/core/trunk/src/script/ant.bat

2006-10-10 Thread Peter Reilly
I meant %USERPROFILE% Peter. On 10/10/06, Peter Reilly <[EMAIL PROTECTED]> wrote: I think that we should use "%USER_PROFILE%" instead. Peter On 10/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: mbenson > Date: Tue Oct 10 08:53:45 2006 > New Revision: 454794 > > URL: http://sv

svn commit: r454805 - in /ant/core/trunk: WHATSNEW src/script/ant.bat

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 09:13:31 2006 New Revision: 454805 URL: http://svn.apache.org/viewvc?view=rev&rev=454805 Log: ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition to %HOME% for pre/post batch files. Bugzilla report 39298. Modified: ant/core/trunk/WHATSNEW

DO NOT REPLY [Bug 39298] - %HOME% should be %HOMEPATH% in ant.bat on XP

2006-10-10 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: DO NOT REPLY [Bug 39298] - %HOME% should be %HOMEPATH% in ant.bat on XP

2006-10-10 Thread Peter Reilly
--- Additional Comments From [EMAIL PROTECTED] 2006-10-10 09:14 --- to hell with it, checking %HOME%, %HOMEDRIVE%%HOMEPATH%, and %USERPROFILE% in that order. If these are all different all pre/post batch files found will be processed. Cool! Peter --

DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 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: r454824 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/ResourceComparator.java

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 09:53:18 2006 New Revision: 454824 URL: http://svn.apache.org/viewvc?view=rev&rev=454824 Log: extend DataType, equals non-final Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/ResourceComparator.java Modified: ant/core/tru

svn commit: r454827 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 09:55:05 2006 New Revision: 454827 URL: http://svn.apache.org/viewvc?view=rev&rev=454827 Log: fix method signature--accidentally and unnecessarily opening up access Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelec

svn commit: r454829 - in /ant/core/trunk/src/main/org/apache/tools/ant/types/resources: Sort.java comparators/DelegatedResourceComparator.java

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 09:56:18 2006 New Revision: 454829 URL: http://svn.apache.org/viewvc?view=rev&rev=454829 Log: extract DelegatedResourceComparator from Sort collection Added: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/DelegatedResourceComparator.

DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 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: r454833 - /ant/core/trunk/docs/manual/CoreTasks/pathconvert.html

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 10:05:40 2006 New Revision: 454833 URL: http://svn.apache.org/viewvc?view=rev&rev=454833 Log: document that can actually support multiple resource collections now. Modified: ant/core/trunk/docs/manual/CoreTasks/pathconvert.html Modified: ant/core/trunk/docs

svn commit: r454842 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/types/ src/main/org/apache/tools/ant/types/resources/selectors/ src/resources/org/apache/tools/ant/typ

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 10:30:33 2006 New Revision: 454842 URL: http://svn.apache.org/viewvc?view=rev&rev=454842 Log: Added resource selector to select resources based on the results of their comparison to other resources. Inspired by userlist thread http://marc.theaimsgroup.com/?t=11599

svn commit: r454844 - in /ant/antlibs/dotnet/trunk/src: etc/ tests/antunit/ tests/antunit/build-tasks/ tests/antunit/build-tasks/src/ tests/antunit/nunit/ tests/antunit/nunit/src/ tests/junit/org/

2006-10-10 Thread bodewig
Author: bodewig Date: Tue Oct 10 10:39:43 2006 New Revision: 454844 URL: http://svn.apache.org/viewvc?view=rev&rev=454844 Log: Migrate all tests to AntUnit Added: ant/antlibs/dotnet/trunk/src/tests/antunit/augment-path.xml - copied unchanged from r454453, ant/antlibs/dotnet/trunk/src/e

svn commit: r454846 - /ant/core/trunk/docs/manual/CoreTypes/resources.html

2006-10-10 Thread mbenson
Author: mbenson Date: Tue Oct 10 10:42:25 2006 New Revision: 454846 URL: http://svn.apache.org/viewvc?view=rev&rev=454846 Log: reluctantly added example just because I promised. Modified: ant/core/trunk/docs/manual/CoreTypes/resources.html Modified: ant/core/trunk/docs/manual/CoreTypes/resou

svn commit: r454848 - /ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml

2006-10-10 Thread bodewig
Author: bodewig Date: Tue Oct 10 10:45:34 2006 New Revision: 454848 URL: http://svn.apache.org/viewvc?view=rev&rev=454848 Log: wrong property Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/ms

Re: .NET Antlib update

2006-10-10 Thread Stefan Bodewig
On Tue, 10 Oct 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: > aah, a mono bug. did you report it? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: .NET Antlib update

2006-10-10 Thread Stefan Bodewig
On Tue, 10 Oct 2006, Jan Materne <[EMAIL PROTECTED]> wrote: > This sounds like a nice note for the docs to me ... will do after I've performed a few more tests. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-10 Thread Stefan Bodewig
On Tue, 10 Oct 2006, Rick Genter <[EMAIL PROTECTED]> wrote: > I think ASCII NUL is a valid character in a Unix filename, at least > for some flavors of Unix. While looking for something else I came accros Mono's implementation of System.IO.Path which lists NUL (and only NUL) as invalid character

behaviour in changed between ant 1.6.5 and 1.7.0_beta2?

2006-10-10 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've run into the following problem while compiling commons-logging-1.1 with 1.7.0_beta2: - START log4j12-warning: log4j13-warning: logkit-warning: jdk1.4-warning: avalon-framework-warning: [echo] [echo] *** WARNING ***

Re: behaviour in changed between ant 1.6.5 and 1.7.0_beta2?

2006-10-10 Thread Matt Benson
Could you distill this down to a smaller example and submit a report in Bugzilla? Thanks, Matt --- Vlastimil Babka <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I've run into the following problem while compiling > commons-logging-1.1 > with 1.7.0_bet

svn commit: r462590 - in /ant/core/trunk: docs/manual/install.html src/script/ant

2006-10-10 Thread peterreilly
Author: peterreilly Date: Tue Oct 10 14:45:45 2006 New Revision: 462590 URL: http://svn.apache.org/viewvc?view=rev&rev=462590 Log: 1) modify ant script to *NOT* . include /etc/ant.conf if ANT_HOME variable is set. 2) apply jpackage patch to ant script 3) modify manual to include the change in b

Re: [JPackage-discuss] Fwd: Ant 1.7.0?

2006-10-10 Thread Peter Reilly
On 10/6/06, Peter Reilly <[EMAIL PROTECTED]> wrote: ... > > > > Looking at http://www.jpackage.org/cgi-bin/viewvc.cgi/rpms/free/ant/?root=jpackage&pathrev=JPACKAGE-1_7 > > I think that we can get most of these patches into ant directly except > > for apache-ant-bz163689.patch. > > > That wo

DO NOT REPLY [Bug 40718] New: - javac nested exclude tag broken with comma separated values

2006-10-10 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 40718] - javac nested exclude tag broken with comma separated values

2006-10-10 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 40718] - javac nested exclude tag broken with comma separated values

2006-10-10 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: behaviour in changed between ant 1.6.5 and 1.7.0_beta2?

2006-10-10 Thread Stefan Bodewig
On Tue, 10 Oct 2006, Vlastimil Babka <[EMAIL PROTECTED]> wrote: > Not sure which behaviour is more correct, i.e. if the difference is > a bug or feature. I don't think we've consciously changed it, so I'd call it a bug. Stefan