|
From: <da...@ix...> - 2003-03-11 00:49:04
|
Ala ant, would it be possible to support arbitrary properties in the .conf
files. For example:
java.home=C:\path\to\jre
wrapper.java.command=${java.home}/bin/java.exe
The reason is, I'd like to be able to parameterize some things quite
easily in the config file with OUT having to use environment variables,
because I may have multiple installations of the same app, with different
application level config files, but I'd like to have to not modifiy
the wrapper .conf files any more than necessary. In my case, I have
something like 25 jars in the classpath. And I'd like to make the top
level directories a parameter that I can edit on one line, rather than
having to use search/replace in an editor to change all 25.
Is this scheme possible in a future version?
I've not yet looked at the code myself to see if I could add it easily
enough, figure I'd ask the expert first. ;->
mrc
--
Mike Castle da...@ix... www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
|