Re: Add to external tools - task to convert SVG to PNG, JPG

2005-09-13 Thread Antoine Levy-Lambert
Hello Marc, you can add a link to your utility in our Wiki : http://wiki.apache.org/ant/AntExternalTaskdefs Cheers, Antoine Mark McKay wrote: > Hi, > > I've developed a utility to render SVG documents to images, and ahve > developed an ant task so that it can be used from an Ant script. Is >

DO NOT REPLY [Bug 14208] - [PATCH] StarTeam checkin and checkout tasks do not respect repository status flags

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

2005-09-13 Thread Stefan Bodewig
On Tue, 13 Sep 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: >> xmlns:foo="antlib:http://example.org/2005/yes#I_can_use_a_catalog_resolver"; > > this scaers me, as people will assume that we are doing a > download... Of the descriptor. Why not? OK, they might expect we download the lib itsel

Re: Antlib autoloading

2005-09-13 Thread Stefan Bodewig
On Tue, 13 Sep 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > I would assume that tools like websphere or the IDE are happily > sticking stuff in on the classpath, and that anything more we can do > for diagnostics helps Sounds good. Stefan ---

Re: Antlib autoloading

2005-09-13 Thread Stefan Bodewig
On Tue, 13 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > :) Jose Alberto, it seems that you and I have each > contradicted ourselves during this discussion. Me too. > On issue (1) above, regarding collisions, I think Steve's argument about IDEs putting stuff into the CLASSPATH is an import

Add to external tools - task to convert SVG to PNG, JPG

2005-09-13 Thread Mark McKay
Hi, I've developed a utility to render SVG documents to images, and ahve developed an ant task so that it can be used from an Ant script. Is there a way I can add a link to my utility from the External Tools and Tasks page(http://ant.apache.org/external.html)? My utility is called SVGSalama

svn commit: r280696 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/MacroDef.java

2005-09-13 Thread ddevienne
Author: ddevienne Date: Tue Sep 13 15:32:23 2005 New Revision: 280696 URL: http://svn.apache.org/viewcvs?rev=280696&view=rev Log: Factor in common code of Attribute/TemplateElement/Text into new base class Member. --DD Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/MacroDef.

svn commit: r280657 - /ant/core/trunk/src/etc/testcases/taskdefs/delete.xml

2005-09-13 Thread mbenson
Author: mbenson Date: Tue Sep 13 14:07:35 2005 New Revision: 280657 URL: http://svn.apache.org/viewcvs?rev=280657&view=rev Log: update with depends and copy instead of copydir Modified: ant/core/trunk/src/etc/testcases/taskdefs/delete.xml Modified: ant/core/trunk/src/etc/testcases/taskdefs/d

svn commit: r280652 - /ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java

2005-09-13 Thread ddevienne
Author: ddevienne Date: Tue Sep 13 13:37:51 2005 New Revision: 280652 URL: http://svn.apache.org/viewcvs?rev=280652&view=rev Log: Can't use [EMAIL PROTECTED] for computed property, only for constants. Fix up indentation and docs a bit. --DD Modified: ant/core/trunk/src/main/org/apache/tools/

RE: Antlib autoloading

2005-09-13 Thread Jose Alberto Fernandez
> From: Matt Benson [mailto:[EMAIL PROTECTED] > > --- Jose Alberto Fernandez <[EMAIL PROTECTED]> > wrote: > > > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > > > > > On Mon, 12 Sep 2005, Jose Alberto Fernandez > > > <[EMAIL PROTECTED]> wrote: > > > > > > > 1) How about collisions? Well, ho

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

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

2005-09-13 Thread Steve Loughran
Matt Benson wrote: :) Jose Alberto, it seems that you and I have each contradicted ourselves during this discussion. On issue (1) above, regarding collisions, your approach is to assume the user knows exactly what he/she is doing: e.g. the name of every task provided with every third-party dis

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

2005-09-13 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 36641] - Problem in ClearCase task in SCM Optional SCM tasks

2005-09-13 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 36632] - Incorrect doc on Ant echo page

2005-09-13 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 36641] - Problem in ClearCase task in SCM Optional SCM tasks

2005-09-13 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 36641] New: - Problem in ClearCase task in SCM Optional SCM tasks

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

2005-09-13 Thread Matt Benson
--- Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > > > On Mon, 12 Sep 2005, Jose Alberto Fernandez > > <[EMAIL PROTECTED]> wrote: > > > > > 1) How about collisions? Well, how about > collisions between classes > > > in the classpath? > >

Re: Link to quite a good ClearCase-Ant integration library

2005-09-13 Thread Matt Benson
I wonder if we could then deprecate Ant's built-in library in favor of this one... :) -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Kevin, > > thanks for the pointer. We will be moving all our > entries to the Wiki > where anybody can add stuff. Please go ahead and > add your antlib o

DO NOT REPLY [Bug 14208] - [PATCH] StarTeam checkin and checkout tasks do not respect repository status flags

2005-09-13 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-13 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 36589] - You could enhance ant by "AOP" task,very useful in many place!!!

2005-09-13 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 36589] - You could enhance ant by "AOP" task,very useful in many place!!!

2005-09-13 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 36589] - You could enhance ant by "AOP" task,very useful in many place!!!

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

2005-09-13 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 12 Sep 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: I hadnt thought about autoloading; I am happy with explicit loading of stuff into their own namespaces, but want to make it easier for projects to get access to my definitions (or even importable libraries)

RE: Antlib autoloading

2005-09-13 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Mon, 12 Sep 2005, Jose Alberto Fernandez > <[EMAIL PROTECTED]> wrote: > > > 1) How about collisions? Well, how about collisions between classes > > in the classpath? > > Putting antlibs into namespaces was supposed to resolve those > collis

DO NOT REPLY [Bug 36632] New: - Incorrect doc on Ant echo page

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