Re: and useAppend and all that

2010-06-14 Thread Stefan Bodewig
On 2010-06-14, Stefan Bodewig wrote: > And then there is bug 46805 which claims that even useAvailable=true > doesn't fix a hanging process on Windows and suggests that we destroy > the process instance and not close the process' streams explicitly at > all. I have no test cases for this bug and

Re: svn commit: r954479 - /ant/core/trunk/CONTRIBUTORS

2010-06-14 Thread Stefan Bodewig
On 2010-06-15, Jesse Glick wrote: > On 06/14/2010 11:35 AM, Stefan Bodewig wrote: >>> ant/core/trunk/CONTRIBUTORS (props changed) >>> svn:eol-style = native >>> ('svn:mime-type' removed) >> it used to be that way and caused problems with the encoding of special >> charact

Re: Hudson target to build Ant via Maven

2010-06-14 Thread Jesse Glick
On 06/11/2010 08:44 PM, Antoine Levy-Lambert wrote: we could contact the maven team and ask them to build ant in continuum. Possible. I just suggested using the existing Hudson server to keep everything together. (Hudson has good Maven support.) --

Re: svn commit: r954479 - /ant/core/trunk/CONTRIBUTORS

2010-06-14 Thread Jesse Glick
On 06/14/2010 11:35 AM, Stefan Bodewig wrote: ant/core/trunk/CONTRIBUTORS (props changed) svn:eol-style = native ('svn:mime-type' removed) it used to be that way and caused problems with the encoding of special characters. Well, UTF-8 should be orthogonal to line endi

Re: A performance issue in 'restrict'

2010-06-14 Thread Matt Benson
Hi, Nicolas: [SNIP] > I looked into the code, it seems > org.apache.tools.ant.types.resources.Restrict is the culprit. It uses > BaseResourceCollectionWrapper which loads the entire underlying resource > collection. > I searched for the use of BaseResourceCollectionWrapper in Ant and I think > tha

Re: Extending path

2010-06-14 Thread Jon Stevens
> Sorry to step late into the thread but you know you can change the ant used > in Eclipse ? > In the preferences look into Ant / Runtime and change the "Ant Home". > > Nicolas Sure, but getting a company full of java developers to all do that is pretty much impossible. =) I have a hard enough ti

A performance issue in 'restrict'

2010-06-14 Thread Nicolas Lalevée
When working on IvyDE's build to get dependencies from Eclipse mirrors, I tried to use resourcelist, as documented in the examples of the doc [1]. But it was very slow because Ant is checking every urls and some mirrors are not very responsive. So I had to workaround and filter the urls to selec

A survey about 'Build And Release Management'

2010-06-14 Thread Nicolas Lalevée
The survey is mainly around Eclipse and the surveyed people are Eclipse users, but at the page 17, interesting to see that Ant is the preferred choice for 'Build And Release Management' for more than half of them. :) http://www.eclipse.org/org/community_survey/Eclipse_Survey_2010_Report.pdf I d

Re: Extending path

2010-06-14 Thread Nicolas Lalevée
Le 9 juin 2010 à 08:11, Jon Stevens a écrit : > http://code.google.com/p/sweetened/source/browse/#svn/trunk/src/com/googlecode/sweetened/typedef > > http://code.google.com/p/sweetened/source/browse/trunk/example.xml > > The above is what I have so far, and it works pretty well, but isn't > beau

Re: svn commit: r954484 - in /ant/core/trunk: WHATSNEW src/etc/junit-frames-xalan1.xsl src/etc/junit-frames.xsl src/etc/junit-noframes.xsl

2010-06-14 Thread Stefan Bodewig
On 2010-06-14, Stefan Bodewig wrote: > On 2010-06-14, wrote: >> #49418: produce HTML output for stdout/stderr from to >> declare encoding. > We may consider applying the same sort of changes to the XSLTs for > AntUnit. done Stefan

Re: svn commit: r954479 - /ant/core/trunk/CONTRIBUTORS

2010-06-14 Thread Stefan Bodewig
On 2010-06-14, wrote: > This is a text file. > Modified: > ant/core/trunk/CONTRIBUTORS (props changed) > Propchange: ant/core/trunk/CONTRIBUTORS > -- > svn:eol-style = native > Propchange: ant/core/trunk/CONT

Re: svn commit: r954484 - in /ant/core/trunk: WHATSNEW src/etc/junit-frames-xalan1.xsl src/etc/junit-frames.xsl src/etc/junit-noframes.xsl

2010-06-14 Thread Stefan Bodewig
On 2010-06-14, wrote: > #49418: produce HTML output for stdout/stderr from to > declare encoding. +1 for some this may be a breaking change (people who have links to the .txt files for whatever reason). May be good to note this and also state that you can always go back to the old behavior by

Re: Extending path

2010-06-14 Thread Jon Stevens
On Mon, Jun 14, 2010 at 2:06 AM, Stefan Bodewig wrote: >  Since that method is final (at > least in 1.8.0) you can't even override it. Yea, can we talk about this? It seems like there is a lot of places where ant discourages people from being able to override stuff. Is there a good reason for tha

and useAppend and all that

2010-06-14 Thread Stefan Bodewig
Hi, we have some discussion going on in Bugzilla that we probably need to pull together at a single place. [BTW since minotaur is down I haven't received any mails to @apache.org for several hours which includes most of my mailing lists subscriptions so I may already have missed a separate thread

Re: Extending path

2010-06-14 Thread Stefan Bodewig
On 2010-06-11, Jon Stevens wrote: > Ok, new question. Say I have a build.xml that looks like this: > > > > > > > > > > > > > > > > > javac.classpat

Re: [DISCUSS] Commercial Tasks in Ant

2010-06-14 Thread Stefan Bodewig
On 2010-06-11, Bruce Atherton wrote: > On 01/06/2010 7:51 AM, Stefan Bodewig wrote: >> +1 - I'm not sure we must stop at the commercial task (is there any >> reason to include the CVS tasks with Ant today?), but it will be a >> start. > I can add CVS to the list if there are no objections. Any o

Re: IVY SVN duplicated under Ant and Incubator SVN

2010-06-14 Thread Stefan Bodewig
On 2010-06-11, sebb wrote: > However the incubator SVN tree still has files in it > Something seems to have gone wrong here. Most projects have removed their source trees completely from the Incubator part, very few have left behind a README pointing to the new location. Since Ivy has been part