Re: Is there a limited number of level to variable references in a property file ... ?

2003-10-21 Thread peter reilly
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

Is there a limited number of level to variable references in a property file ... ?

2003-10-21 Thread Thomas Lionel SMETS
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

RE: multiple args to java task

2003-10-21 Thread Amit Kulkarni
> > 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

RE: multiple args to java task

2003-10-21 Thread Amit Kulkarni
> > 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

Re: multiple args to java task

2003-10-21 Thread peter reilly
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

RE: MacroDef: use attribute inside another attributes default cla use

2003-10-21 Thread Dominique Devienne
> 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

RE: Please help: ant suddenly failing

2003-10-21 Thread Conelly, Luis (EM, DDEMESIS)
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

RE: multiple args to java task

2003-10-21 Thread Dominique Devienne
> 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

Re: Please help: ant suddenly failing

2003-10-21 Thread Jing Xue
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