Re: svn commit: r466627 - in /ant/core/trunk/src/etc/poms: ./ ant-antlr/ ant-apache-bcel/ ant-apache-bsf/ ant-apache-log4j/ ant-apache-oro/ ant-apache-regexp/ ant-apache-resolver/ ant-commons-logging/

2006-10-24 Thread Paul King
Antoine Levy-Lambert wrote: [...] I hope that for instance the pom of commons-bsf should itself contain js, groovy, and the other supported languages as optional runtime dependencies. BSF doesn't contain optional jars at the moment. The project team members are fairly new to Maven and didn't ha

RE: FW: antunit branch for 1.6.x compatibility

2006-10-24 Thread Vladimir Egorov
Sorry for a bit of a messy entry into the list. I did not realize that using html email could be a problem. Thanks Stephan for pointing this out. > > My inquiry is in connection with TestLogic project on CodeShare. > Could you please expand a little on TestLogic for the rest of the Ant developers

Re: svn commit: r466627 - in /ant/core/trunk/src/etc/poms: ./ ant-antlr/ ant-apache-bcel/ ant-apache-bsf/ ant-apache-log4j/ ant-apache-oro/ ant-apache-regexp/ ant-apache-resolver/ ant-commons-logging/

2006-10-24 Thread Antoine Levy-Lambert
Original-Nachricht Datum: Tue, 24 Oct 2006 09:59:05 +0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Developers List Betreff: Re: svn commit: r466627 - in /ant/core/trunk/src/etc/poms: ./ ant-antlr/ ant-apache-bcel/ ant-apache-bsf/ ant-apache-log4j/ ant-apache-oro/ ant-ap

svn commit: r467505 - /ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml

2006-10-24 Thread antoine
Author: antoine Date: Tue Oct 24 15:05:19 2006 New Revision: 467505 URL: http://svn.apache.org/viewvc?view=rev&rev=467505 Log: remove dependency upon commons-logging/commons-logging Modified: ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml Modified: ant/core/trunk/src/etc/poms/ant-co

svn commit: r467504 - /ant/core/trunk/src/etc/poms/ant-antlr/pom.xml

2006-10-24 Thread antoine
Author: antoine Date: Tue Oct 24 15:04:35 2006 New Revision: 467504 URL: http://svn.apache.org/viewvc?view=rev&rev=467504 Log: antlr is a runtime dependency, yes Steve :-) Modified: ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Modified: ant/core/trunk/src/etc/poms/ant-antlr/pom.xml URL: ht

svn commit: r467449 - /ant/core/trunk/src/etc/poms/README.txt

2006-10-24 Thread antoine
Author: antoine Date: Tue Oct 24 12:38:47 2006 New Revision: 467449 URL: http://svn.apache.org/viewvc?view=rev&rev=467449 Log: jsch 0.1.29 now available in repository Modified: ant/core/trunk/src/etc/poms/README.txt Modified: ant/core/trunk/src/etc/poms/README.txt URL: http://svn.apache.org

svn commit: r467448 - /ant/core/trunk/src/etc/poms/ant-jsch/pom.xml

2006-10-24 Thread antoine
Author: antoine Date: Tue Oct 24 12:37:10 2006 New Revision: 467448 URL: http://svn.apache.org/viewvc?view=rev&rev=467448 Log: groupId for jsch 01.29 jsch, not com.jcraft Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml URL: http:

svn commit: r467447 - /ant/core/trunk/fetch.xml

2006-10-24 Thread antoine
Author: antoine Date: Tue Oct 24 12:35:54 2006 New Revision: 467447 URL: http://svn.apache.org/viewvc?view=rev&rev=467447 Log: groupId for jsch 01.29 jsch, not com.jcraft Modified: ant/core/trunk/fetch.xml Modified: ant/core/trunk/fetch.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/f

svn commit: r467363 - /ant/core/trunk/build.xml

2006-10-24 Thread jhm
Author: jhm Date: Tue Oct 24 08:45:20 2006 New Revision: 467363 URL: http://svn.apache.org/viewvc?view=rev&rev=467363 Log: Document the use of Add support for @pre as found in BuildFileTest Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/vie

svn commit: r467359 - /ant/core/trunk/docs/manual/CoreTasks/unzip.html

2006-10-24 Thread jhm
Author: jhm Date: Tue Oct 24 08:38:28 2006 New Revision: 467359 URL: http://svn.apache.org/viewvc?view=rev&rev=467359 Log: Have found a nice example in an archived mail... Modified: ant/core/trunk/docs/manual/CoreTasks/unzip.html Modified: ant/core/trunk/docs/manual/CoreTasks/unzip.html URL:

RE: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Lars Monsees
>>> * line 247+250: we always use brackets you could use Checkstyle >>> and Ants src/etc/checkstyle/checkstyle-config for verifying >>> codestyle. >> >> Is it possible to use Eclipse´s internal formatter for >> this? =) >> http://webster.cs.uga.edu/~pavagada/SoftwareEngineering/Checkstyle

Re: Would like to contribute some Ant modifications - how?

2006-10-24 Thread Daniel Blaukopf
Hi Kevin and Stefan Thanks for taking the time to look at the patch. I'll split it up into three separate patches and file enhancement requests. Daniel Kevin Jackson wrote: > Hello >> >> I have some Ant changes that I'd like to put forward for possible >> inclusion in future versions of Ant.

RE: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Lars Monsees
(snip) 3) One remaining problem is that command line arguments are automatically escaped via " if they contain spaces. Now it is possible that a to be compiled booklet has a space in it so the appropriate command line would look like this: helpstudio2.exe /bk="just

AW: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Jan.Materne
>> >>5) >> >>Most of the variables are declared as protected because >this is what >> >>I´ve seen in nsisant. Is this preferred over private variables? >> > >> >Not sure about an Ant philosophy here, but protected variables >> >support subclassing ... > >Mmm, Ant "philosophy" is to have *ALL* va

AW: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Jan.Materne
>> * does it make sence to proceed with a failed configuration? >> - you invoce handleError() which will log the message when >> failonerror==false >> - I think handleError() should set a flag "hasError" so you could >> quit the job after the checks > >Not sure if I understand you correctl

Re: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Peter Reilly
Just to add a few comments: On 10/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: oh yes - we prefer new threads instead of thread-hijacking ;-) Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. Oktober 2006 14:09 >An: dev@ant

Re: Ivy at the Apache incubator

2006-10-24 Thread Dominique Devienne
Contributor would be anybody who contributes to the project in any way. I guess you read committer instead of contributor. Committers are voted in based on their contributions - not necessarily code contributions, it could be contributions to documentation or "just" discussions on the mailing li

RE: HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Lars Monsees
Hi Jan, thanks you very much for your very detailed 2 cents =) > > My few cents ... > * you should have a buildfile I have one, it is just not included in the zip. Will be available via sf.net cvs/svn > * if possible, you should also have testcases > - AntUnit > - JUnit (maybe extending o

HelpStudioAnt (was: "AW: failure notice")

2006-10-24 Thread Jan.Materne
oh yes - we prefer new threads instead of thread-hijacking ;-) Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. Oktober 2006 14:09 >An: dev@ant.apache.org >Betreff: AW: failure notice > >>is it not possible to post mail with attace

AW: failure notice

2006-10-24 Thread Jan.Materne
>is it not possible to post mail with attaced zip-files to this list? not sure about that - but I think "no" >attachment is now temporarily avaiable at: >http://www.atlantisgmbh.de/download/HelpStudioAnt-0.1.0.zip thats the better way ;-) also so the mail boxes of the registered users keep small

FW: failure notice

2006-10-24 Thread Lars Monsees
Hi, is it not possible to post mail with attaced zip-files to this list? > : > 140.211.11.133 failed after I sent the message. > Remote host said: 552 Message rejected as it is spam (body) attachment is now temporarily avaiable at: http://www.atlantisgmbh.de/download/HelpStudioAnt-0.1.0.zip Ori

Re: Ant support for Team System

2006-10-24 Thread Steve Loughran
Kevin Jackson wrote: First, sorry for not getting back to you quickly - I've had a few upheavals and had to travel recently too, so not had much time for any Ant work at all :( For TeamSystem, is it really necessary to install everything listed? yes; this is why we've never got round to bri

Re: SVN head building

2006-10-24 Thread Kevin Jackson
Hi Steve, I've just got the tomcat6 source and was planning to start looking at it, but nope didn't know that web.xml is now optional - thanks for teaching me something :) Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Ivy at the Apache incubator

2006-10-24 Thread Xavier Hanin
On 10/24/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > On 10/23/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> >> On Fri, 20 Oct 2006, Stephane Bailliez <[EMAIL PROTECTED]> wrote: >> >> > I don't think there is any limit to the number of mentors and if any >> > long time

Re: i want to joint the mailing list and need help

2006-10-24 Thread Steve Loughran
Michael Zheng wrote: Thx well, you are on the mailing list. This is the ant developer one, where we implement ant, add tasks, help people who are writing new tasks in Java or the script language of their choice, embedding ant in the IDE or application, or other low level stuff. if you are

Re: SVN head building

2006-10-24 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Steve, I just checked out the SVN head, and didn't have a problem building Ant: BUILD SUCCESSFUL Total time: 1 minute 45 seconds C:\sandbox_ant\ant\ant-trunk>ant -version Apache Ant version 1.7.0Beta3 compiled on October 23 2006 Environment: Windows XP SP2 java version

Re: Ivy at the Apache incubator

2006-10-24 Thread Steve Loughran
Xavier Hanin wrote: On 10/23/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Fri, 20 Oct 2006, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > I don't think there is any limit to the number of mentors and if any > long time involved members like Stefan/Steve/Conor can also devote a > few littl

Re: svn commit: r466627 - in /ant/core/trunk/src/etc/poms: ./ ant-antlr/ ant-apache-bcel/ ant-apache-bsf/ ant-apache-log4j/ ant-apache-oro/ ant-apache-regexp/ ant-apache-resolver/ ant-commons-logging/

2006-10-24 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Author: antoine Date: Sat Oct 21 22:35:25 2006 New Revision: 466627 URL: http://svn.apache.org/viewvc?view=rev&rev=466627 Log: adding poms wow, you have been a busy little bee :) I'll look over these. I'm very fussy about excessive artifacts sneaking in to the syste

Re: PermGen OutOfMemoryError in custom Iterator task, and ForEach - Suggestions Please

2006-10-24 Thread Peter Reilly
On 10/23/06, Robert Rice <[EMAIL PROTECTED]> wrote: I recently created a custom task that is an Iterator. The goal of the task is to accept a large date range ( like 3 years ) and split it into smaller date ranges ( like 1 day at a time ). I do a lot of work with date ranges. Examples are runni

Re: Ant and thread context class loader

2006-10-24 Thread Peter Reilly
On 10/24/06, Joerg Heinicke <[EMAIL PROTECTED]> wrote: Hi, I have a problem with a library and an Ant task I wrote for it. Internally it tries to get the thread context class loader to load a class: ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); classLoader.loadCl

AW: warnings when building javadoc

2006-10-24 Thread Jan.Materne
Nice site effect: now we have a list of Ants meta tags :-) Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 22. Oktober 2006 08:23 >An: Ant Developers List >Betreff: warnings when building javadoc > >Hi, > >when building the javadoc

Ant and thread context class loader

2006-10-24 Thread Joerg Heinicke
Hi, I have a problem with a library and an Ant task I wrote for it. Internally it tries to get the thread context class loader to load a class: ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); classLoader.loadClass(className); Unfortunately, this does not work in Ant

Re: Ivy at the Apache incubator

2006-10-24 Thread Xavier Hanin
On 10/24/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi Xavier, > I'm sorry, I'm not very familiar with the apache roles, but I thought to > become contributor you first need to submit patches. Yes that's what the role 'contributor' means > But maybe you already > did with a nick name? Sorr

Re: i want to joint the mailing list and need help

2006-10-24 Thread Frank Harnack
... and obviously you are already in the Developer List ?!? >Hi, > >it would be very helpful to describe your problem ;-) . > >At first you have only to send an email to >[EMAIL PROTECTED] . > >Regards >Frank Quoting Michael Zheng <[EMAIL PROTECTED]>: > Thx > --

DO NOT REPLY [Bug 40810] New: - Zipfileset: optionally include added dir as entry

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