DO NOT REPLY [Bug 41285] New: - delete and symlink tasks do not delete a symlink if its target does not exist

2007-01-03 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 41284] - dependset throws NullPointerException

2007-01-03 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 41284] - dependset throws NullPointerException

2007-01-03 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 41284] New: - dependset throws NullPointerException

2007-01-03 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: r492350 - /ant/core/trunk/docs/resources.html

2007-01-03 Thread antoine
Author: antoine Date: Wed Jan 3 15:38:30 2007 New Revision: 492350 URL: http://svn.apache.org/viewvc?view=rev&rev=492350 Log: changes by Steve Loughran Modified: ant/core/trunk/docs/resources.html Modified: ant/core/trunk/docs/resources.html URL: http://svn.apache.org/viewvc/ant/core/trunk

DO NOT REPLY [Bug 41280] - APT Task ignores memoryMaximumSize argument

2007-01-03 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: r492317 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Apt.java

2007-01-03 Thread stevel
Author: stevel Date: Wed Jan 3 13:46:42 2007 New Revision: 492317 URL: http://svn.apache.org/viewvc?view=rev&rev=492317 Log: bug 41280 APT Task ignores memoryMaximumSize argument Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Apt.java Modified: a

svn commit: r492314 - /ant/core/trunk/xdocs/resources.xml

2007-01-03 Thread stevel
Author: stevel Date: Wed Jan 3 13:43:29 2007 New Revision: 492314 URL: http://svn.apache.org/viewvc?view=rev&rev=492314 Log: hyphens break the autolinking to bookstores Modified: ant/core/trunk/xdocs/resources.xml Modified: ant/core/trunk/xdocs/resources.xml URL: http://svn.apache.org/view

Re: Proposed roadmap

2007-01-03 Thread Wolfgang Häfelinger
>> It may be difficult to have an EL in ant as >> the components/beans (properties and references) >> are not bound by any naming >> rules [..] You have a similar problem in JSP as you are allowed to define a config parameter named "foo-bar". EL will treat ${initParam.foo-bar} as valueof(initP

RE: Proposed roadmap

2007-01-03 Thread Shatzer, Larry
> -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 03, 2007 7:45 AM > To: Ant Developers List > Subject: Re: Proposed roadmap > > docbook looks a good bit verbose. I would rather something that > makes it easy to write manual pages with specific

Re: Proposed roadmap

2007-01-03 Thread Peter Reilly
On 1/3/07, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: >> 3. I dont actually like EL handling as the way >> any invalid bit the the expression switches the >> whole thing to null, instead of telling where >> you've left something undefined. That may just >> be the JSP2 implementation, of cours

Re: Proposed roadmap

2007-01-03 Thread Peter Reilly
On 12/30/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: > * 1.7.x > - fix bugs > - implement some enhancement requests > - add some extra attributes to tasks/types > (for example fileset dir not present attribute) > - add some conditions/resources/filters/mappers > - junitize other

Re: Proposed roadmap

2007-01-03 Thread Wolfgang Häfelinger
>> 3. I dont actually like EL handling as the way >> any invalid bit the the expression switches the >> whole thing to null, instead of telling where >> you've left something undefined. That may just >> be the JSP2 implementation, of course,. I like this actually much more than the Ant way. T

Re: Ant jars on Maven repo

2007-01-03 Thread Steve Loughran
[EMAIL PROTECTED] wrote: I have just seen that the 1.7.0 files are not in the Maven repository under http://repo1.maven.org/maven2/ant/ant/ moved to org/apache/ant, maven2 style, with the testutils jar too: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/ant/ --

Re: Proposed roadmap

2007-01-03 Thread Steve Loughran
Wolfgang Häfelinger wrote: * 1.9 - add EL (?from jsp/jsf - properties or references?) Since EL is a really cool feature and simplifies JSP development so much, I would like to give it a much higher priority (1.7.x)... 1. I'm not sure how serious it was 2. its a traumatic change 3. I dont

DO NOT REPLY [Bug 41280] - APT Task ignores memoryMaximumSize argument

2007-01-03 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: svn commit: r491723 - in /ant/core/trunk/docs/manual: CoreTasks/javac.html using.html

2007-01-03 Thread Steve Loughran
[EMAIL PROTECTED] wrote: + Path Shortcut + +In Ant 1.6 a shortcut for converting paths to OS specific strings +in properties has been added. One can use the expression +${toString:pathreference} to convert a path element +reference to a string that can be used for a path arg

Ant jars on Maven repo

2007-01-03 Thread Jan.Materne
I have just seen that the 1.7.0 files are not in the Maven repository under http://repo1.maven.org/maven2/ant/ant/ How to update that? Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn commit: r492099 - /ant/core/trunk/docs/manual/CoreTasks/conditions.html

2007-01-03 Thread kevj
Author: kevj Date: Wed Jan 3 02:51:08 2007 New Revision: 492099 URL: http://svn.apache.org/viewvc?view=rev&rev=492099 Log: -added hasfreespace doc Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html URL: http://svn.a

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

2007-01-03 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

Re: Proposed roadmap

2007-01-03 Thread Wolfgang Häfelinger
* 1.9 - add EL (?from jsp/jsf - properties or references?) Since EL is a really cool feature and simplifies JSP development so much, I would like to give it a much higher priority (1.7.x)... it possible to "Peter Reilly" <[EMAIL PROTECTED]> 29-12-2006 17:43 Please respond to "Ant Devel