Re: Next step in Ivy 2.0 release process

2008-10-17 Thread Maarten Coene
ok, unless someone else volunteers, I'll try to make a RC2 next week. There are still some open issues I want to include in this release: - IVY-943: Allow authentication credentials to be specified in settings file. -> or should I not add it because it's not really a bug, but the provided code c

Re: YUI Compressor Antlib

2008-10-17 Thread Peter Reilly
Fire away, this is what the sandbox is for. Peter On Fri, Oct 17, 2008 at 7:03 PM, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > At work we have a need for this, so I've thrown it together just now > (very rough, but it does what it says on the tin). > > It's using the Yahoo JavaScript and C

EasyAnt project

2008-10-17 Thread Jean-Louis BOUDART
Hi all, Xavier Hanin and I are currently working on a new build system fully based on Apache Ant / Apache Ivy, here is a short information. Welcome to EasyAnt Easyant is a toolbox focusing on easing project build processes. It's based on Apache Ant and Apache Ivy, and allows for maximum flexibil

YUI Compressor Antlib

2008-10-17 Thread Kevin Jackson
Hi, At work we have a need for this, so I've thrown it together just now (very rough, but it does what it says on the tin). It's using the Yahoo JavaScript and CSS compressor library and the code is licensed under BSD. My company is ok with me donating the antlib to apache, can I put this into t

AW: svn commit: r705232 [1/2] - in /ant/core/trunk/src/tests/antunit/taskdefs/cvs: ./ repository/ repository/CVSROOT/ repository/CVSROOT/Emptydir/ repository/antmodule1/

2008-10-17 Thread Jan.Materne
We could store a svn repo in that cvs for testing the svn tasks :-O Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 17. Oktober 2008 09:50 >An: dev@ant.apache.org >Betreff: Re: svn commit: r705232 [1/2] - in >/ant/core/trunk/src/tests/a

Re: Next step in Ivy 2.0 release process

2008-10-17 Thread rednix
Maarten Coene wrote: > > ... > I'm in favor for a new RC2 containing everything from SVN trunk. What do > others think? > > Maarten > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PR

Re: ivy settings classpath always creates new classloader when used with subant

2008-10-17 Thread Derek Baum
Hi, Thanks for your response. Are you suggesting: 1) if I satisfy the prerequisite, then I won't need my suggested patch, or 2) my patch will only work if the prerequisite is satisfied? Assuming 1), I tried this, but when I didn't explicitly load ivysettings, a default was loaded instead and

Re: svn commit: r705232 [1/2] - in /ant/core/trunk/src/tests/antunit/taskdefs/cvs: ./ repository/ repository/CVSROOT/ repository/CVSROOT/Emptydir/ repository/antmodule1/

2008-10-17 Thread Stefan Bodewig
On Fri, 17 Oct 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > A CVS repository in Subversion... > Amazing :-) yeah, found it wierd as well. BTW, I think this wouldn't be possible if we still used CVS since CVS wouldn't have allowed me to check in the CVSROOT directory. Stefan --

Re: svn commit: r705232 [1/2] - in /ant/core/trunk/src/tests/antunit/taskdefs/cvs: ./ repository/ repository/CVSROOT/ repository/CVSROOT/Emptydir/ repository/antmodule1/

2008-10-17 Thread Gilles Scokart
A CVS repository in Subversion... Amazing :-) 2008/10/16 <[EMAIL PROTECTED]>: > Author: bodewig > Date: Thu Oct 16 06:00:46 2008 > New Revision: 705232 > > URL: http://svn.apache.org/viewvc?rev=705232&view=rev > Log: > experimental local CVS repository as a testbed for CVS tests > > Added: >

Re: ivy settings classpath always creates new classloader when used with subant

2008-10-17 Thread Gilles Scokart
There will be a prerequisite for that to work : You must be sure that that ivy itself is not loaded in two ClassLoader. For that, your taskdef for ivy should itself use a loaderRef, and the subant must have the right options that make the id shared accross the projects. And if that prerequisite i