--- "Lasher, James L" <[EMAIL PROTECTED]> wrote:
[SNIP]
> I have the following property file that I want to
> load in my project:
>
> db.system=solid
>
> # ------------------- for Solid ----------------
> testfw.solid.system=Solid
>
> testfw.dbvar.system=testfw.${db.system}.system
> testfw.db.system=${testfw.dbvar.system}
>
>
> In my build.xml file, after loading the properties
> file, I would like
> the result of:
>
> <echo message="testfw.db.system =
> ${testfw.db.system}"/>
>
> To be:
> testfw.db.system = Solid
>
> Instead of:
> Testfw.db.system = testfw.solid.system
>
> Is it possible to do this "double" evaluation?
This should "just work," in a properties file,
according the the <property> manual page. If not you
should file a bug report.
Thanks,
Matt
>
> Thanks in advance,
> -jim-
__________________________________
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]