Re: Performance of Ant

2009-10-01 Thread Raja Nagendra Kumar
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

Re: AW: properties echo with absolute values

2009-10-01 Thread Raja Nagendra Kumar
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

AW: properties echo with absolute values

2009-10-01 Thread Jan.Materne
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

properties echo with absolute values

2009-10-01 Thread Raja Nagendra Kumar
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

Re: Noob question about "delete"

2009-10-01 Thread David Weintraub
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

Re: Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Exploring Incremental Builds

2009-10-01 Thread Dominique Devienne
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

Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Expl oring Incremental Builds

2009-10-01 Thread David Booth
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

RE: Noob question about "delete"

2009-10-01 Thread Dalton, Tom
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