RE: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Holman, Chris
case > I am able to give multiple targets dynamically and ant is able to > understand, why the same is not possible when Iam invoking > one build xml from another. Why in the latter case ant is not able to get > the targets dynamically > > Thanks > Swayam > > > On Thu

RE: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Holman, Chris
The ant task calls the default target of the project being called if you haven't declared a target in the ant task (that's probably why deploy target is running). If the targets are static you can do this: javabuild

RE: Checking if a Target Exists

2011-11-03 Thread Holman, Chris
If I understand the problem correctly, you could use a condition: I've used this to check for a macrodef, not sure about targets? Regards, Chris Holman -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: 03 November 2011 16:02 To: Steve Amerige; Ant Users

RE: How do I get a property treated as a value rather than a location?

2011-10-24 Thread Holman, Chris
You could use this: Regards, Chris Holman LinkedIn: http://uk.linkedin.com/in/chrisdholman -Original Message- From: twiddle-dee12 [mailto:harold.thurnst...@gmail.com] Sent: 24 October 2011 10:51 To: user@ant.apache.org Subject: How do I get a property treated as a value rather than a l

RE: trouble fetching Ant dependencies -- getting HTTP 403 forbidden

2011-10-24 Thread Holman, Chris
You could install a copy of Nexus (a maven repository cache) and upload your own build of that jar to your Nexus (assuming you can still download the project source) Regards, Chris Holman -Original Message- From: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] Sent: 21 October 2011

RE: trouble fetching Ant dependencies -- getting HTTP 403 forbidden

2011-10-20 Thread Holman, Chris
If you browse the maven repository at that location, the pom file is there but the jar file is missing. Not sure if this would give a 403 error though. Regards, Chris Holman LinkedIn: http://uk.linkedin.com/in/chrisdholman -Original Message- From: Aleksey Tsalolikhin [mailto:atsaloli.t..

RE: Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
--Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: 17 August 2011 17:32 To: Ant Users List Subject: Re: Problems using properties containing multiple dollar signs. On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snip

Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
This ant script snippet: Prints out: [echo] $ $ $$ $$ $$$ $$$ I think its related to this PropertyExpander definition org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR