RE: ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread LIRA Olavo
: Re: ANT in eclipse - ${eclipse.home} property No We have: https://bugs.eclipse.org/bugs/show_bug.cgi?id=78298 Patches considered and reviewed. Darins "LIRA Olavo" <[EMAIL PROTECTED]> 08/17/2006 03:19 PM Please respond to "Ant Users List" To "Ant Users Li

ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread LIRA Olavo
Hello, A know it is not a eclipse forum, but maybe one of you has already passed by the same situation using ANT inside eclipse. The question is: "Is there a way to all my ANT files run by default in the same JRE from the workspace, so I can see the ${eclipse.home} variable?"

RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
r a foreach task. I try to limit the use of antcall in scripts. This appears to be a situation where it would work well. --glenn On 8/14/06, LIRA Olavo <[EMAIL PROTECTED]> wrote: > > > Hi Ben, > > Did you had a chance to look into my Build.xml? I understand > what

RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
s in the same ANT You will have to give more information (such as the contents of your build.xml). Can you use a macrodef to define the target and have it take in the name of the properties file as an argument? Then the macrodef can load the properties with a prefix based on the argument. Ben --

RE: Multiple .properties in the same ANT

2006-08-10 Thread LIRA Olavo
>You will have to give more information (such as the contents of your >build.xml). >Can you use a macrodef to define the target and have it take in the name >of the properties file as an argument? Then the macrodef can load the >properties with a prefix based on the argument. Hi Ben,

Multiple .properties in the same ANT

2006-08-10 Thread LIRA Olavo
Sorry I forgot to change the subject . Hello everyone, I'm new in here and I know the basic of ANT. I use it for compiling javacard applets. Well my problem is that I would like to know if it is possible with ANT to run the same ANT with multiple different .properties that I pass in

RE: Calling ant tasks from jython

2006-08-10 Thread LIRA Olavo
Hello everyone, I'm new in here and I know the basic of ANT. I use it for compiling javacard applets. Well my problem is that I would like to know if it is possible with ANT to run the same ANT with multiple different .properties that I pass in my init target? Now I'm using one ANT for ea