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
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
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
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
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
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..
--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
This ant script snippet:
Prints out:
[echo] $ $ $$ $$ $$$ $$$
I think its related to this PropertyExpander definition
org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR