Re: no conditional attribute

2006-08-15 Thread Conor MacNeill
I'm pretty much in agreement with Stefan. If if/unless is going to be in some tasks, it should be in all. It reminds me of a principle from one of my old textbooks: Regularity Principle: Regular rules, without exceptions, are easier to learn, use, describe and implement. Once we go down the if/

Re: no conditional attribute

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > I forgot about mutant vs. Myrmidon, was thinking of > Myrmidon when you said mutant. I reread Conor's blog > post on this and you are correct. Looking for any old > code but can't find it yet. http://svn.apache.org/repos/asf/ant/core

Re: no conditional attribute

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Dominique Devienne <[EMAIL PROTECTED]> wrote: >> I know that this has come up before but I've just finally seen why >> it's so damn useful - > {property.set}/> > > Well, I've been a proponent of this for a long time, For a long time I've taken the more extreme "all tasks or n

Re: Default excludes and Subversion on Windows

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Jan Materne <[EMAIL PROTECTED]> wrote: > "... the svn command line client and svnversion now treat the > environment variable SVN_ASP_DOT_NET_HACK specially on Windows. If > this variable is set (to any value), they will use "_svn" instead of > ".svn". [SNIP] > We could chec

Re: Default excludes and Subversion on Windows

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > The problem with this is that I know that I name some project > directories _, so that they are always listed first in > Windows Explorer. So for example if I was working on the svn source > code, I might well have a directory called _

Re: Default excludes and Subversion on Windows

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Conor MacNeill <[EMAIL PROTECTED]> wrote: > According to > http://subversion.tigris.org/svn_1.3_releasenotes.html > > "The "_svn" hack is now officially supported: since some versions of > ASP.NET don't allow directories beginning with dot ..." > > So I think we should add it

Running ant from the API

2006-08-15 Thread Gerry Healy
Hi there, I am having trouble using third party ant tasks, with nested elements, from the Ant API. For example the ant-contrib IfTask and the svnant SvnTask. I am able to use both of these tasks in build scripts without a problem, when running ant from the command line. But I want to use the

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Antoine Levy-Lambert
Hi, I would also not make the behavior of defaultexcludes conditional upon an environment variable. I would also go to inconditionnally hardwire exclude _svn directories. Regards, Antoine Original-Nachricht Datum: Tue, 15 Aug 2006 11:53:21 -0500 Von: "Dominique Devienne" <[E

DO NOT REPLY [Bug 40261] New: - Support for FTP Quote action on FTP task

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

2006-08-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 40258] - Zip task default whenempty=skip behavior

2006-08-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 40258] New: - Zip task default whenempty=skip behavior

2006-08-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: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Dominique Devienne
Accessing environment variables from Java is a hack. Do we want to always execute it? In case of failure, normal build execution can be affected, even if people do not care about "_svn" directory names. Not in JDK 1.5+ anymore. But I agree than fetching the env if that user hasn't explicitly don

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Alexey Solofnenko
Accessing environment variables from Java is a hack. Do we want to always execute it? In case of failure, normal build execution can be affected, even if people do not care about "_svn" directory names. - Alexey. On 8/15/06, Martijn Kruithof <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Martijn Kruithof
[EMAIL PROTECTED] wrote: "... the svn command line client and svnversion now treat the environment variable SVN_ASP_DOT_NET_HACK specially on Windows. If this variable is set (to any value), they will use "_svn" instead of ".svn". We recommend that all Subversion clients running on Windows take a

Re: no conditional attribute

2006-08-15 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > I'm still wondering about adding arbitrary > "aspect" > > > attributes to tasks, as Mutant had. > > > > Sounds interesting. I wasn't around while Mutant > was > > under development; how can I learn more? > > I barely was myself. Mutant and

Re: no conditional attribute

2006-08-15 Thread Dominique Devienne
> I'm still wondering about adding arbitrary "aspect" > attributes to tasks, as Mutant had. Sounds interesting. I wasn't around while Mutant was under development; how can I learn more? I barely was myself. Mutant and Myrmydon were two Ant 2.0 competing proposal. They were voted down eventuall

Re: no conditional attribute

2006-08-15 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > I know that this has come up before but I've just > finally seen why > > it's so damn useful - level="verbose" unless=$ > > {property.set}/> > > Well, I've been a proponent of this for a long time, > and I coded up my > own with conditions a

Re: no conditional attribute

2006-08-15 Thread Dominique Devienne
I know that this has come up before but I've just finally seen why it's so damn useful - Well, I've been a proponent of this for a long time, and I coded up my own with conditions a long time ago, which also displayed nicely formatted paths and propertysets. I was using it to display diagnosti

no conditional attribute

2006-08-15 Thread Kev Jackson
Hi, I know that this has come up before but I've just finally seen why it's so damn useful - {property.set}/> I've just run into this now trying to help the BSF guys getting a release candidate out and the build.xml needed a bit of work and this would make so *much* easier. Thoughts? Ke

DO NOT REPLY [Bug 40249] - Out of Memory exceptions are near impossible to find the source of.

2006-08-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 40249] - Out of Memory exceptions are near impossible to find the source of.

2006-08-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 40254] New: - SSHExec: In execute session not closed/disconnected

2006-08-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 40249] - Out of Memory exceptions are near impossible to find the source of.

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

AW: Default excludes and Subversion on Windows

2006-08-15 Thread Jan.Materne
"... the svn command line client and svnversion now treat the environment variable SVN_ASP_DOT_NET_HACK specially on Windows. If this variable is set (to any value), they will use "_svn" instead of ".svn". We recommend that all Subversion clients running on Windows take advantage of this behavio

Re: Default excludes and Subversion on Windows

2006-08-15 Thread Kev Jackson
On 15 Aug 2006, at 11:53, Conor MacNeill wrote: According to http://subversion.tigris.org/svn_1.3_releasenotes.html "The "_svn" hack is now officially supported: since some versions of ASP.NET don't allow directories beginning with dot ..." So I think we should add it to the default set in 1.

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

2006-08-15 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 21042] - Setting XSL parameter to input filename when processed whole directory.

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