I've changed the way every projects' build.properties are read so
that the root build.properties files is also read. In many cases the
local build.properties was now redundant so has been removed. Now
windows users will just have to modify the root build.properties to
change jboss.home.
If when svn updating you have conflicts, don't hesitate to svn revert
build.properties and redo the svn update.
IMPORTANT: for your custom bundles, you'll have to update your ant-
maven-dependencies.xml file to include the same change:
...
<property file="${basedir}/build.properties" />
+ <property file="${basedir}/../build.properties" />
<property name="lib.dir" value="${basedir}/lib" />
...
If for some reason some target fails to read get the correct
properties, it's that it doesn't depend on the target "properties".
This was often the case for targets like deploy-web-live or undeploy,
I think I've changed them all but something may have been missed
somewhere else. Juste add depends="properties" to fix it.
Florent
--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm