Re: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
ooking for? Jeffrey E. (Jeff) Care _ca...@us.ibm.com_ <mailto:ca...@us.ibm.com> IBM WebSphere Application Server WAS Release Engineering WebSphere Mosiac WebSphere Brandmark Benjamin de Dardel wrote on 10/17/2010 09:55:58 AM: > [image removed] > > antlib.xml

Re: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Jeffrey E Care
ngineering Benjamin de Dardel wrote on 10/17/2010 09:55:58 AM: > [image removed] > > antlib.xml : defining taskdefs with attributes > > Benjamin de Dardel > > to: > > dev > > 10/17/2010 09:57 AM > > Please respond to "Ant Developers List&quo

Re: AW: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
[mailto:benjamin.dedar...@gmail.com] Gesendet: Sonntag, 17. Oktober 2010 15:56 An: dev@ant.apache.org Betreff: antlib.xml : defining taskdefs with attributes Hi, I would like to instanciate a same task in different contexts. Is there a way to define taskdef attributes ? For example, something

AW: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Jan Matèrne
rg > Betreff: antlib.xml : defining taskdefs with attributes > > Hi, > > I would like to instanciate a same task in different contexts. > Is there a way to define taskdef attributes ? > > For example, something like that : > # antlib.xml > > > > > > >

antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
Hi, I would like to instanciate a same task in different contexts. Is there a way to define taskdef attributes ? For example, something like that : # antlib.xml # build.xml Regards, Benjamin de Dardel - To

Re: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-16 Thread Matt Benson
On Jan 15, 2010, at 6:48 PM, Jesse Glick wrote: Matt Benson wrote: Java 5 blows up when call toURI() against a URL with a space included. Which is correct; such a URL is invalid: $ jrunscript js> new java.net.URL("file:/tmp/foo bar").toURI() script error: sun.org.mozilla.javascript.interna

Re: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-15 Thread Jesse Glick
Matt Benson wrote: Java 5 blows up when call toURI() against a URL with a space included. Which is correct; such a URL is invalid: $ jrunscript js> new java.net.URL("file:/tmp/foo bar").toURI() script error: sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.net.URISyntaxExcept

AW: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-14 Thread Jan.Materne
k: docs/index.html >src/main/org/apache/ant/props/EncodeURLEvaluator.java >src/main/org/apache/ant/props/antlib.xml >src/tests/antunit/encodeURL-test.xml > >To confirm that re-testing on OSX Tiger w/ Java 5 blows up when call >toURI() against a URL with a space included.

Re: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-14 Thread Matt Benson
To confirm that re-testing on OSX Tiger w/ Java 5 blows up when call toURI() against a URL with a space included. On Jan 14, 2010, at 5:45 PM, Matt Benson wrote: Yes--my testing seems to indicate that the single-arg constructor of URI is used in this case, which blows up for improperly escap

Re: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-14 Thread Matt Benson
Yes--my testing seems to indicate that the single-arg constructor of URI is used in this case, which blows up for improperly escaped characters per its javadoc. I'll double-check though. Thanks, Matt On Jan 14, 2010, at 5:36 PM, Jesse Glick wrote: mben...@apache.org wrote: URL: http://svn

Re: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-14 Thread Jesse Glick
mben...@apache.org wrote: URL: http://svn.apache.org/viewvc/ant/antlibs/props/trunk/src/main/org/apache/ant/props/EncodeURLEvaluator.java?rev=899468&view=auto == +URI uri = new URI(url.getProtocol(), url.getU

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-04 Thread Gilbert Rebhan
run of ideas. I'll let it rest, and tell you again, when putting the next task into the jar, extending the antlib.xml again. Regards, Gilbert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-02 Thread Gilbert Rebhan
Stefan Bodewig schrieb: but different physical instances of the same jar file. yes, of course What does jar tf your-file.jar report - make sure to use the jar command of the same JDK that you are using to run Ant as well. i didn't try that, but wrote a test class that uses an InputStream as

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-02 Thread Stefan Bodewig
On Tue, 01 Jul 2008, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Stefan Bodewig schrieb: >> I'm even more convinced that it is something with the ZIP archive >> itself. > > hm ,works fine on two machines, but failed on a third one. > all run with the same version of jdk, ant and the same OS but

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-01 Thread Gilbert Rebhan
file fails only on one machine, is there a kind of jdk configuration when dealing with ImputStreams or loading of jar files ?! it did run fine on all machines before adding the new task and extending the antlib.xml btw. what's the meaning of = "oversubscribed dynamic bit lengths tree&

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-07-01 Thread Stefan Bodewig
already posted our server uses a class that > is similar to the AntBuilder of Cruise Control, it kicks off ant > scripts; the exception comes from ant, taskdef task i think, when he > wants to read antlib.xml via ZipInputStream or something I'm even more convinced that it is s

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-06-27 Thread Gilbert Rebhan
project, do the coding and then export -> jar ok i'll write an antfile for that, if i have time too ;-) All editing including antlib.xml happened in my workspace. I even saw some tabs and trailing spaces in the antlib.xml in the working version of the jar. whereas other scripts running

Re: [Fwd: Strange problem with taskdef and antlib.xml]

2008-06-27 Thread Stefan Bodewig
ripts running with the same line > > and the same jar run fine as before. Are the other scripts using the same Java VM? I've found Sun's JVMs to be more forgiving than IBM's for example (Websphere challenged 8-). > I checked the antlib.xml for non UTF-8 chars and things l

[Fwd: Strange problem with taskdef and antlib.xml]

2008-06-26 Thread Gilbert Rebhan
(forwarded from the ant-user list...) Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames ... The jar lies under %ANT_HOME%/lib the taskdefs are imported via = Yesterday a workmate

DO NOT REPLY [Bug 43888] - [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.

2007-11-28 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 43888] - [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.

2007-11-28 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 43888] - [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.

2007-11-28 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 43888] New: - [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.

2007-11-17 Thread bugzilla
gzilla/show_bug.cgi?id=43888 Summary: [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. Product: Ant Version: 1.7.0 Platform: Sun OS/V

svn commit: r574848 - in /ant/antlibs/antunit/trunk: docs/failurelistener.html src/main/org/apache/ant/antunit/antlib.xml src/main/org/apache/ant/antunit/listener/FailureAntUnitListener.java

2007-09-12 Thread jhm
/ant/antunit/listener/FailureAntUnitListener.java Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Added: ant/antlibs/antunit/trunk/docs/failurelistener.html URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/failurelistener.html?rev=574848&v

svn commit: r540536 - in /ant/sandbox/antlibs/debian/trunk/src/main/org/apache/ant/debian: InstallDpkg.java antlib.xml

2007-05-22 Thread kevj
libs/debian/trunk/src/main/org/apache/ant/debian/antlib.xml Added: ant/sandbox/antlibs/debian/trunk/src/main/org/apache/ant/debian/InstallDpkg.java URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/main/org/apache/ant/debian/InstallDpkg.java?view=auto&re

svn commit: r537549 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2007-05-12 Thread kevj
Author: kevj Date: Sat May 12 21:07:41 2007 New Revision: 537549 URL: http://svn.apache.org/viewvc?view=rev&rev=537549 Log: -resource may not be a file Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/src/main/org/apache

svn commit: r537346 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:11:04 2007 New Revision: 537346 URL: http://svn.apache.org/viewvc?view=rev&rev=537346 Log: -add new macro based on resourcecontains Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/src/

svn commit: r537342 - /ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:06:29 2007 New Revision: 537342 URL: http://svn.apache.org/viewvc?view=rev&rev=537342 Log: -new ResourceContains condition Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/src/main/org/apache/t

svn commit: r486148 - /ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml

2006-12-12 Thread kevj
Author: kevj Date: Tue Dec 12 05:59:52 2006 New Revision: 486148 URL: http://svn.apache.org/viewvc?view=rev&rev=486148 Log: -add HasFreeSpace condition to antlib Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/src/main/org/ap

svn commit: r449824 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/types/conditions/antlib.xml

2006-09-25 Thread peterreilly
main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/CONTRIBUTORS URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=diff&rev=449824&r1=449823&r2=449824 == Binary

svn commit: r449083 - in /ant/antlibs/antunit/trunk: docs/antunit.html docs/index.html docs/logcontent.html src/main/org/apache/ant/antunit/antlib.xml

2006-09-22 Thread mbenson
html ant/antlibs/antunit/trunk/docs/index.html ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/docs/antunit.html URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/antunit.html?view=diff&rev=449083&r1=4490

svn commit: r446768 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/condition/ConditionBase.java taskdefs/condition/antlib.xml types/conditions/ types/conditions/antlib.xml

2006-09-15 Thread peterreilly
ache/tools/ant/types/conditions/antlib.xml - copied unchanged from r446740, ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Removed: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-11 Thread Stefan Bodewig
On Mon, 11 Sep 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > Looks like this chain got out of hand and killed the discussion. Might be related to the Subject line ;-) > But we need consensus here on what to do before 1.7 final ships. Yes. We don't need consensus on how to deal with newConditi

svn commit: r442308 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2006-09-11 Thread bodewig
Author: bodewig Date: Mon Sep 11 12:51:30 2006 New Revision: 442308 URL: http://svn.apache.org/viewvc?view=rev&rev=442308 Log: suppress backtraces for assertions Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/src/main

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-11 Thread Dominique Devienne
I'm still not sure I understand why inheriting from ConditionBase/using TaskAdapter is so terrible, especially if we move the location stuff up to ProjectComponent as Stefan proposed. What am I missing here? It's not terrible, but it's not clean IMHO. It complicates the interface quite a bit wh

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-11 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > Surprisingly, DD, who is often more frightened by > my > > solutions than Peter, had no comment. ;) > > I thought it was clever and pragmatic. OK, maybe too > clever ;-) But it > reminds me of dynamic languages that allow custom > handling of

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-11 Thread Dominique Devienne
Surprisingly, DD, who is often more frightened by my solutions than Peter, had no comment. ;) I thought it was clever and pragmatic. OK, maybe too clever ;-) But it reminds me of dynamic languages that allow custom handling of missing methods in classes, which is useful sometimes. Peter's sug

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-11 Thread Matt Benson
vity on the thread was my (sadly, ignored) response to Steve: ;) (RE this warning in oata/types/defaults.properties: ) > > > > > > please add new conditions to > > > oata.types.conditions/antlib.xml instead of > > > here, to avoid namespace clash with things like &g

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-01 Thread Matt Benson
Revision: 439014 > >>> > >>> URL: > >> http://svn.apache.org/viewvc?rev=439014&view=rev > >>> Log: > >>> Auto-discover built-in conditions added >= 1.7 > >> from the accompanying antlib so we can stop > adding > >> j

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-01 Thread Steve Loughran
would be shocked--if anyone not subscribed to [EMAIL PROTECTED] were bitten by this. I'd expect cactus and ant-contrib to be the only other projects that extend these things, but they should be warned. please add new conditions to oata.types.conditions/antlib.xml instead of here, t

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-01 Thread Matt Benson
} > log("Conditions passing: "+passes+" > failing: "+failures); > } > } > > Personally, I'd like add(Condition) just to work :) > As Peter said, just "def"ing new conditions should be a viable alternative. The likely sou

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-09-01 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Author: mbenson Date: Thu Aug 31 12:04:12 2006 New Revision: 439014 URL: http://svn.apache.org/viewvc?rev=439014&view=rev Log: Auto-discover built-in conditions added >= 1.7 from the accompanying antlib so we can stop adding junk setters to ConditionBase. + +/**

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > > Author: mbenson > > Date: Thu Aug 31 12:04:12 2006 > > New Revision: 439014 > > > > URL: > http://svn.apache.org/viewvc?rev=439014&view=rev > > Log: > > Auto-discover built-in condition

Re: svn commit: r439063 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-08-31 Thread Matt Benson
> Modified: > > ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml > > Modified: > ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml > URL: > http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskd

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Peter Reilly
On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mbenson Date: Thu Aug 31 12:04:12 2006 New Revision: 439014 URL: http://svn.apache.org/viewvc?rev=439014&view=rev Log: Auto-discover built-in conditions added >= 1.7 from the accompanying antlib so we can stop adding junk setters

svn commit: r439063 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-08-31 Thread peterreilly
Author: peterreilly Date: Thu Aug 31 15:07:11 2006 New Revision: 439063 URL: http://svn.apache.org/viewvc?rev=439063&view=rev Log: allow ant to be bootstapped Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/ap

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Matt Benson
Aug 2006 19:04:13 - > Von: [EMAIL PROTECTED] > An: [EMAIL PROTECTED] > Betreff: svn commit: r439014 - in > /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: > ConditionBase.java antlib.xml > > > Author: mbenson > > Date: Thu Aug 31 12:04:12 2006 &

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Antoine Levy-Lambert
Hello, this sounds cool. Regards, Antoine Original-Nachricht Datum: Thu, 31 Aug 2006 19:04:13 - Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread mbenson
rc/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/m

svn commit: r432873 - in /ant/antlibs/antunit/trunk/src: etc/testcases/antunit.xml main/org/apache/ant/antunit/XMLAntUnitListener.java main/org/apache/ant/antunit/antlib.xml

2006-08-19 Thread bodewig
unit/trunk/src/main/org/apache/ant/antunit/XMLAntUnitListener.java (with props) Modified: ant/antlibs/antunit/trunk/src/etc/testcases/antunit.xml ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/src/etc/testcases/antunit.xml URL:

svn commit: r420506 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2006-07-10 Thread stevel
Author: stevel Date: Mon Jul 10 05:10:14 2006 New Revision: 420506 URL: http://svn.apache.org/viewvc?rev=420506&view=rev Log: if you want to capture the logs, we'd better declare the relevant task Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modi

svn commit: r416180 - in /ant/core/trunk: build.xml src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 17:03:45 2006 New Revision: 416180 URL: http://svn.apache.org/viewvc?rev=416180&view=rev Log: trying to get this to work. it is now in the jar. Modified: ant/core/trunk/build.xml ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib

svn commit: r416168 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-06-21 Thread stevel
Author: stevel Date: Wed Jun 21 16:23:40 2006 New Revision: 416168 URL: http://svn.apache.org/viewvc?rev=416168&view=rev Log: sort declarations Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r409337 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: AntVersion.java ConditionBase.java antlib.xml

2006-05-25 Thread kevj
runk/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main

svn commit: r400003 - in /ant/sandbox/antlibs/vss/src: etc/testcases/msvss.xml main/org/apache/ant/vss/MSVSSConstants.java main/org/apache/ant/vss/MSVSSLOCATE.java main/org/apache/ant/vss/antlib.xml t

2006-05-05 Thread kevj
/vss/MSVSSConstants.java ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSSLOCATE.java ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/antlib.xml ant/sandbox/antlibs/vss/src/testcases/org/apache/ant/vss/MSVSSTest.java Modified: ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml

svn commit: r385805 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/condition/ConditionBase.java taskdefs/condition/antlib.xml types/defaults.properties

2006-03-14 Thread stevel
t is optional. -create a new antlib for all conditions -expand ConditionBase to explicitly ask for all ant1.7 conditions that are not optional. Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools/ant/task

svn commit: r331165 - /ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2005-11-06 Thread stevel
Author: stevel Date: Sun Nov 6 15:55:23 2005 New Revision: 331165 URL: http://svn.apache.org/viewcvs?rev=331165&view=rev Log: an extra test Modified: ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/sandbox/antlibs/antunit/trunk/src/main

svn commit: r328721 - in /ant/core/trunk/src/testcases/org/example/tasks: antlib.xml antlib2.xml

2005-10-26 Thread antoine
Author: antoine Date: Wed Oct 26 12:54:33 2005 New Revision: 328721 URL: http://svn.apache.org/viewcvs?rev=328721&view=rev Log: make AntlibTest pass on gump Added: ant/core/trunk/src/testcases/org/example/tasks/antlib.xml ant/core/trunk/src/testcases/org/example/tasks/antlib2.xml A

svn commit: r209084 - in /ant/sandbox/antlibs/antunit/trunk: docs/assertions.html src/main/org/apache/ant/antunit/antlib.xml

2005-07-04 Thread bodewig
/ant/antunit/antlib.xml Modified: ant/sandbox/antlibs/antunit/trunk/docs/assertions.html URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/antunit/trunk/docs/assertions.html?rev=209084&r1=209083&r2=209084&view=diff ==

svn commit: r209080 - in /ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit: LogContains.java antlib.xml

2005-07-04 Thread bodewig
rops) Modified: ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Added: ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogContains.java URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogContains.

svn commit: r209070 - in /ant/sandbox/antlibs/antunit/trunk: docs/assertions.html src/etc/testcases/assert.xml src/main/org/apache/ant/antunit/antlib.xml src/testcases/org/apache/ant/antunit/AssertTes

2005-07-04 Thread bodewig
.xml ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/antunit/AssertTest.java Modified: ant/sandbox/antlibs/antunit/trunk/docs/assertions.html URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/ant

svn commit: r208739 - in /ant/sandbox/antlibs/antunit/trunk: docs/assertions.html src/etc/testcases/assert.xml src/main/org/apache/ant/antunit/antlib.xml src/testcases/org/apache/ant/antunit/AssertTes

2005-07-01 Thread bodewig
ant/sandbox/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml ant/sandbox/antlibs/antunit/trunk/src/testcases/org/apache/ant/antunit/AssertTest.java Modified: ant/sandbox/antlibs/antunit/trunk/docs/assertions.html URL: http://svn.apache.org/viewcvs/ant/sandbox/antlibs/antunit/t

cvs commit: ant/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn SvnRevisionDiff.java SvnEntry.java antlib.xml

2005-02-15 Thread bodewig
bodewig 2005/02/15 05:30:51 Modified:proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn SvnEntry.java antlib.xml Added: proposal/sandbox/svn/docs revisiondiff.html proposal/sandbox/svn/src/etc revisiondiff.xsl

cvs commit: ant/proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn LineOrientedOutputStream.java SvnChangeLogParser.java SvnChangeLogTask.java SvnChangeLogWriter.java SvnEntry.java AbstractSvnTask.java antlib.xml

2005-02-14 Thread bodewig
bodewig 2005/02/14 05:28:33 Modified:proposal/sandbox/svn README proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn AbstractSvnTask.java antlib.xml Added: proposal/sandbox/svn/src/etc/testcases changelog.xml

cvs commit: ant/proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WixTask.java antlib.xml

2004-04-16 Thread bodewig
bodewig 2004/04/16 07:17:58 Modified:proposal/sandbox/dotnet/docs index.html proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet antlib.xml Added: proposal/sandbox/dotnet/docs wix.html proposal

Re: cvs commit: ant/proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet AbstractBuildTask.java MSBuildTask.java NAntTask.java antlib.xml

2003-11-21 Thread Stefan Bodewig
On 21 Nov 2003, <[EMAIL PROTECTED]> wrote: > NAnt and MSBuild tasks Not very complete so far - and they don't work very well either 8-) should work on Windows, I can only get it to work on Linux using Mono if I install NAnt in /usr/local/bin - I'm probably doing something wrong. has been cr

cvs commit: ant/proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet AbstractBuildTask.java MSBuildTask.java NAntTask.java antlib.xml

2003-11-21 Thread bodewig
bodewig 2003/11/21 05:53:57 Modified: proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet antlib.xml Added: proposal/sandbox/dotnet/src/etc/testcases msbuild.xml nant.xml proposal/sandbox

cvs commit: ant/src/etc/testcases/taskdefs antlib.xml

2003-10-31 Thread peterreilly
peterreilly2003/10/31 01:55:29 Modified:src/etc/testcases/taskdefs Tag: ANT_16_BRANCH antlib.xml Log: opps forgot to commit this yesterday Revision ChangesPath No revision No revision 1.3.2.1 +16 -0 ant/src/etc/testcases

RE: Antlib.xml

2003-10-14 Thread Dominique Devienne
ath]C:\oss\org_apache\antx\import61\config BUILD SUCCESSFUL Total time: 1 second C:\buildtools>type conditional-path.xml C:\buildtools>type ...\buildmagic\src\com\lgc\buildmagic\antlib

Re: Antlib.xml

2003-10-14 Thread peter reilly
Ok, I have updated ant-contrib's antlib.xml to include the ant-contribs properties file via a typedef in the antlib.xml file. Peter On Monday 13 October 2003 19:21, Dominique Devienne wrote: > Thinking about the prospect of having to maintain both > tasks/types.properties, and the new

Re: Antlib.xml

2003-10-14 Thread peter reilly
his happening for a project looked at by many pairs of eyes... > > But I for one haven't looked into antlib.xml, yet. I trust Peter to > know what he does better than I would 8-) Mmm.. > > > Should be trivial to add a 'resource' attribute, no? > > can conta

Re: Antlib.xml

2003-10-14 Thread Stefan Bodewig
haven't looked into antlib.xml, yet. I trust Peter to know what he does better than I would 8-) > Should be trivial to add a 'resource' attribute, no? can contain which in turn supports resource. This should work

Antlib.xml

2003-10-13 Thread Dominique Devienne
Thinking about the prospect of having to maintain both tasks/types.properties, and the new antlib.xml, I'd like to be able to "include" my existing tasks/types properties files from the antlib.xml file, and thus avoid the duplication. I like keeping definitions is one place only. A

cvs commit: ant/src/etc/testcases/taskdefs antlib.xml antlib.current-test.xml

2003-09-17 Thread peterreilly
peterreilly2003/09/17 09:17:56 Modified:src/testcases/org/apache/tools/ant/taskdefs AntlibTest.java src/etc/testcases/taskdefs antlib.xml antlib.current-test.xml Log: Update antlib testcases to reflect restrictions in tasks allowd in an

cvs commit: ant/proposal/sandbox/antlib/src/main/org/apache/tools/ant Project.java antlib.xml

2003-04-11 Thread bodewig
bodewig 2003/04/11 06:54:47 Modified:proposal/sandbox/antlib/src/main/org/apache/tools/ant Project.java antlib.xml Log: More syncing of the antlib proposal with the main code line. Submitted by: Antoine Levy-Lambert Revision ChangesPath 1.6