From: Peter Donald [mailto:[EMAIL PROTECTED] > >if you stick with inclusion at parser > >time, you can only use properties with values known at parser time. > > *cough* the right thing to do (assuming autoconf ran before parser). > Cheers,
If you mean "capable of being known at parser time", then sure. But I certainly want to be able to provide configuration information in 1 place (preferable a properties file) and allow includes based on that. eg The locations of various files to include.
