On Tuesday 21 October 2003 16:12, [EMAIL PROTECTED] wrote:
> Here is the problem, I like a project to have the following structure : See
> below.
>
> Now, my Build.xml (in this case 'TestBuild.xml') always referes to a
> property-file where most the properties are defined (One coul have gessed
> th
Here is the problem, I like a project to have the following structure : See below.
Now, my Build.xml (in this case 'TestBuild.xml') always referes to a property-file
where most the properties are defined (One coul have gessed that !)
I seems that I cannot use "variables" in the property file abo
> > If you haven´t a complex start procedure for the decompiler maybe you
> > can use here.
> >
> >
> >
> >
> >
> >
> > >
> >
> >
> > ... maybe we should give the ability to start java apps ...
>
> Discussed before (at least a couple time I can remember), and rejected
> > If you haven´t a complex start procedure for the decompiler maybe you
> > can use here.
> >
> >
> >
> >
> >
> >
> > >
> >
> >
> > ... maybe we should give the ability to start java apps ...
>
> Discussed before (at least a couple time I can remember), and rejected
On Tuesday 21 October 2003 15:16, Dominique Devienne wrote:
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> >
> > If you haven´t a complex start procedure for the decompiler maybe you
> > can use here.
> >
> >
> >
> >
> >
> >
> > >
> >
> >
> > ... maybe we should give
> From: peter reilly [mailto:[EMAIL PROTECTED]
>
> This won't work as the default attribute gets processed by ant before
> macrodef sees it.
> for example:
>
>
>
>
>
> bar is ${bar}
>
>
>
>
> generates
> foo:
> bar is global foo
And this time I think I'm right Peter when
I agree with Martin. A good option is to look to your environment prior to call ant;
you can edit the ant executable file (/bin/ant) to display this values (by
calling the 'set' command), then execute the call to the ant class.
Also, the ant script is able to look for different unix/linux flavor
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
> If you haven´t a complex start procedure for the decompiler maybe you
> can use here.
>
>
>
>
>
>
>
>
>
> ... maybe we should give the ability to start java apps ...
Discussed before (at least a couple time I can
Quoting Bill Chmura <[EMAIL PROTECTED]>:
> I am not sure if it uses JAVA_HOME to find the java executable... It may
> be checking the path for it.
>
> Not sure if that is the case, but it could explain it...
Ant does honor JAVA_HOME, if there is one set. It's all in the shell scripts
(ant or an