AW: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Jan.Materne
I updated the docs.xml with these information. Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode...@apache.org] >Gesendet: Mittwoch, 18. November 2009 05:52 >An: dev@ant.apache.org >Betreff: Re: svn commit: r880829 - >/ant/core/trunk/xdocs/contributors.xml > >On 2009-11-1

Re: svn commit: r881624 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: SubAnt.java optional/PropertyFile.java

2009-11-17 Thread Stefan Bodewig
On 2009-11-18, wrote: >>} catch (IOException x) { >>propertyfile.delete(); // possibly corrupt >>throw new BuildException(x, getLocation()); >>} finally { >>os.close(); >>} Is this going to work on an OS that loc

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Stefan Bodewig
On 2009-11-17, Jon Schneider wrote: > The "svn up" on people.apache.org updated contributors.html, but the change > was not reflected on the site. I assume there is some other job that picks > up changes or this is done at release time? Ah, yes, I forgot that. people.apache.org is not the live

Feature Request - import task use environment variable

2009-11-17 Thread Kantor, H Steve Jr CIV NSWC PC
All, I would like to have the import task use an environment variable (ANT_IMPORT_PATH) when importing files. Is there any interest in this? I've already implemented and can provide a patch for testing. Thanks, Harry smime.p7s Description: S/MIME cryptographic signature

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Matt Benson
Yep, the site is typically updated on-demand, apparently from Stefan's last email by simply doing an svn up in people.apache.org:/ www/ant.apache.org, which appears to have been done. :) On Nov 17, 2009, at 8:56 AM, Jon Schneider wrote: 2009/11/17 Nicolas Lalevée Actually the last time I

Re: Ivy Indexer

2009-11-17 Thread Xavier Hanin
2009/11/17 Jon Schneider > > > If the index grows, accessing the index from a remote box may become > long. > > If you think big, you will have to find a way to transfer index updates > to > > the clients which is optimizing the network, such as transferring diffs > or > > something similar. But

Re: Ivy Indexer

2009-11-17 Thread Jon Schneider
> When you say "anywhere you choose", is it limited to a location on the > filesystem? Or do you intend to make use of ivy repositories access/publish > mechanism to store the index remotely? With filesystem only the usage > sounds rather limited. With ivy repository mechanism you can store your >

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Jon Schneider
2009/11/17 Nicolas Lalevée > Actually the last time I generated ant's site, I just downloaded a standard > velicity 1.4 binary distrib and did: > ant -f docs.xml -Dvelocity.dir=/velocity-1.4 > > Just like the inline doc says. And it worked like a charm. > I am not sure what is the best though

Re: Ivy Indexer

2009-11-17 Thread Nicolas Lalevée
On Tuesday 17 November 2009 15:18:13 Xavier Hanin wrote: > 2009/11/16 Jon Schneider > > > On Sat, Nov 14, 2009 at 9:42 AM, Xavier Hanin > > > >wrote: > > > > > > One thing I'm not sure to fully understand: it seems that you plan to > > > > store > > > > > the index on the client (say the develope

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Nicolas Lalevée
On Tuesday 17 November 2009 05:51:59 Stefan Bodewig wrote: > On 2009-11-16, Matt Benson wrote: > > *I* still don't know how to re-generate the site. :/ > > The hardest part used to be getting a working Anakia[1] installation. > > I see there is a binary release available now, even if the Anakia >

Re: Ivy Indexer

2009-11-17 Thread Xavier Hanin
2009/11/16 Jon Schneider > On Sat, Nov 14, 2009 at 9:42 AM, Xavier Hanin >wrote: > > > One thing I'm not sure to fully understand: it seems that you plan to > store > > the index on the client (say the developer's box), according to your > > example > > with dir="${ivy.settings.dir}/index". But