Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Peter Reilly
On 11/6/07, Kev Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > You probally need an old version of weblogic*.jar > > By this do you mean that an old version of weblogic*.jars will remove > the problem I'm having getting a clean set of tests? Or do you mean that > the older jars will create the ant-we

Where to place sponsorship link?

2007-11-06 Thread Gilles Scokart
Did someone have an idea where to place the link to the sponsorship page? Did we have to place it in ant home page only, or do we have to place it also in ivy home page In ant home page, I think a good place could be: - a separate menu Sponsorship at the end of the project managment menu pointing

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Kev Jackson
Hi, I meant the creation of the ant-weblogic.jar. Well I don't think that's a problem anyway as test case clearly calls the weblogic rmic tool and clearly executes before failing to find the test class - I guess we don't ship an ant-weblogic.jar anymore Does it work with JDK5? Nope, it

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Peter Reilly
On 11/6/07, Kev Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > > I meant the creation of the ant-weblogic.jar. > > Well I don't think that's a problem anyway as test case clearly calls > the weblogic rmic tool and clearly executes before failing to find the > test class - I guess we don't ship an ant

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Kev Jackson
Hi, We need to ship ant-weblogic.jar for ant 1.7.1. (Unless we vote to drop it from that release). We will not ship it in ant 1.8.0. That means that somehow I have to get the build to create the ant-weblogic.jar I can only assume that the test tests the behavior of an old version of weblo

Re: terminating running builds better

2007-11-06 Thread Steve Loughran
Darin Swanson wrote: Eclipse is pretty similar to #1. We have a progress monitor / build listener within which we check to see if the user has requested to cancel the build. If the monitor is cancelled we throw a OperationCancelledException which halts the execution of the build from the Eclips

Re: Optional target support?

2007-11-06 Thread Steve Loughran
Jeffrey E Care wrote: "Peter Reilly" <[EMAIL PROTECTED]> wrote on 11/02/2007 02:54:38 PM: The easy way is to have a common.xml that is included in by each subproject. The common.xml would have a "foo" target with an empty implementation. Any sub project could then have there own "foo" targe

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Steve Loughran
Kev Jackson wrote: Hi, We need to ship ant-weblogic.jar for ant 1.7.1. (Unless we vote to drop it from that release). We will not ship it in ant 1.8.0. That means that somehow I have to get the build to create the ant-weblogic.jar or we have a vote. One thing is clear: weblogic rmic was

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

2007-11-06 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: Where to place sponsorship link?

2007-11-06 Thread Stefan Bodewig
On Tue, 6 Nov 2007, Gilles Scokart <[EMAIL PROTECTED]> wrote: > Did someone have an idea where to place the link to the sponsorship > page? Did we have to place it in ant home page only, or do we have > to place it also in ivy home page Should be on the Ant home page (adding it to Ivy's home pag

Re: Optional target support?

2007-11-06 Thread Jeffrey E Care
Steve Loughran <[EMAIL PROTECTED]> wrote on 11/06/2007 07:13:55 AM: > you cant control common import files once you also include third party > projects into your build tree and use ivy to choreograph it. > > For the new executor I'm doing for smartfrog, I looked at and > decided to change it t

Re: Mailing list organization, next steps

2007-11-06 Thread Dominique Devienne
On 11/5/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi all, > > the vote to merge the Ant and Ivy dev lists has passed, so I'll file a > new JIRA ticket with the following steps: > > 1) move [EMAIL PROTECTED] to [EMAIL PROTECTED] keeping all subscribers > > 2) shut down [EMAIL PROTECTED], forwa

Re: Optional target support?

2007-11-06 Thread Dominique Devienne
On 11/6/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > 2. I'd also like to give subant the ability to set the basedir, the way > does I always thought this was a mistake personally. Each build should be in charge here, and if you want to coordinate builds to share a common dir, pass a property d

Re: Where to place sponsorship link?

2007-11-06 Thread Kev Jackson
+1 this could absorb the Donations link as well. +1 here - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-11-06 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

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

2007-11-06 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

DO NOT REPLY [Bug 43799] New: - Touch task fails when fileset is empty

2007-11-06 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 43799] - Touch task fails when fileset is empty

2007-11-06 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: r592499 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 09:45:55 2007 New Revision: 592499 URL: http://svn.apache.org/viewvc?rev=592499&view=rev Log: BZ 43799 / touch sees e.g. empty fs as unspecified args Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java Modified: ant/core/trunk/src/main/

svn commit: r592498 - /ant/core/trunk/src/tests/antunit/taskdefs/touch-test.xml

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 09:45:13 2007 New Revision: 592498 URL: http://svn.apache.org/viewvc?rev=592498&view=rev Log: add failing test for BZ 43799 Added: ant/core/trunk/src/tests/antunit/taskdefs/touch-test.xml (with props) Added: ant/core/trunk/src/tests/antunit/taskdefs/touch-t

svn commit: r592497 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/DirectoryScannerTest.java

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 09:43:21 2007 New Revision: 592497 URL: http://svn.apache.org/viewvc?rev=592497&view=rev Log: ws Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/DirectoryScannerTest.java Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/DirectoryS

Re: Where to place sponsorship link?

2007-11-06 Thread Martijn Kruithof
Gilles Scokart schreef: Did someone have an idea where to place the link to the sponsorship page? Did we have to place it in ant home page only, or do we have to place it also in ivy home page In ant home page, I think a good place could be: - a separate menu Sponsorship at the end of the projec

svn commit: r592515 - in /ant/core/branches/ANT_17_BRANCH/src: main/org/apache/tools/ant/taskdefs/Touch.java tests/antunit/taskdefs/touch-test.xml

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 10:30:37 2007 New Revision: 592515 URL: http://svn.apache.org/viewvc?rev=592515&view=rev Log: merge Added: ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/touch-test.xml - copied unchanged from r592498, ant/core/trunk/src/tests/antunit/taskde

svn commit: r592516 - /ant/core/trunk/WHATSNEW

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 10:32:52 2007 New Revision: 592516 URL: http://svn.apache.org/viewvc?rev=592516&view=rev Log: 43799 Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=592516&r1=592515&r2=592516&v

svn commit: r592517 - /ant/core/branches/ANT_17_BRANCH/WHATSNEW

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 10:35:29 2007 New Revision: 592517 URL: http://svn.apache.org/viewvc?rev=592517&view=rev Log: 43799 Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_

DO NOT REPLY [Bug 43799] - Touch task fails when fileset is empty

2007-11-06 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: r592514 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java

2007-11-06 Thread mbenson
Author: mbenson Date: Tue Nov 6 10:29:37 2007 New Revision: 592514 URL: http://svn.apache.org/viewvc?rev=592514&view=rev Log: oops; introduced NPE Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Touch

Re: Updated Apache Ant listing in the EOS Directory

2007-11-06 Thread Bruce Atherton
Hi, Ryck. The Ant developer mailing list is probably the best place to post messages that are meant to address the community of Ant committers. This would likely be true of many other open source projects, as well. I've cced the mailing list so that others have a chance to review your Ant pag

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Kev Jackson
Hi, or we have a vote. One thing is clear: weblogic rmic was broken on ant1.7.0. nobody noticed. Well I've just tested with Ant 1.6.5 (from svn), and I get exactly the same error: [rmic] RemoteTimestampImpl must be a remote interface implementation and should exist in the classpath

Re: Updated Apache Ant listing in the EOS Directory

2007-11-06 Thread [EMAIL PROTECTED]
It's sometimes hard to know where to start when trying to contact a open source project for non-development issues. Thanks very much for your suggestions and advice! Ryck Lent -- Community Manager EOS Directory -- www.eosdirectory.org [EMAIL PROTECTED] - Original Message - From: "

svn commit: r592610 - /ant/core/trunk/xdocs/stylesheets/project.xml

2007-11-06 Thread bodewig
Author: bodewig Date: Tue Nov 6 21:03:43 2007 New Revision: 592610 URL: http://svn.apache.org/viewvc?rev=592610&view=rev Log: Add sponsorship program links Modified: ant/core/trunk/xdocs/stylesheets/project.xml Modified: ant/core/trunk/xdocs/stylesheets/project.xml URL: http://svn.apache.o

svn commit: r592611 - in /ant/core/trunk/docs: ./ projects/

2007-11-06 Thread bodewig
Author: bodewig Date: Tue Nov 6 21:06:11 2007 New Revision: 592611 URL: http://svn.apache.org/viewvc?rev=592611&view=rev Log: re-generate site Modified: ant/core/trunk/docs/antnews.html ant/core/trunk/docs/bindownload.html ant/core/trunk/docs/bugs.html ant/core/trunk/docs/bylaws.

svn commit: r592612 - in /ant/core/branches/ANT_17_BRANCH: docs/ xdocs/stylesheets/

2007-11-06 Thread bodewig
Author: bodewig Date: Tue Nov 6 21:09:01 2007 New Revision: 592612 URL: http://svn.apache.org/viewvc?rev=592612&view=rev Log: merge sponsorship links into branch Modified: ant/core/branches/ANT_17_BRANCH/docs/antnews.html ant/core/branches/ANT_17_BRANCH/docs/bindownload.html ant/core

Re: Mailing list organization, next steps

2007-11-06 Thread Stefan Bodewig
On Tue, 6 Nov 2007, Dominique Devienne <[EMAIL PROTECTED]> wrote: > 5) shut down [EMAIL PROTECTED], create [EMAIL PROTECTED], then start > forwarding SVN commit and Wiki changes to [EMAIL PROTECTED] Hmm, for some reason I totally don't remember that there is a separate list for commits already.