Running parallel targets in Ant loop

2009-11-10 Thread Harry_
Hi, I need to run multiple target in Ant's loop. How can I achieve this. I am able to make antcall in sequential way as described below.

RE: java.lang.ClassNotFoundException confused with the classpath lib

2009-11-10 Thread Martin Gainty
every jar in a Tomcat or Glassgish war goes into /WEB-INF/lib e.g. $CATALINA_HOME/webapps/WebAppName/WEB-INF/lib $GF_HOME/lib/install/applications/WebappName\WebappName_war\WEB-INF\lib Under Glassfish Server ant jars are located to $GF_HOME/lib/ant/lib servlet spec

java.lang.ClassNotFoundException confused with the classpath lib

2009-11-10 Thread geek.shrek
Hi, I'm trying to build a war using Ant, but it won't find the lib/runtime Here is my structure. - WEB-INF - lib - build - runtime - classes - META-INF - MANIFEST.MF - index.html my manifest classpath Class-Path: . lib/runtime/dwr.jar lib/runtime/bsf-2.3.jar How should I have

Re: behavior on properties... is it a bug? or by design?

2009-11-10 Thread cvsusr
Did you loop through targets using for loop?? If so, please let me know some example. Thanks. Melih Onvural wrote: > > Thanks a bunch for that! > > -- > Melih > > On Sep 25, 2009, at 8:44 PM, Dominique Devienne wrote: > >> On Fri, Sep 25, 2009 at 9:24 PM, Melih Onvural > > wrote: >>> I noti

Re: Loop through build targets

2009-11-10 Thread cvsusr
Yes, I could use for to loop through. But its throwing error when i use as below.. The error is thrown for taskdef.. When I enclose the loadfile in to a target block its working fine without any issues. Please guide me to loop through the targets for values from the text file. But im getting err

Re: Ant find duplicate files

2009-11-10 Thread cvsusr
its task not preset.. cvsusr wrote: > > Hi > > Can anyone help me in this.. im trying various ways but not able to > achieve a solution.. > > I used working fine when we know the target dir to compare and only when we need > to compare two dirs.. > > In my case i need to check all the di

Re: Ant find duplicate files

2009-11-10 Thread cvsusr
Hi Can anyone help me in this.. im trying various ways but not able to achieve a solution.. I used > Thanks for ur replies.. i will look in to that .. before that i shall give > you the explanation of the question. > > > I have dirs like > > Title/t1 > title/t2 > title/t3 > > and more sub