From: Erik V. <eri...@hc...> - 2007-01-16 19:33:26
|
> > My own version of my.properties is now named my_my.properties. > > It is invoked by specifying -Dconfigfile=my_my.properties > > on the command line (in Eclipse by adding this option as a > "VM argument"). > > > > GameTest picks up this argument. If absent, the default name > > my.properties is used. > > > > > We should capture this somewhere. Perhaps we should make use of > SourceForge's documentation tools? I'm not familiar with those but it sounds good. The -D feature is mainly interesting for developers; other users will not likely have a need for two different properties files. For all users we will need to document the contents of the properties file. Both my.properties and GameTest.java already include comments that could serve as a start for such document(s). Erik. |