Changes between Version 9 and Version 10 of GROUP_DEPLOYMENT_R2
- Timestamp:
- 08/24/09 14:36:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_R2
v9 v10 55 55 * fillFakeModulePaths should not fill the paths using the class path but the sophie2.module.paths system property. 56 56 * in findPomFromUrl there is a static path org.sophie2 which helps finding the module name which pom is wanted. It has to use sophie2.module.paths instead of this. 57 * findJarEntry should be reimplemented to take only one parameter - URL and to extract the entry path from this URL. This will be used in getConfigFile - XXX comment has to be removed using the new method. 57 * extractFromJar should be reimplemented to take only one parameter - URL and to extract the entry path from this URL. This will be used in findConfigFile - XXX comment has to be removed using the new method. It has to be reimplemented carefully(i.e. not to append the entryPath twice) - this will be fixed when the entryPath is extracted in this method not in the ones that use it. 58 * There is a bad bug under distribution package which has to be fixed. Plugin enable/disable doesn't work because the configuration file is read from the jar not from the distrib where it is edited, so findConfigFile should check the rwRoot for a file first and then search in the jars. 58 59 * In jarUrlExists use getEntryName to determine if entry really exists in the jar instead of swallowing IOException. 59 60 * deleteFile and clean methods has to be united in one - deleteFile method which deletes file or directory only if it is not null and it exists.