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
>
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
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
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
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
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
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
-
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
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
>
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
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,
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
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
13 matches
Mail list logo