RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-16 Thread PHILIPPE Johan
How do you mean 'replies'? Isn't this the solution !! You've got two examples of fileset there, and there are more in this specific section in the ANT docs. > -Original Message- > From: Anil Philip [mailto:[EMAIL PROTECTED] > Sent: maandag 16 april 2007 0:34 > To: user@ant.apache.org >

Bug: waitfor waits too long, too slow

2007-04-16 Thread Berglas, Anthony
Hello All, I have the following fragment in a build that restarts tomcat The trouble is that it takes about 30 seconds to run, even if Tomcat has not run for a while, and there is nothing port 8080 at all. This is on Windows XP. Set

RE: install and use apache-ant on linux

2007-04-16 Thread Michaël Parchet
Hello, were is lib/optional ? tanks Michal > Date: Mon, 16 Apr 2007 10:26:33 +0700 > From: [EMAIL PROTECTED] > To: user@ant.apache.org > Subject: Re: install and use apache-ant on linux > > > Hello, > > Hi, > > > I tried to compile source distributi

RE: Hi All I need a help in Ant

2007-04-16 Thread Sean Tiley
Also you will want to ensure the ANT_HOME\bin directory is on your PATH environment variable so that you can type ant from any directory. Sean -Original Message- From: Parchet Michaël [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 11:21 AM To: 'Ant Users List' Subject: RE: Hi A

RE: Hi All I need a help in Ant

2007-04-16 Thread Parchet Michaël
Hi, To install ant, create JAVA_HOME and ANT_HOME environnemnt variable and set the respective values: Add theis directories to PATH environnement variable Exemple ANT_HOME : C:\apache-ant-1.7.0 JAVA_HOME : C:\Program Files\Java\jdk1.5.0_09\ PATH : C:\Program Files\Java\jdk1.5.0_09:C:\apache-a

RE: Automated build to ensure that every day check-ins are clean and non-breaking

2007-04-16 Thread RADEMAKERS Tanguy
see this for interesting info: http://www-128.ibm.com/developerworks/java/library/j-ap09056/index.html /t >-Original Message- >From: prasad kumar [mailto:[EMAIL PROTECTED] >Sent: Saturday, April 14, 2007 10:20 AM >To: user@ant.apache.org >Subject: Automated build to ensure that every d

Re: ant property not set question

2007-04-16 Thread Dominique Devienne
On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: This works for me: '${is.dev.home}' Ah, I forgot about that one! Thanks, it's simpler. Now that you mention it, I think I've even used it in the past. Thanks Jan. --DD -

AW: Hi All I need a help in Ant

2007-04-16 Thread Jan.Materne
http://ant.apache.org/manual/installlist.html Jan >-Ursprüngliche Nachricht- >Von: Prashant [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 16. April 2007 09:01 >An: Ant Users List >Betreff: Re: Hi All I need a help in Ant > >http://www.google.com/search?q=install+ant > > >Naresh Achary V

AW: ant property not set question

2007-04-16 Thread Jan.Materne
This works for me: '${is.dev.home}' Jan >-Ursprüngliche Nachricht- >Von: Dominique Devienne [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 13. April 2007 23:18 >An: Ant Users List >Betreff: Re: ant property not set question >

RE: xmltask / xpath > node count

2007-04-16 Thread Rebhan, Gilbert
Hi, -Original Message- From: Brian Agnew [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 4:01 PM To: Ant Users List Subject: Re: xmltask / xpath > node count /* I think the most recent version is 1.14, but I don't think it affects what you're trying to do. */ that's good news

Re: xmltask / xpath > node count

2007-04-16 Thread Brian Agnew
I think the most recent version is 1.14, but I don't think it affects what you're trying to do. Count = ${name.count} will do the job and write the correct value into 'name.count'. (the above XPath expression is for my test file - please adapt for your scenario). Brian On Mon,

xmltask / xpath > node count

2007-04-16 Thread Rebhan, Gilbert
Hi, i use xmltask (the most recent version 1.13) for xml stuff regularly, but now i have a question Problem = i have a xml file where i want to count the occurence of a given node, structure of that file = ... ... ... ... ... ... I know the relevant xpath expression but i need to know

Re: Block SOPs(System.out.println) at ANT build

2007-04-16 Thread Steve Loughran
prasad kumar wrote: HI, i have one requirement is "Block SOPs(System.out.println) at ANT build level and fail the build."means if the programs(including *.java,*.jsp etc..) contain SOPs in whole project,then while taking the build with build.xml,build.xml should check the SOPs in the program