Hello all,
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?
Thanks in advance,
-jim-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]