Re: If any one from list then

2009-08-12 Thread Eric Fetzer
OK, so here's how I did it.  It works at least...  Can anyone think of a better way (I think it's kind of ugly)?               ${isInList}         ${isInList}         ${isInList}                                               

Re: If any one from list then

2009-08-12 Thread Eric Fetzer
The only think I can come up with is to write a macrodef that is passed a propertyName and a value to be search if it is contained within: 1)  Take the list and add a , to the beginning and , to the end 2)  Do a regex on ",${searchString}," If it's there, the item is contained within the list, s

Re: ANT: Build Script Error: net/sf/antcontrib/antlib.xml. It could not be found

2009-08-12 Thread Gilbert Rebhan
RaviVerma schrieb: > Hi, > Initially the error was follows: > ***E 1 ** [...] > Ant could not find the task or a class this task relies upon. [...] > ***E 1 ** > > The build script for the above mentioned error contained these lines: > ** Script 1 *** >

RE: Another options

2009-08-12 Thread Martin Gainty
la localización del pathelement necesita señalar a la localización de ant-contrib.jar e.g. cambio a necesita de substituir en cmd.exe /C antes de .BAT *usted no ha olvidado cualquier cosa* Saludos Cordiales Martin Gainty __ Note de dén

RE: Another options

2009-08-12 Thread Redondo Gallardo, Raul Maria
Muchas gracias, Lo he descargado y puesto en la carpeta: D:\Programas\ANT_HOME\lib y actualizado el path de la máquina con esta ruta y añadido el classpath, según indica en la web: Pero sigue sin funcionar, ¿hay algo más que se me olvide?Muchas gracais por su paciencia, Tahnk

RE: Another options

2009-08-12 Thread Martin Gainty
transfiera e instale la ant-contrib desde http://ant-contrib.sourceforge.net/ en cambio del domystuff a Saludos Cordiales Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si

RE: Another options

2009-08-12 Thread Redondo Gallardo, Raul Maria
Ammm, ok, thanks for your help, I'm going to look for about this. I Though there was a problem with my code. Thanks a lot. Raúl -Mensaje original- De: Francis GALIEGUE [mailto:f...@one2team.com] Enviado el: miércoles, 12 de agosto de 2009 15:00 Para: Ant Users List Asunto: Re: Another

Re: Another options

2009-08-12 Thread Francis GALIEGUE
On Wed, Aug 12, 2009 at 14:43, Redondo Gallardo, Raul Maria wrote: > Thank you very much /muchas gracias, Francis and Martin > > I've trying the option of Francis but Appear and error and I can't find what > is the reason. > > When I try to run the application sais that there is a  problem with th

RE: Another options

2009-08-12 Thread Redondo Gallardo, Raul Maria
Thank you very much /muchas gracias, Francis and Martin I've trying the option of Francis but Appear and error and I can't find what is the reason. When I try to run the application sais that there is a problem with the for command, exactly sais: "failed to create task or type for". I've been

Re: ANT: Build Script Error: net/sf/antcontrib/antlib.xml. It could not be found

2009-08-12 Thread RaviVerma
Hi, Initially the error was follows: ***E 1 ** brgeda002:/u06/bacms/apps/DEVR1_5/logs>tail -100f build_DevR1-5_20090811-145601.log [taskdef] Could not load definitions from resource net/sf/antcontrib/antlib.xml. It could not be found. init: [echo] initupdate Build Started a

RE: If any one from list then

2009-08-12 Thread Alec Fernandez
Excellent point. Delimiting the items in the list may be necessary. Unfortunately, there is not a containsregexp condition to help with separating the values from the delimiters and boundaries. Scriptcondition might be a better alternative if you have the bsf.jar and a supported language >>

Re: If any one from list then

2009-08-12 Thread Francis GALIEGUE
On Wed, Aug 12, 2009 at 10:05, Alec Fernandez wrote: > After spending 2 days convincing myself that there was a problem with the > selector only to discover that my diff tool was lying and that > one of the files was indeed different (unix line ends versus pc line ends so > my editor was deceiv

Re: CVS authontication ANT + Unix + extssh

2009-08-12 Thread Francis GALIEGUE
On Wed, Aug 12, 2009 at 02:54, Pritesh Agrawal wrote: > > Hi, > > I am having problem in configuring Cruise control on server. > > We like to checkout source code from CVS in Linux box by using ssh > connection by ANT build file. > > I am not able to login to the cvs server. > > Please give me dire

RE: If any one from list then

2009-08-12 Thread Alec Fernandez
After spending 2 days convincing myself that there was a problem with the selector only to discover that my diff tool was lying and that one of the files was indeed different (unix line ends versus pc line ends so my editor was deceiving me too), I'm feeling the need to respond :-) I think the