AW: nested ant cntrib for loops

2010-03-09 Thread Knuplesch, Juergen
Hello, I use antcontrib a lot and have no such problems. Please share a part of your code. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Klas K [mailto:k...@furingstad.nu] Gesendet: Mittwoch, 10. März 2010 07:16 An: user@ant.apache.org Betreff: nested ant cntrib for lo

AW: nested ant cntrib for loops

2010-03-09 Thread Jan.Materne
Works for me. You have to provide more details ... Jan @{...@{j} Buildfile: build.xml [echo] 11 [echo] 12 [echo] 21 [echo] 22 >-Ursprüngliche Nachricht- >Von: Klas K [mailto:k...@furingstad.nu] >Gesendet: Mittwoch

nested ant cntrib for loops

2010-03-09 Thread Klas K
I have tried to use ant contribs for task by executing an outer and an inner for loop, but the inner loop is not executed and I get no clue from logging. Does anyone have experience with this -- View this message in context: http://old.nabble.com/nested-ant-cntrib-for-loops-tp27845981p27845981.

Re: Customized revision scheme

2010-03-09 Thread Mandie Smith
Could you post an example of what you've done? Mandie On Tue, Mar 9, 2010 at 8:26 AM, wrote: > Hi! > > My company is using a different revision scheme that I would like to > configure Ivy to honor. The format is as follows: > > R[major][minor][build (optional)] where major denotes new functiona

Customized revision scheme

2010-03-09 Thread anders . jacobsson
Hi! My company is using a different revision scheme that I would like to configure Ivy to honor. The format is as follows: R[major][minor][build (optional)] where major denotes new functionality, minor corrections and build is an internal sequence Example: R1A01 (which would correspond to

Create jar file inside ear task

2010-03-09 Thread Dimitris Mouchritsas
Hi all, I'd like your help with the following problem: A J2EE project I'm working on does not package the application into an ear file, but rather copies some directories and files directly to JBoss' deploy directory. I've created a dist target which will package these directories into an ear

Re: Cobertura

2010-03-09 Thread Greg Roodt
http://cobertura.sourceforge.net/anttaskreference.html The Cobertura task is a 3rd party Ant task and not part of core Ant. You will probably have more luck looking at the Cobertura documentation. Kind Regards Greg Roodt On Tue, Mar 9, 2010 at 6:50 AM, Irfan Sayed wrote: > Hi All, > > Can y