Re: Ivy Hudson Plugin

2010-09-27 Thread Nicolas Lalevée
Le 27 sept. 2010 à 15:17, Jon Schneider a écrit : > Recently I extended the Hudson Ivy plugin to allow for passing along > parameterizations to triggered downstream builds. I might have some other > additions to the plugin coming down the pipe. Does anybody have commit > access to the repositor

Re: svn commit: r1001756 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/helper/ProjectHelper2.java src/main/org/apache/tools/ant/launch/Locator.java src/tests/antunit/taskdefs/taskdef-te

2010-09-27 Thread Jesse Glick
On 09/27/2010 10:49 AM, Stefan Bodewig wrote: (2) The new tests create JARs that will be loaded by a classloader - which means Ant cannot delete them because they remain locked until the JVM has exited. Can't this at least use something inside ${build.dir}, rather than ${java.io.tmpd

Re: svn commit: r1001756 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/helper/ProjectHelper2.java src/main/org/apache/tools/ant/launch/Locator.java src/tests/antunit/taskdefs/taskdef-te

2010-09-27 Thread Stefan Bodewig
On 2010-09-27, wrote: > according to the javadocs of JarURLConnection the separator is !/ not > ! - this allows dealing with jars in directories that contain a ! in > their name, as long as it is not at the end of the directory name. This deals with splitting jar:file:somwhere/jar.file!/some/res

Ivy Hudson Plugin

2010-09-27 Thread Jon Schneider
Recently I extended the Hudson Ivy plugin to allow for passing along parameterizations to triggered downstream builds. I might have some other additions to the plugin coming down the pipe. Does anybody have commit access to the repository? Can I get access to commit the changes? Thanks, Jon