Jacques Le Roux wrote:
> From David's arguments about flexiblity I prefer to have this patch reverted 
> and a new solution adopted
> 
> At this stage, I see 2 interesting suggestions :
> 
> Jacopo's : add a "build-base" ant task to the OFBIZ_HOME/build.xml file
> Adam's :  not copy the file at all, and just modify the startup to pull from 
> framework/base.
> 
> Maybe they could be merged in a "build-base" ant task as suggested by Jacopo 
> (though I'm not quite sure of what Adam meant by "just
> modify the startup to pull from framework/base"). Just an habit to change 
> Adam...
> 
> WDYT ?

-exec "$JAVA" $VMARGS -jar ofbiz.jar "$@"
+exec "$JAVA" $VMARGS -jar framework/base/build/lib/ofbiz.jar "$@"

But, as I said, documentation has said to use the ofbiz.jar at the
top-level, so this solution is not the best either.

One other suggestion I had was to move framework/base/src/start into
$top/src, and build $top/build/lib/ofbiz.jar.  That code has no ofbiz
dependencies, so shouldn't be a big change.  Additionally, some libs in
base would need to be moved to the top-level, but that might make more
sense to do anyways.

Reply via email to