Login  Register

Re: Just To Make Your Life Easier (aka More Separation of the Framework from Applications)

Posted by BJ Freeman on Jun 29, 2006; 11:45am
URL: http://ofbiz.116.s1.nabble.com/Just-To-Make-Your-Life-Easier-aka-More-Separation-of-the-Framework-from-Applications-tp169085p169092.html

thanks for heads up. checking out a new folder so don't mess up last update.

Also appreciate no changes except refactoring.


David E. Jones sent the following on 6/28/2006 10:20 PM:

>
> In SVN rev 7900 I made a few changes to move things into the framework
> directory.
> The main change that any custom code and such will need is to change
> references to the "ofbiz/base" directory to its new location at
> "ofbiz/framework/base".
>
> This would include changes to build.xml files of custom components,
> properties/XML/etc files and anything else that is relative to the
> ofbiz.home directory.
>
> Attached are some patches for the build files of the crmsfa and
> financials components from OpenSourceStrategies.
>
> The commit includes fairly comprehensive updates and I've done a few
> tests for building, data loading, running, and so on. Still, if you run
> into anything that is broken throw a message to this list!
>
> This change did not involve any package change or reorganization, so no
> java code or bsh scripts or whatever should need changes.
>
> It is still necessary to run from the ofbiz directory, but hopefully
> we'll get stuff in place to only require the framework directory at some
> point in the future. In other words, you could check out just the
> framework directory from SVN and be able to build and run.
>
> -David
>