svn commit: r594810 [2/2] - in /ant/sandbox/mocks: ./ src/antlr/ src/com/jcraft/jsch/ src/com/sun/media/jai/codec/ src/javax/activation/ src/javax/mail/ src/javax/mail/internet/ src/javax/media/jai/ s

2007-11-14 Thread jhm
Modified: ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java?rev=594810&r1=594809&r2=594810&view=diff =

svn commit: r594813 - /ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java

2007-11-14 Thread jhm
Author: jhm Date: Wed Nov 14 01:35:30 2007 New Revision: 594813 URL: http://svn.apache.org/viewvc?rev=594813&view=rev Log: remove TODO comment Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java U

AW: svn commit: r594804 - in /ant/sandbox/mocks: ./ src/ src/antlr/ src/com/ src/com/jcraft/ src/com/jcraft/jsch/ src/com/sun/ src/com/sun/media/ src/com/sun/media/jai/ src/com/sun/media/jai/codec/ sr

2007-11-14 Thread Jan.Materne
Of course you could load all OSS modules for the build, e.g. using Ivy. pro: * you can do the real tests contra: * you load more than you need for just building Ant * there is no easy download (fetch.xml seems not to work on my machine) And because there were so many "I cant build Ant because

Re: svn commit: r594804 - in /ant/sandbox/mocks: ./ src/ src/antlr/ src/com/ src/com/jcraft/ src/com/jcraft/jsch/ src/com/sun/ src/com/sun/media/ src/com/sun/media/jai/ src/com/sun/media/jai/codec/ sr

2007-11-14 Thread Peter Reilly
On Nov 14, 2007 9:51 AM, <[EMAIL PROTECTED]> wrote: > Of course you could load all OSS modules for the build, e.g. using Ivy. > > pro: > * you can do the real tests > > contra: > * you load more than you need for just building Ant > * there is no easy download (fetch.xml seems not to work on my ma

AW: svn commit: r594804 - in /ant/sandbox/mocks: ./ src/ src/antlr/ src/com/ src/com/jcraft/ src/com/jcraft/jsch/ src/com/sun/ src/com/sun/media/ src/com/sun/media/jai/ src/com/sun/media/jai/codec/ sr

2007-11-14 Thread Jan.Materne
> I missed that. > > My hope is that for ant 1.8.0 we can use an ivy.jar in the same way as > antunit.jar - ie. a help > in building, but a modification to fetch.xml should also work. > > There should be a repository access for all of the dependencies needed > to build ant. > - we may need to dr

DO NOT REPLY [Bug 42742] - big Ant/Ivy builds run out of permanent memory. Classloader leaks?

2007-11-14 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 43852] - No encoding support for

2007-11-14 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: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
Hey Kev, I just browsed your presentation and came across page 3/54 where I'm reading * Simple fix...place all third-party jars in $ANT_HOME/lib Honestly, putting something into Ant's lib directory is really ugly and all those alternatives ($HOME/.ant etc) do not solve the overall problem.

RE: ApacheCon Presentation

2007-11-14 Thread Rebhan, Gilbert
Hi, Kev -Original Message- From: Kev Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:02 AM To: Ant Developers List; Ant Users List Subject: ApacheCon Presentation /* Hi all, As some of you probably know already, the HK OSSummit has been canceled due to lack of a

Re: 1.7.1 nearly there - alpha

2007-11-14 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On Mon, 12 Nov 2007, Gilles Scokart > <[EMAIL PROTECTED]> wrote: > > > I run RAT against it, and I got some missing > headers (or missing > > > indication that it is generated files) : > > What's RAT? It's a bit too overloaded a search word >

Re: ApacheCon Presentation

2007-11-14 Thread Dominique Devienne
On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > * Simple fix...place all third-party jars in $ANT_HOME/lib > > Honestly, putting something into Ant's lib directory is really ugly and all > those alternatives ($HOME/.ant etc) do not solve the overall problem. If the proje

Re: 1.7.1 nearly there - alpha

2007-11-14 Thread Dominique Devienne
> On Mon, 12 Nov 2007, Gilles Scokart <[EMAIL PROTECTED]> wrote: > > I run RAT against it, and I got some missing headers (or missing > > indication that it is generated files) : What's RAT? It's a bit too overloaded a search word that I couldn't find what it might refer to in this context. Thanks

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
On Nov 14, 2007 3:18 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > * Simple fix...place all third-party jars in $ANT_HOME/lib > > > > Honestly, putting something into Ant's lib directory is really ugly and all > > th

Re: 1.7.1 nearly there - alpha

2007-11-14 Thread Dominique Devienne
On Nov 14, 2007 9:34 AM, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > On Mon, 12 Nov 2007, Gilles Scokart <[EMAIL PROTECTED]> wrote: > > > > I run RAT against it > > What's RAT? > > http://wiki.apache.org/incubator/RatProposal Thanks. I see Stefa

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
Peter, I'm missing the 'download' part in the example you gave. It appears that you expect your jars already to be present in ${commons.dir}, and even in a nicely structured way. To much too assume. It should all be handled by Ant's core .. Regards, Wolfgang Häfelinger Research & Architecture

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

2007-11-14 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 dotnet-antlib-test has an issue affecting its community integration. This issue a

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
Dominique, >> If the project you checkout includes its own Ant extensions I does not and I also believe it should not. I believe it's a rather good rule that a source repository contains sources and not binaries. Perhaps I should also mention that I'm not talking here about one or two projects

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
>> Then again it's these people, Peter first, who enhance Ant to >> support better models for the future, so power to you guys ;-) Cool, so we can expect 'auto-download' to be a feature of 1.7.1? Serious, just to pull off some kind of demo implementation: is there some kind of namespace interc

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
On Nov 14, 2007 4:51 PM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > >> Then again it's these people, Peter first, who enhance Ant to > >> support better models for the future, so power to you guys ;-) > > Cool, so we can expect 'auto-download' to be a feature of 1.7.1? > > Serious, just to pu

Re: ApacheCon Presentation

2007-11-14 Thread Dominique Devienne
On Nov 14, 2007 9:50 AM, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 3:18 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > > * Simple fix...place all third-party jars in $ANT_HOME/lib > > > > > > Honestly

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

2007-11-14 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 test-ant has an issue affecting its community integration. This issue affects 1 p

Re: ApacheCon Presentation

2007-11-14 Thread Xavier Hanin
Here's what we do in Ivy build to use emma (this is just an example): With cleaner metadata using only one ivy:cachepath would be enough. Without Ivy, you can simply use a get task and build a path from the downloaded jar. That's what w

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2007-11-14 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 test-ant-no-xerces has an issue affecting its community integration. This issue a

Ant & Java1.3

2007-11-14 Thread Kev Jackson
Hi, I tried to build the branch on 1.3 last night. I couldn't even bootstrap. The problem was that the activation.jar was built with class file format 48.0 (1.4) - so the 1.3 jdk couldn't recognize the classes. As the bootstrap failed there, I don't know how many other of the dependency jar

Re: ApacheCon Presentation

2007-11-14 Thread Kev Jackson
Hi, I wonder whether Ant/Ivy has a "dependency fetching" mechanism like Maven has regarding "plugins". This is what I have in mind: A antlib provides tasks and macros and implements them in terms of 3rdparty libraries. Those libraries are described in dependencies (perhaps a la Maven).