]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-643 build now requires the following properties set in the environment.
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 2 Dec 2009 21:12:10 +0000 (21:12 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 2 Dec 2009 21:12:10 +0000 (21:12 +0000)
commit8cab7a41d2f47d3d842919aa12b693c74a2193e7
treeef600571ec433a904927b4d52cfea0562182cb17
parentaa3725aadb506901651e20a8a2eaaf5d9a36e99c
CSPACE-643 build now requires the following properties set in the environment.
DB_USER, DB_PASSWORD (for create_db, gen_ddl tasks) and JBOSS_HOME (for deploy)
Each build.xml reads environment before loading build.properties. build.properties uses environment variables to set db.user, db.user.password and jboss.dir properties.
Database and user specific properties are also externalized from hibernate.cfg.xml used by gen_ddl task. Before invoking gen_ddl subsitution occurs as a pre-requisite.
tests: mvn test at services level, ant create_db at trunk level, gen_ddl at account and authentication client levels

M    trunk/services/authentication/service/build.xml
M    trunk/services/authentication/client/src/test/resources/hibernate.cfg.xml
M    trunk/services/authentication/client/build.xml
M    trunk/services/authentication/build.xml
M    trunk/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
M    trunk/services/collectionobject/3rdparty/build.xml
M    trunk/services/collectionobject/build.xml
M    trunk/services/JaxRsServiceProvider/build.xml
M    trunk/services/common/build.xml
M    trunk/services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/build.xml
M    trunk/services/acquisition/3rdparty/build.xml
M    trunk/services/acquisition/build.xml
M    trunk/services/account/build.xml
M    trunk/services/account/client/src/test/resources/hibernate.cfg.xml
M    trunk/services/account/client/build.xml
M    trunk/services/id/service/build.xml
M    trunk/services/id/build.xml
M    trunk/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml
M    trunk/services/vocabulary/3rdparty/build.xml
M    trunk/services/vocabulary/build.xml
M    trunk/services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml
M    trunk/services/intake/3rdparty/build.xml
M    trunk/services/intake/build.xml
M    trunk/services/relation/3rdparty/nuxeo-platform-cs-relation/build.xml
M    trunk/services/relation/3rdparty/build.xml
M    trunk/services/relation/build.xml
M    trunk/build.properties
M    trunk/build.xml
M    trunk/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties
M    trunk/3rdparty/nuxeo/nuxeo-platform-collectionspace/build.xml
M    trunk/3rdparty/nuxeo/build.xml
M    trunk/3rdparty/build.xml
32 files changed:
3rdparty/build.xml
3rdparty/nuxeo/build.xml
3rdparty/nuxeo/nuxeo-platform-collectionspace/build.properties
3rdparty/nuxeo/nuxeo-platform-collectionspace/build.xml
build.properties
build.xml
services/JaxRsServiceProvider/build.xml
services/account/build.xml
services/account/client/build.xml
services/account/client/src/test/resources/hibernate.cfg.xml
services/acquisition/3rdparty/build.xml
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/build.xml
services/acquisition/build.xml
services/authentication/build.xml
services/authentication/client/build.xml
services/authentication/client/src/test/resources/hibernate.cfg.xml
services/authentication/service/build.xml
services/collectionobject/3rdparty/build.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
services/collectionobject/build.xml
services/common/build.xml
services/id/build.xml
services/id/service/build.xml
services/intake/3rdparty/build.xml
services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml
services/intake/build.xml
services/relation/3rdparty/build.xml
services/relation/3rdparty/nuxeo-platform-cs-relation/build.xml
services/relation/build.xml
services/vocabulary/3rdparty/build.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml
services/vocabulary/build.xml