Am 07.09.2013 11:29, schrieb Jacopo Cappellato: > The refactoring is now complete in rev. 1520744 > > Now the files: > > framework/build.xml > applications/build.xml > specialpurpose/build.xml > > are only used to define the filelist properties (as before) with the list of > components to be built. > The main build file simply refers to these lists to build/doc/clean OFBiz; as > before, if applications' or specialpurpose's build.xml files are absent, the > folders are ignored. > > Please let me know if you see any issues.
I just noticed an issue with 'clean-search-indexes' (which is called by 'clean-all'): chrisg@dysnomia:~/git/ofbiz$ ./ant clean-search-indexes Buildfile: /home/chrisg/git/ofbiz/build.xml clean-search-indexes: BUILD FAILED /home/chrisg/git/ofbiz/build.xml:169: Directory does not exist: /home/chrisg/git/ofbiz/runtime/indexes Adding a 'erroronmissingdir="false"' to the fileset will fix this. I'll commit this later if no one else does it. Christian
