Re: Ivy at the Apache incubator

2006-10-20 Thread Kevin Jackson
I'm happy to help out with patches etc, but I doubt I have time right now to be considered a 'mentor' I barely have the time to read the ant dev mails. I'd love to have more free time to help with this, but put me down as a 'contributor' at least :) Kev

Re: svn commit: r466290 - in /ant/core/trunk/src/main/org/apache/tools/ant: IntrospectionHelper.java Project.java

2006-10-20 Thread Dominique Devienne
> We might want to leave it public, for uses of IH outside Ant, no? Ok, done! Great! Thanks, --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sun.misc.uuencode bug?

2006-10-20 Thread Dominique Devienne
I am wondering has anyone has used the ant email task to send uuencoded files? Just a guess, but don't most people use Base64 now rather than UUencode? That may explain why no one noticed the bug before??? --DD - To unsubscribe

sun.misc.uuencode bug?

2006-10-20 Thread Peter Reilly
This is strange, I am looking at removing sun.misc.UUEncoder, but am not able to get to to work correctly in a unit test. It is all correct until the last two lines: 487)G970^#0H\+W!R;VIE8W0^#0H! end (where is the space character) When I put the file into uudecode.exe, the program whines about a

Re: svn commit: r466290 - in /ant/core/trunk/src/main/org/apache/tools/ant: IntrospectionHelper.java Project.java

2006-10-20 Thread Peter Reilly
On 10/20/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > +/*package private*/ static void clearCache() { > HELPERS.clear(); > } We might want to leave it public, for uses of IH outside Ant, no? Ok, done! Peter I think it's good that IH is no longer a ProjectListener, BTW

svn commit: r466300 - /ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java

2006-10-20 Thread peterreilly
Author: peterreilly Date: Fri Oct 20 16:06:32 2006 New Revision: 466300 URL: http://svn.apache.org/viewvc?view=rev&rev=466300 Log: make IH.clearCache() public Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/an

Re: svn commit: r466290 - in /ant/core/trunk/src/main/org/apache/tools/ant: IntrospectionHelper.java Project.java

2006-10-20 Thread Dominique Devienne
+/*package private*/ static void clearCache() { HELPERS.clear(); } We might want to leave it public, for uses of IH outside Ant, no? I think it's good that IH is no longer a ProjectListener, BTW. Thank you Peter. --DD --

DO NOT REPLY [Bug 37148] - javac nested element troube with excludes

2006-10-20 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

svn commit: r466290 - in /ant/core/trunk/src/main/org/apache/tools/ant: IntrospectionHelper.java Project.java

2006-10-20 Thread peterreilly
Author: peterreilly Date: Fri Oct 20 15:40:27 2006 New Revision: 466290 URL: http://svn.apache.org/viewvc?view=rev&rev=466290 Log: Stop making IH a project listener, instead clean the IH cache explititly on build finished. Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHe

svn commit: r466283 - /ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.java

2006-10-20 Thread peterreilly
Author: peterreilly Date: Fri Oct 20 15:35:44 2006 New Revision: 466283 URL: http://svn.apache.org/viewvc?view=rev&rev=466283 Log: Free the realThing with UE is finished with it (fixes since last look at this allows this) Modified: ant/core/trunk/src/main/org/apache/tools/ant/UnknownElement.j

svn commit: r466271 - /ant/core/trunk/lib/libraries.properties

2006-10-20 Thread peterreilly
Author: peterreilly Date: Fri Oct 20 14:39:50 2006 New Revision: 466271 URL: http://svn.apache.org/viewvc?view=rev&rev=466271 Log: update jsch version in libraries to agree with doc Modified: ant/core/trunk/lib/libraries.properties Modified: ant/core/trunk/lib/libraries.properties URL: http

DO NOT REPLY [Bug 37148] - javac nested element troube with excludes

2006-10-20 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 37148] - javac nested element troube with excludes

2006-10-20 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 37148] - javac nested element troube with excludes

2006-10-20 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 25734] - XmlLogger doesn't log when parallel is used.

2006-10-20 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

FW: antunit branch for 1.6.x compatibility

2006-10-20 Thread Vladimir Egorov
Hi Stephan, My messages to dev@ant.apache.org keep bouncing. I attached the bounced message at the bottom. Am I using the correct alias? Here is what I tried to send. > In particular AssertTask (which extends ConditionBase) relies on some core changes like TaskAdapter not wrapping BuildException

Re: Ivy at the Apache incubator

2006-10-20 Thread Xavier Hanin
On 10/20/06, Stephane Bailliez <[EMAIL PROTECTED]> wrote: Steve Loughran wrote: > > We are certainly thinking about using it at work, so I could justify > involvement as a work-related-activity, related to jira defect 7, > "Build process is over-complex and brittle" :) > > http://jira.smartfrog.

Re: Ivy at the Apache incubator

2006-10-20 Thread Xavier Hanin
On 10/20/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Xavier Hanin <[EMAIL PROTECTED]> wrote: > On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > > > Xavier Hanin wrote: > > > On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > >> > > >> Stephane Bailliez wrote: > > >> >

Re: Ivy at the Apache incubator

2006-10-20 Thread Stephane Bailliez
Steve Loughran wrote: We are certainly thinking about using it at work, so I could justify involvement as a work-related-activity, related to jira defect 7, "Build process is over-complex and brittle" :) http://jira.smartfrog.org/jira/browse/SFOS-7 So come and join the fun then. :) I think

Re: Ivy at the Apache incubator

2006-10-20 Thread Matt Benson
--- Xavier Hanin <[EMAIL PROTECTED]> wrote: > On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > > > Xavier Hanin wrote: > > > On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > >> > > >> Stephane Bailliez wrote: > > >> > Antoine Levy-Lambert wrote: > > >> >> Hi, > > >> >> >

Re: Ivy at the Apache incubator

2006-10-20 Thread Xavier Hanin
On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: >> >> Stephane Bailliez wrote: >> > Antoine Levy-Lambert wrote: >> >> Hi, >> >> >> >> I am going to be the champion and the first mentor for Ivy's >> incubation >>

Re: Ivy at the Apache incubator

2006-10-20 Thread Steve Loughran
Xavier Hanin wrote: On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Stephane Bailliez wrote: > Antoine Levy-Lambert wrote: >> Hi, >> >> I am going to be the champion and the first mentor for Ivy's incubation >> process. >> I hope there will be a second mentor, maybe more familiar with

Re: Ivy at the Apache incubator

2006-10-20 Thread Xavier Hanin
On 10/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Stephane Bailliez wrote: > Antoine Levy-Lambert wrote: >> Hi, >> >> I am going to be the champion and the first mentor for Ivy's incubation >> process. >> I hope there will be a second mentor, maybe more familiar with >> legal/organizational

Re: Ivy at the Apache incubator

2006-10-20 Thread Steve Loughran
Stephane Bailliez wrote: Antoine Levy-Lambert wrote: Hi, I am going to be the champion and the first mentor for Ivy's incubation process. I hope there will be a second mentor, maybe more familiar with legal/organizational/foundation aspects. I would like to get involved in it but will have

DO NOT REPLY [Bug 40632] - spawned process through exec task blocks parent exec task

2006-10-20 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: Ivy at the Apache incubator

2006-10-20 Thread Stephane Bailliez
Antoine Levy-Lambert wrote: Hi, I am going to be the champion and the first mentor for Ivy's incubation process. I hope there will be a second mentor, maybe more familiar with legal/organizational/foundation aspects. I would like to get involved in it but will have little time for it Not sur

Re: Ivy at the Apache incubator

2006-10-20 Thread Xavier Hanin
Hi, Excellent news Antoine, thanks a lot for your support! I hope others of you will join us to help Ivy become an Apache project. Regards, Xavier On 10/20/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi, I am going to be the champion and the first mentor for Ivy's incubation process

svn commit: r466063 - /ant/core/trunk/docs/manual/install.html

2006-10-20 Thread antoine
Author: antoine Date: Fri Oct 20 04:08:28 2006 New Revision: 466063 URL: http://svn.apache.org/viewvc?view=rev&rev=466063 Log: further change about jakarta-oro Modified: ant/core/trunk/docs/manual/install.html Modified: ant/core/trunk/docs/manual/install.html URL: http://svn.apache.org/view

svn commit: r466062 - /ant/core/trunk/docs/manual/install.html

2006-10-20 Thread antoine
Author: antoine Date: Fri Oct 20 04:07:09 2006 New Revision: 466062 URL: http://svn.apache.org/viewvc?view=rev&rev=466062 Log: decide to recommend jakarta-oro 2.0.8 Modified: ant/core/trunk/docs/manual/install.html Modified: ant/core/trunk/docs/manual/install.html URL: http://svn.apache.org

Re: Ivy at the Apache incubator

2006-10-20 Thread Antoine Levy-Lambert
Hi, I am going to be the champion and the first mentor for Ivy's incubation process. I hope there will be a second mentor, maybe more familiar with legal/organizational/foundation aspects. Regards, Antoine Antoine Levy-Lambert wrote: > Hi, > > the Ivy project [1], a dependency manager for Java b

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-10-20 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

Raven?

2006-10-20 Thread Kevin Jackson
http://raven.rubyforge.org/use.html Has anyone had a look at this? Uses ruby + gem + rake and provided dependency management via a gem repository. What's most interesting is that it's designed for Java programmers (and I for one am getting incredibly disillusioned with mvn2 and profile handling

Re: [VOTE] Release AntUnit 1.0Beta2

2006-10-20 Thread Peter Reilly
On 10/19/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: Hi, I've uploaded binaries of AntUnit to , please verify them. I propose to publish them as Apache AntUnit 1.0 Beta2. +1 looks good. Peter Stefan

DO NOT REPLY [Bug 40803] New: - Starting batch files under windows with exec

2006-10-20 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