Re: svn commit: r610562 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/ src/java/org/apache/ivy/core/retrieve/ src/java/org/apache/ivy/core/settings/ test/java/

2008-01-09 Thread Gilles Scokart
2008/1/9, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Author: maartenc > Date: Wed Jan 9 13:02:58 2008 > New Revision: 610562 > > URL: http://svn.apache.org/viewvc?rev=610562&view=rev > Log: > NEW: Add support for importing environment variables (IVY-608) > > Modified: > ant/ivy/core/trunk/src/java

Re: ProjectHelper : parsing from InputStream

2008-01-09 Thread Gilles Scokart
But If you want to pass an input stream as parameter, it is to allow to read build file from an other source than a file. In those case, there is not necessarily a File basedir, but it can be something else. Maybe passing an URL instead of a File would be more flexible? Gilles 2008/1/10, [EMAI

AW: ProjectHelper : parsing from InputStream

2008-01-09 Thread Jan.Materne
> -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Januar 2008 06:10 > An: dev@ant.apache.org > Betreff: Re: ProjectHelper : parsing from InputStream > > "Benjamin de Dardel" <[EMAIL PROTECTED]> writes: > > > 1: Should I copy and rewri

Re: Locator bugs

2008-01-09 Thread Stefan Bodewig
"Alia B." <[EMAIL PROTECTED]> writes: > I was trying to run ant (v1.7) via jsp but i'm getting > java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Locator > it works ok via java but not jsp, is this a configration problem or this is > a bug? The bug talked about in this thread is not re

Re: ProjectHelper : parsing from InputStream

2008-01-09 Thread Stefan Bodewig
"Benjamin de Dardel" <[EMAIL PROTECTED]> writes: > 1: Should I copy and rewrite ProjectHelperImpl for my personal use > ? You can do that, if you want to 8-) > Or is there another way No, there isn't. See below. > 2: Do you need my contribution for refactoring helpers to accept > multiple sou

Re: Updating information on current external task

2008-01-09 Thread Stefan Bodewig
Steve Loughran <[EMAIL PROTECTED]> writes: > -speaking of which, how do I rebuild the site? You need velocity or another Anakia built site tree on your machine (I use the mail ASF-site) and then ant -f docs.xml -Dsite.dir=path/to/site-tree should do. Stefan ---

ivy:install

2008-01-09 Thread kermitt
I attached my previous post from user mailling. I take a moment tonight to figure out the error. In my mind, I wanted to synchronize two repositories which is not possible regarding the code. As if overwrite is set to false an IOException is thrown as soon as an existing artifact is found. I fe

DO NOT REPLY [Bug 30094] - Performance enhancements using java.nio & lazy calls

2008-01-09 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 30094] - Performance enhancements using java.nio & lazy calls

2008-01-09 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 30094] - Performance enhancements using java.nio & lazy calls

2008-01-09 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: Updating information on current external task

2008-01-09 Thread Steve Loughran
Bytes Looser wrote: Hi, I am the maintainer of an external task, idldepend, useful for Corba projects. I published the task in 2002, and submitted it to this list using a mail address that I do not access anymore (and the address itself is lost now). This has not been a problem for the time bei

Re: Linking to log files from generated JUnit reports

2008-01-09 Thread Steve Loughran
s p wrote: Hi, I'm am currently working on a patch for Ant 1.7 which would enable linking to logfiles from generated JUnit reports. The logfiles that are linked to would be logfiles generated by the application that is tested through JUnit supported Unit/Integration tests. To be able to do th

Re: Ant Documentation

2008-01-09 Thread Steve Loughran
Matt Benson wrote: You can also read about the gendoc sandbox Antlib at http://ant.apache.org/antlibs/sandbox.html . For some reason this has been in the sandbox over 2.5 years. I don't know where the time has gone... we use this @work to generate docs for libraries other than Ant itself...