Re: How to reference elements in custom task

2011-03-14 Thread Jon Svede
Peter, Thanks for the clarification, I appreciate it! Sincerely, Jon From: Peter Reilly To: Ant Users List Sent: Mon, March 14, 2011 12:27:25 PM Subject: Re: How to reference elements in custom task There is nothing in ant that would do that (it was

Re: How to reference elements in custom task

2011-03-14 Thread Peter Reilly
; Does that give you more insight into my problem?  It's entirely possible that > what I want to do isn't feasible but that is what I am basically asking: can I > do this as I've described or is there another, more preferable way to > accomplish > this? > &g

Re: How to reference elements in custom task

2011-03-14 Thread Jon Svede
er To: Ant Users List Sent: Mon, March 14, 2011 11:21:57 AM Subject: Re: How to reference elements in custom task Jon, > This attribute of yours, "classpathref" is not a standard attribute: http://ant.apache.org/manual/Tasks/common.html > I've been searching for exampl

Re: How to reference elements in custom task

2011-03-14 Thread wolfgang haefelinger
Jon, >     This attribute of yours, "classpathref" is not a standard attribute: http://ant.apache.org/manual/Tasks/common.html > I've been searching for examples or forum posts related to this but everything > I've found  isn't working. How about sharing what you've found and what exactly is no

How to reference elements in custom task

2011-03-14 Thread Jon Svede
Hi, I have a set of custom tasks that need to be able to load dependencies from element. In my case my tasks may be defined in declarations or via adding the jar file to the $ANT_HOME/lib dir. This is what I want to have in the build.xml file: In this example the task s