Hello

2010-04-07 Thread broken connection
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

Re: Question about "depends" attribute in the target element

2007-11-12 Thread broken connection
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: >

Re: Question about "depends" attribute in the target element

2007-11-12 Thread broken connection
/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 > > >

Re: Question about "depends" attribute in the target element

2007-11-12 Thread broken connection
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, > >

Re: Question about "depends" attribute in the target element

2007-11-12 Thread broken connection
> > 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

Question about "depends" attribute in the target element

2007-11-12 Thread broken connection
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

Re: Editing an XML file using ant

2007-09-20 Thread broken connection
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

Re: Editing an XML file using ant

2007-09-19 Thread broken connection
.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

Re: Editing an XML file using ant

2007-09-19 Thread broken connection
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

Re: Editing an XML file using ant

2007-09-19 Thread broken connection
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

Re: Editing an XML file using ant

2007-09-19 Thread broken connection
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

Editing an XML file using ant

2007-09-19 Thread broken connection
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:

How to perform substituion and replacement tasks together??

2007-08-23 Thread broken connection
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

Re: How to convert back slashes to forward slashes

2007-08-09 Thread broken connection
\\/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

How to convert back slashes to forward slashes

2007-08-09 Thread broken connection
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

Variable task - unset attribute issue

2007-07-12 Thread broken connection
Hi Friends, I am having a problem with empty strings. I have this simple build file: 1:${property1}

Re: Help with iteration in for loop

2007-07-03 Thread broken connection
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

Help with iteration in for loop

2007-07-03 Thread broken connection
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

Re: For loop question

2007-06-29 Thread broken connection
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] &

Re: For loop question

2007-06-29 Thread broken connection
.sourceforge.net/utility";>

For loop question

2007-06-29 Thread broken connection
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

Re: How to make "outputproperty" element work???

2007-06-28 Thread broken connection
: 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 <[

Re: How to make "outputproperty" element work???

2007-06-28 Thread 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

Re: How to make "outputproperty" element work???

2007-06-28 Thread broken connection
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:

Re: How to make "outputproperty" element work???

2007-06-27 Thread broken connection
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

Re: How to make "outputproperty" element work???

2007-06-27 Thread broken connection
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

How to make "outputproperty" element work???

2007-06-27 Thread broken connection
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