: 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
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?"
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
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
--
>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,
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
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