Extracting files from multiple JARs on a classpath

2007-06-29 Thread Brian Topping
Hi all, I have a classpath refid with a number of JARs. The JARs obviously contain a number of files. I'd like to be able to provide files from these JARs that match a pattern as an embedded files element to a Task. Is there any way to do this? How about with Ant 1.6.5? Thanks kindly f

Re: For loop question

2007-06-29 Thread broken connection
Ben, No doubt that was a brilliant suggestion...but since the "argvalue" passed is dynamic, I cannot use that.Instead is there anyway I can use the argument passed instead i.e "pass1.property"..that would serve the purpose.. I want the outputproperty to go into a static variable, as I need to use

Re: For loop question

2007-06-29 Thread Scot P. Floess
Ah good point... I was just throwing something out there... But your point here is certainly well taken... I like it :) Burgess, Benjamin wrote: The common solution to this problem is to reference your @{argvalue} in the outputproperty name. So something like: Ben -Original Message-

RE: For loop question

2007-06-29 Thread Burgess, Benjamin
The common solution to this problem is to reference your @{argvalue} in the outputproperty name. So something like: Ben -Original Message- From: broken connection [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 11:57 AM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: For loop

Re: For loop question

2007-06-29 Thread broken connection
Wow..now thats too much code for me! I don't want something that complex,is this the only way to accomplish this or some simpler way is also there, I was thinking of something like this:

Re: For loop question

2007-06-29 Thread Scot P. Floess
Interesting question... I actually had a need to iterate over a list (using for loop construct) but needed the previous, current and next elements in the list - certainly similar functionality. Here is my macro def: description = "Allows one to iterate over a list/files and for ea

For loop question

2007-06-29 Thread broken connection
Hi Friends, I have a simple "for" task question. I use this for task from ant-contrib: I want to pass in 3 values and store the output in 3 different properties . Is there anyway to do this?? Rite now, the ou

RE: Gilbert Jeiziner/AMBERG ist außer Haus bis / is out of office till 5. February 2007

2007-06-29 Thread Rebhan, Gilbert
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 2:31 PM To: Ant Users List Subject: Gilbert Jeiziner/AMBERG ist außer Haus bis / is out of office till 5. February 2007 /* Ich werde ab 29.06.2007 nicht im Büro sein. Ich kehre zurüc

Gilbert Jeiziner/AMBERG ist außer Haus bis / is out of office till 5. February 2007

2007-06-29 Thread gjeiziner
Ich werde ab 29.06.2007 nicht im Büro sein. Ich kehre zurück am 08.07.2007. Ihre Nachrict wird nicht weitergeleitet. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bei dringenden Fällen wenden Sie sich bitte an Michael Gassmann ([EMAIL PROTECTED]). Your message will not be forwarded.

Re: AW: Filter a path reference to grab just the jars files

2007-06-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: just thoughts ... - is a - there are kind of selectors So have a look at RCs in the manual and let us know. You can then use to create some kind of path list to tack in to a manifest -steve

Re: AW: Ant within Eclipse Junit OutOfMemoryException

2007-06-29 Thread Steve Loughran
Knuplesch wrote: Hi, I use an Ant Script tu run a lot of Junit Tests. I had to change the maxmemory to 1024m to let all the Tests run. But sadly I used Ant directly and not Eclipse. But this is how I solved my memory problem in the Ant-Task:

AW: build.xml import files dependencies

2007-06-29 Thread Jan.Materne
Speaking with svn I would create a common directory as svn:external which contains the common buildfile (data). The dev team will get the new versions just by their daily update of their codebase. Jan >-Ursprüngliche Nachricht- >Von: Bourzeix, Hervé [mailto:[EMAIL PROTECTED] >Gesende

AW: Filter a path reference to grab just the jars files

2007-06-29 Thread Jan.Materne
just thoughts ... - is a - there are kind of selectors So have a look at RCs in the manual and let us know. Jan >-Ursprüngliche Nachricht- >Von: Eric Wood [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 28. Juni 2007 16:02 >An: Ant Users List >Betreff: Filter a path refere

build.xml import files dependencies

2007-06-29 Thread Bourzeix , Hervé
Hello, We are working on a set of module, each module has its own build.xml file. I used the import feature to import a set of ant build file to hide implementation of common tasks. This set of build file is versioned. And I need to deliver to developpement team. Is there a nice way to perform