Hi Stefan,
This could be one workaround due to lack of straight approach to call the
target.
I am surprised why such a thing did not exist from day one.. Pl. let me know
if this approach has any ant design related issues.
I see macros are callable directly, targets would also be called though
de
Hi Jan,
In our context, we are using task to set this variable. Var does not
seem to support location. Properties read only-set only once approach would
not work with us, as this value would get chanced in each call to that
target.
I saw there are some thing like property hooks which supporting
If you define
instead of
this should work.
Jan
>-Ursprüngliche Nachricht-
>Von: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com]
>Gesendet: Donnerstag, 1. Oktober 2009 20:18
>An: user@ant.apache.org
>Betreff: properties echo with absolute values
>
>
>How to echo the absolu
How to echo the absolution location of a property..
say
should print the abosolute path of the key store file even if the value
stored is ./build/tejasoft/keystore.ks etc.
Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
--
View this message in context:
http://www.nabble.com/prop
Have you looked at: http://ant.apache.org/manual/index.html? That's an on
line manual that describes all the tasks and their parameters. You can also
look at: http://ant.apache.org/manual/CoreTasks/delete.html for the delete
task itself.
There is something called "default excludes" that are not re
On Thu, Oct 1, 2009 at 10:17 AM, David Booth wrote:
> We’re looking into incremental builds — trying to document the differences
> in popularity & productivity between using tools like Ant and Maven versus
> IDEs. We haven’t seen a study like this before, and we’ve already received
> responses fr
We’re looking into incremental builds — trying to document the differences
in popularity & productivity between using tools like Ant and Maven versus
IDEs. We haven’t seen a study like this before, and we’ve already received
responses from over 550 developers. We’d like this report to be as accur
What is the value of ${bin.dir} ?
Does it include a trailing / or \?
If so, try it without...
If not, then I don't know!
Tom
-Original Message-
From: Rodrigo Sebastián Alfonso [mailto:rodrigo.s.alfo...@gmail.com]
Sent: 01 October 2009 06:07
To: Ant Users List
Subject: Noob question ab