http://sites.google.com/site/def6rfigu/rxkn5h
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
then invoke to actions of A. If the file exists
> at
> the start of A then do not invoke the actions of A.
> A should be refactored to different targets: testA and actionA.
>
> --glenn
>
> On Nov 12, 2007 1:10 PM, broken connection <[EMAIL PROTECTED]>
> wrote:
>
/07, Rick Genter <[EMAIL PROTECTED]> wrote:
>
> > From: broken connection [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 12, 2007 11:07 AM
> > To: Ant Users List
> > Subject: Re: Question about "depends" attribute in the target element
> >
>
L PROTECTED]> wrote:
>
> > From: broken connection [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 12, 2007 11:01 AM
> > To: Ant Users List
> > Subject: Re: Question about "depends" attribute in the target element
> >
> > Thanks Glenn,
> >
>
> However if you invoke ant with targetC (below) then targetA is invoked
> once.
>
>
> in targetC
>
>
> --glenn
>
> On Nov 12, 2007 11:32 AM, broken connection <[EMAIL PROTECTED]>
> wrote:
>
> > Hi Friends,
> > As far as I knew, if we hav
Hi Friends,
As far as I knew, if we have "depends" in the target then that target
would run only once. But my target is running multiple times.
For example, I have this:
The execution results as:
targetA
targetA
targetB
But I thought since "targetA" has already been executed it should show
has a different namespace and
mime-mapping xmlns="" . Will it not work
On 9/20/07, Dominique Devienne <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, broken connection <[EMAIL PROTECTED]> wrote:
> > XMLTask ... understand the namespaces just by adding a "colo
.i.e.
How can i change the status of this message as "SOLVED".
Thanks a lot guys
On 9/19/07, broken connection <[EMAIL PROTECTED]> wrote:
>
> Thanks Dominique,
>
> I understand and XMLTask uses XPath to map to that element and it's not
> able to map to that w
ed web-app that comes with
Tomcat ???
Thanks
On 9/19/07, Dominique Devienne <[EMAIL PROTECTED]> wrote:
>
> On 9/19/07, broken connection <[EMAIL PROTECTED]> wrote:
> > Can someone please suggest anyway to resolve this?? This is strange.
>
> http://java.sun.com/xml/n
t this new web.xml file:
>
>
>
>
> txt
> text/plain
>
>
> html
> text/html
>
>
>
> This appears to do what you want, what part did you leave out?
> --
> Charles Knell
> [EMAIL PROTECTED] - email
>
&g
On 9/19/07, Robert Koberg <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2007-09-19 at 13:45 -0400, broken connection wrote:
> > Hi Friends,
> >
> > I want to add some extra mime-mappings to an web.xml file in the
> deployment
> > environment using my build scrip
Hi Friends,
I want to add some extra mime-mappings to an web.xml file in the deployment
environment using my build script.I am trying using "XMLTASK" but for some
reason it's not working. Is there any other way using ANT to accomplish this
task.
This is what i am trying with XMLTask:
Hi Friends,
I copy files from "src" directory to "dest" directory using this target.
build.xml:
I have a property file with this parameter:
test.properties:
logs.location=C:\Tomcat\logs
This is the parameter that i would like to s
\\/g' "
>
>
> -c
>
>
>
> -Original Message-
> From: broken connection [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 10:40 AM
> To: Ant Users List
> Subject: How to convert back slashes to forward slashes
> Importance: Low
>
>
> Hi F
Hi Friends,
I take a directory path input from the end-user and store it in a
property,for example if its windows,it stores it as:
log4j.location=C:\tomcat\logs
And that messes up everything.Because \t is interpreted as tab. So, how can
i change the backward slashes(windows convention) to forward
Hi Friends,
I am having a problem with empty strings. I have this simple build file:
1:${property1}
e is 1
counter: 2
value is NOT 1
counter: 3
value is NOT 1
hth.
-ryano
- Original Message -
From: "broken connection"
To: "Ant Users List"
Subject: Help with iteration in for loop
Date: Tue, 3 Jul 2007 09:57:37 -0400
Hi Friends,
Is there any way to control i
Hi Friends,
Is there any way to control iteration in ant. I want to put an if-else
condition in the for loop to control the action depending upon the iteration
count.I tried this:
build.xml
counter: ${count}
value.properties file:
count=0
problem is to reference your @{argvalue} in
> the outputproperty name. So something like:
>
>
>
> Ben
>
> -----Original Message-
> From: broken connection [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 29, 2007 11:57 AM
> To: Ant Users List; [EMAIL PROTECTED]
&
.sourceforge.net/utility";>
Hi Friends,
I have a simple "for" task question. I use this for task from ant-contrib:
I want to pass in 3 values and store the output in 3 different properties .
Is there anyway to do this??
Rite now, the ou
:
This uses only the "newpassword" value defined in second.properties. How can
I access the "oldpassword" defined in first.properties???
Can someone please tell me how to accomplish this???
Thanks
On 6/28/07, broken connection <[
lace needs to be done on the present value of
${new_password}
Anyways to make the task just run once
Appreciate all your help.
Cheers!!!
On 6/28/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote:
Hi,
-Original Message-----
From: broken connection [mailto:[EMAIL PROTECTED
Thanks Friends,
Matt I tried to implement your advice, and no matter what I do,I get this
error message:
C:\Documents and Settings\bc\Desktop\test>ant
Buildfile: build.xml
convert_password:
[echo] Current value of my_password is Secret
[echo] The first five letters of the alphabet are:
there any way to call the or task multiple times
passing different value each time...???
Would appreciate if anyone can help on this one tooif not,no issues...I
am already very grateful to the forum members for showing so much support.
Cheers
On 6/28/07, broken connection <[EMAIL PROTEC
uot; attribute in the task to match
the orginial file name
Hope that helps
Ninju
- Original Message
From: broken connection <[EMAIL PROTECTED]>
To: user@ant.apache.org
Sent: Wednesday, June 27, 2007 7:22:59 PM
Subject: How to make "outputproperty" element wor
Hi Friends,
I need some help with "outputproperty" element. I have a properties file, i
want to pass in one of the property to a java program and read the response
back and store it in the same property using ant for eg:
my_property=plain_password
//I want to pass this to a java program and the
27 matches
Mail list logo