> -----Original Message----- > From: Nico Seessle [mailto:[EMAIL PROTECTED] > > MBA> Why can properties not be overwritten? > > > > Because of a couple of "historical" reasons. There is a good chance > > that property behavior is going to change again. > > <snip> > - Global properties at project-level are evaluated at > parse-time and are > unchangeble > - "local" properties are declared inside a target and are > executed like
I don't understand. What benifit is there to having these constant properties other than to prevent yourself from making a mistake and accidentlly overwriting a property. Besides you could have: <property name="cp.main" value="/some/class/path" const="yes"/> Mike [EMAIL PROTECTED] http://jcifs.samba.org
