thanks to Ond�ej Sv�tl�k and Jan.Materne

2006-02-08 Thread sundar v
thanks to Ondøej Svìtlík and Jan.Materne now i have solved the problem with tools.jar after installing the j2sdk thanks for your sugesstions it was really useful thank you again see u - Brings words and photos together (easily) with

Re: Directory and Fileset question

2006-02-08 Thread Stefan Bodewig
On Wed, 08 Feb 2006, Mark Russell <[EMAIL PROTECTED]> wrote: > I have a collection of directories (bin, META-INF, ...) that I need > to copy into a single directory (deploy). Do you need to copy those directories or only their contents? I.e. will root/META-INF/MANIFEST.MF become root/deploy/META-

RE: how to get all folder names in a directory

2006-02-08 Thread Parambathu Kandy, Yasser Arafat \(Cognizant\)
Thanks Stefan. I used the basename task instead. It gives the last element in the path. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 10:18 AM To: user@ant.apache.org Subject: Re: how to get all folder names in a directory On Wed, 8 F

Re: how to get all folder names in a directory

2006-02-08 Thread Stefan Bodewig
On Wed, 8 Feb 2006, Parambathu Kandy <[EMAIL PROTECTED]> wrote: > I want to get all the folder names (not the entire path) into a > list, so that I can use the same in the foreach task. Use a dirset to select them, then use pathconvert to turn them into a list mapping away the directory holding t

RE: A not good example in ant manual

2006-02-08 Thread Anderson, Rob (Global Trade)
This project relys on good people like you to find and fix issues like this. I encourage you to contribute. Please read this... http://ant.apache.org/bugs.html Thanks, -Rob Anderson > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 07,

RE: Directory and Fileset question

2006-02-08 Thread bill/wilandra
Have you looked at with the "if" attribute for include? I don't know if you have enough info to set it up ahead of time but it may help. Bill -Original Message- From: Mark Russell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 9:05 AM To: ant develipers list Subject: Dire

Directory and Fileset question

2006-02-08 Thread Mark Russell
I have a collection of directories (bin, META-INF, ...) that I need to copy into a single directory (deploy). I also have certain includes and excludes that need to be applied to the files in each of the directories. However I don't know the directories until runtime. I'm looking for suggest

Re: keep going after error

2006-02-08 Thread Nicolas Vervelle
I think there's a task in ant-contrib that should do just what you are looking for simon wrote: it executes a shell scrip that start the webapp. then it uses ant to test the webapp and after the test it should stop the webapp. it works fine as long as the tests are working fine, but as so

Re: keep going after error

2006-02-08 Thread Steve Loughran
simon wrote: hello list i have a target for a cruisecontrol test. Starting Lenya.. Stopping Lenya.. it executes a shell scrip that start the webapp. then it uses ant to test the webapp and after the test it sh

AW: keep going after error

2006-02-08 Thread Jan.Materne
AntContrib: Jan >-Ursprüngliche Nachricht- >Von: simon [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 8. Februar 2006 15:09 >An: Ant Users List >Betreff: keep going after error > >hello list > >i have a target for a cruisecontrol test. > > >Starting Lenya.. >executable="start

AW: problem in installing ant-SOLVED; thankyou

2006-02-08 Thread Jan.Materne
For clarification: PATH You dont _have_ to set the path to %ANT_HOME%\bin. You could also always use the absolute path to ant.bat :-) But setting path is more comfortable. ANT_HOME You also dont have to set this, because ant.bat set´s this from its own location. rem %~dp0 is expanded path

keep going after error

2006-02-08 Thread simon
hello list i have a target for a cruisecontrol test. Starting Lenya.. Stopping Lenya.. it executes a shell scrip that start the webapp. then it uses ant to test the webapp and after the test it should stop the w

Re: Custom tasks

2006-02-08 Thread chuanjiang lo
Thanks for the input... i've done after reading the ant manual.. i did using a Menu class with two inner class title and item.. On 2/8/06, Patrick Martin <[EMAIL PROTECTED]> wrote: > > Hello, > > If you want a GUI, I would recommend antform as well. > > What you are trying to do could be done t

Re: problem in installing ant-SOLVED; thankyou

2006-02-08 Thread Ondřej Světlík
> Hello > thanks to Ondrej Svetlik > after setting the path to ant bin i got ant working > > > now i have another problem > when i type > > ant -version > > in the command prompt > the message i get is > > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\

Re: problem in installing ant-SOLVED; thankyou

2006-02-08 Thread sundar v
Hello thanks to Ondrej Svetlik after setting the path to ant bin i got ant working now i have another problem when i type ant -version in the command prompt the message i get is Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\j2re1.

Re: problem in installing ant

2006-02-08 Thread Ondřej Světlík
> hello, > after extracting the file from the zip file > i have set the ANT_HOME and JAVA_HOME variables > after that when i typed > > ant -version > > in the command prompt > the message i get is > >'ant' is not recognized as an internal or external command, > operable program or b

problem in installing ant

2006-02-08 Thread sundar v
hello, after extracting the file from the zip file i have set the ANT_HOME and JAVA_HOME variables after that when i typed ant -version in the command prompt the message i get is 'ant' is not recognized as an internal or external command, operable program or batch file.

CVS cmd line works - Ant script doesn't - SOLVED

2006-02-08 Thread Giovanni Mesturini
It wasn't an Ant problem, I'm sorry. Missing the "-m msg" parameter for cvs commit command. Excuse me. Jo ___ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it

CVS cmd line works - Ant script doesn't - POST SCRIPTUM

2006-02-08 Thread Giovanni Mesturini
I found the problem, not the solution: when I commit on CVS, it prompts me for an option regarding the log-file (abort, continue or edit). I have to find the way in ANT to automatically give "cotinue" to the stdin when it prompts me for choice. ___

CVS cmd line works - Ant script doesn't

2006-02-08 Thread Giovanni Mesturini
This works: cvs -d :pserver:UserName:[EMAIL PROTECTED]:2402/cvs/cvsnch commit cvs-local/IOLI-2-TESTBUILD/projects/BE/Framework/PRJ_Base_Corporate/src/it/bancaintesa/dsa/framework/actionworker/ActionWorker.java This doesn't work: Output: Buildfile: build.xml commit-changes: [cvs] Log m

RE: Ant Property Names

2006-02-08 Thread Paul Duncan
Stefan Thanks for the reply; that answers my question perfectly. Paul -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 4:54 AM To: user@ant.apache.org Subject: Re: Ant Property Names On Tue, 7 Feb 2006, Paul Duncan <[EMAIL PROTECTED]>