DO NOT REPLY [Bug 36589] New: - You could enhance ant by "AOP" task,very useful in many place!!!

2005-09-09 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: Antlib autoloading (was Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs AntlibTest.java)

2005-09-09 Thread Dominique Devienne
On 9/9/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > So, any ideas how this could be acomplished? > Load all resources from META-INF/antlib.xml at startup and process > them, I'd say. But doesn't that go against Ant's tradition to not have auto-magic things, but instead spell things out explic

DO NOT REPLY [Bug 36585] New: - Patching of a file removes certain other parameters automatically

2005-09-09 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 36151] - PropertySet::addPropertyNames causes NullPointerException

2005-09-09 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: r279876 - /ant/core/trunk/src/main/org/apache/tools/ant/types/PropertySet.java

2005-09-09 Thread bodewig
Author: bodewig Date: Fri Sep 9 14:00:28 2005 New Revision: 279876 URL: http://svn.apache.org/viewcvs?rev=279876&view=rev Log: use hashtable instead of getProperty which may return non-null even if the key is not in the hashtable. PR 36151 Modified: ant/core/trunk/src/main/org/apache/tools

Re: Antlib autoloading

2005-09-09 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Fri, 9 Sep 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > >> Load all resources from META-INF/antlib.xml at > startup and process > >> them, I'd say. > > > > Sounds cool, but what do you do about e.g. > collisions > > among tasknames from 3r

Re: Antlib autoloading

2005-09-09 Thread Stefan Bodewig
On Fri, 9 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> Load all resources from META-INF/antlib.xml at startup and process >> them, I'd say. > > Sounds cool, but what do you do about e.g. collisions > among tasknames from 3rd-party distributions? It was Jose Alberto who wanted them in the

DO NOT REPLY [Bug 36154] - junit target's showoutput attribute doesn't seem to work

2005-09-09 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: Antlib autoloading (was Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs AntlibTest.java)

2005-09-09 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Fri, 26 Aug 2005, Jose Alberto Fernandez > <[EMAIL PROTECTED]> wrote: > > > Now, for backward compatibility and for > convinience in general, one > > would like to be able to put in the -lib > directories a bunch of > > antlib jars and that all

Re: Lost Wiki Edits

2005-09-09 Thread Stefan Bodewig
On Fri, 9 Sep 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote: > I hit preview, and get a 404! Never happened to me before. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: antlib loading in typedef

2005-09-09 Thread Stefan Bodewig
On Tue, 23 Aug 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > One change I have also checked in to Definer.java is some extra > logic for naming antlibs. Instead of just > > antlib:org.example.package > > you can go > > antlib://org/example/package/file.xml I don't like that ant

Antlib autoloading (was Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs AntlibTest.java)

2005-09-09 Thread Stefan Bodewig
On Fri, 26 Aug 2005, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > Now, for backward compatibility and for convinience in general, one > would like to be able to put in the -lib directories a bunch of > antlib jars and that all their tasks get declared automatically as > part of the default

Lost Wiki Edits

2005-09-09 Thread Dominique Devienne
I just spent some time editing http://wiki.apache.org/ant/AntExternalTaskdefs, I hit preview, and get a 404! I do back, and sure enough I've lost my edits. Is that normal / common? Because if it is, I won't loose time trying to edit this thing. --DD

[Ant Wiki] Update of "ApacheGump" by StefanBodewig

2005-09-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by StefanBodewig: http://wiki.apache.org/ant/ApacheGump The comment on the change is: Gump is more than you think. And we don't bootstrap Maven (yet).

[Ant Wiki] Update of "AntTools" by JürgenHermann

2005-09-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by JürgenHermann: http://wiki.apache.org/ant/AntTools -- + #pragma section-

[Ant Wiki] Update of "ApacheGump" by JürgenHermann

2005-09-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by JürgenHermann: http://wiki.apache.org/ant/ApacheGump -- Gump serves

svn commit: r279795 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java

2005-09-09 Thread mbenson
Author: mbenson Date: Fri Sep 9 08:32:58 2005 New Revision: 279795 URL: http://svn.apache.org/viewcvs?rev=279795&view=rev Log: fix previous change Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java Modified: ant/core/trunk/src/main/org/apache/t

Re: svn commit: r279792 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java

2005-09-09 Thread Matt Benson
doesn't actually compile or anything, but hey... --- Matt Benson <[EMAIL PROTECTED]> wrote: > My first svn commit. ;) > > --- [EMAIL PROTECTED] wrote: > > > Author: mbenson > > Date: Fri Sep 9 08:10:43 2005 > > New Revision: 279792 > > > > URL: > > http://svn.apache.org/viewcvs?rev=279792&vi

Re: svn commit: r279792 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java

2005-09-09 Thread Matt Benson
My first svn commit. ;) --- [EMAIL PROTECTED] wrote: > Author: mbenson > Date: Fri Sep 9 08:10:43 2005 > New Revision: 279792 > > URL: > http://svn.apache.org/viewcvs?rev=279792&view=rev > Log: > logging > > Modified: > > ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotn

svn commit: r279792 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java

2005-09-09 Thread mbenson
Author: mbenson Date: Fri Sep 9 08:10:43 2005 New Revision: 279792 URL: http://svn.apache.org/viewcvs?rev=279792&view=rev Log: logging Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/tas

[Ant Wiki] Update of "AntExternalTaskdefs" by DD

2005-09-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by DD: http://wiki.apache.org/ant/AntExternalTaskdefs -- The intent of thi

DO NOT REPLY [Bug 36565] - jsharpc fails when run from directory with space in the path

2005-09-09 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 36565] - jsharpc fails when run from directory with space in the path

2005-09-09 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