Re: broken in 1.8?

2010-03-30 Thread Nik Trevallyn-Jones
Hi Peter, Firstly, thanks for your pointer - and you are correct. I *had* copied the ivy jar into Ant 1.7 but not 1.8 (I thought I had copied it into neither). Secondly, I couldn't see why the element should not do as I expected. I took the definition from the Ivy documentation, and confir

Ivy not creating conf-specific subdirs

2010-03-30 Thread Andrew McFague
Hello, I've been setting up Ivy for our custom application, and I've run into the following problem. Based on the documentation and other mailing list posts, it seems that by default, module confs should be checked out into separate directories. In other words, even though there are separate

AW: Classloading with ANT in taskdefed tasks

2010-03-30 Thread Knuplesch, Juergen
Thank you! I am having a look on these tasks. Maybe I am able now to make the classpath hierachy transparent for me. Maybe I am able now to set up a classloader, that only has my classpath, to start my application. We will see The other hint (encapsulate using the Java task is also an inte

Re: broken in 1.8?

2010-03-30 Thread Peter Reilly
I do not see how this would work in ant 1.7, unless you have the ivy jars in $ant.home/lib Peter On Tue, Mar 30, 2010 at 9:15 AM, Nik wrote: > Hi I recently upgraded from Ant 1.7 to Ant 1.8. > > One feature of my existing Ant files that seems to no longer work is the > element. > > I have the f

AW: Classloading with ANT in taskdefed tasks

2010-03-30 Thread Rainer Noack
Take a look at the task in http://enitsys.sourceforge.net/ant-classloadertask/ -Ursprüngliche Nachricht- Von: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Gesendet: Dienstag, 30. März 2010 16:19 An: Ant Users List Betreff: Classloading with ANT in taskdefed tasks Hello, I

AW: Taskdef and classpath

2010-03-30 Thread Rainer Noack
Hi, If possible, you should encapsulate the task in a java program i.e. a public static void main(String[] args]) method. Then call this via java task with fork="true" There you can specify the correct classpath. Regards Rainer -Ursprüngliche Nachricht- Von: Knuplesch, Juergen [mailto:j

Ivy adding unnecessary dependencies?

2010-03-30 Thread pablo fernandez
Hi, I have this ivy.xml file: http://pastie.org/895294 And I get this dependencies included in my /lib folder: activation-1.1.jar ant-1.6.5.jar antlr-2.7.6.jar aopalliance-1.0-sources.jar aopalliance-1.0.jar asm-1.5.3.jar asm-attrs-1.5.3.jar castor-core-1.3-sources.jar castor-core-1.3.jar castor

Classloading with ANT in taskdefed tasks

2010-03-30 Thread Knuplesch, Juergen
Hello, I am working on the classloading issues (ANT 1.7.1). Is there any documentation? (still the same challenge as in my first mail, but now I studied a lot more) I want to know in what sequence (or how I can manipulate the sequence) the classloading happens, if I define a task using taskdef

Taskdef and classpath

2010-03-30 Thread Knuplesch, Juergen
Hello, I have an ANT-task that I call inside my buildfiles. I have access to the source of this task. I have problems with elements on the classpath, because I use different XML-parsers. How can I define my task in a way, that there are only the elements on its classpath (e.g. the xml parser),

broken in 1.8?

2010-03-30 Thread Nik
Hi I recently upgraded from Ant 1.7 to Ant 1.8. One feature of my existing Ant files that seems to no longer work is the element. I have the following in my global Ant file to detect Ivy: Under Ant 1.7, this works and the message shows: [echo] Ivy detected: true Under Ant 1

Re: AW: http request handling

2010-03-30 Thread Robert Kirkpatrick
Thank you Wolfgang for your useful insights. Your definition of a configuration is indeed the result of the user request: an http form submission translated into a set of ant properties. The dedicated web client makes sure a consistent set is produced. In my use case, the build is directly tri