/[Apache-SVN]
ViewVC logotype

Revision 1866971


Jump to revision: Previous Next
Author: mthl
Date: Sun Sep 15 15:28:59 2019 UTC (4 years, 7 months ago)
Changed paths: 1
Log Message:
Improved: Don't exclude properties and labels file from the Jar
(OFBIZ-11161)

In order to have an independent deployable jar, we need to include the
properties and labels inside the jar.

The properties and labels file was previously excluded from the jar
because it was not possible to replace the compile time values by
invalidating OFBiz caches which is convenient when developing
OFBiz. It was then necessary to reconstruct the jar and restart
OFBiz (See OFBIZ-8321 for more details).

With the recent improvment from revision 1865719 allowing to run OFBiz
without building a jar, it is now possible to enable this cache
invalidation by running both ‘gradle run’ in one shell and ‘gradlew
--continuous classes’ in a separate shell.  Doing so make the
combination of editing the label files and clearing the caches use
the new value defined in the source file.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26