Changes between Version 14 and Version 15 of GROUP_DEPLOYMENT_R2


Ignore:
Timestamp:
08/26/09 14:50:57 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_R2

    v14 v15  
    4444  * sophie2.testing - True if we are in testing phase. 
    4545  * sophie2.config.file - String with the config file location 
    46   * java.class.path - the class path which is used under fake to gather the module names 
    4746  * user.dir - location of the current user directory 
    4847  * sophie2.module.paths - String with the location of all the modules to target/classes(or target/test-classes) folder. This is done because there is no other (known) way(under Fake launch) to extract the paths to the sophie modules. The java class path didn't do the work because there are some other packages and we use prefix to extract only org.sophie2 modules, but if the prefix become different a problem will occur.