I've added a new "patch" target in the Makefile -> this is required to be run the first time so that JBoss is patched
It is run by default when running make install or make deploy or make all
Today we will test the branch and if everything is ok we will begin the switch

Bogdan

Bogdan Stefanescu wrote:
I fixed all problems of the nuxeo5 maven branch deployment - so now
Nuxeo 5 was completely switched to maven and it is working.
The mavenized Nuxeo5 is available into the branch:
https://svn.nuxeo.org/nuxeo/nuxeo-ep/branches/maven

I've tested some Nuxeo5 pages and they seems to work. Anyway we need to
do a full test to be sure there are no regressions
and then migrate the trunk to maven.

To use the branch: checkout it, then run "make all" - this will install
the mavenized nuxeo5 inside your jboss
You need to look into the Makefile to update the JBoss path if not
correct. By default it is set to:

JBOSS_SERVER=/opt/jboss/server/default


You can also use "make deploy"  if you want to avoid to perform "mvn
clean" - this will improve build time.

Here are all the available make targets:

make clean = will run mvn clean
make copy = will only copy already generated jars into jboss
make install = mvn install
make deploy = run mvn install + make copy
make all = make clean + make deploy


For windows users -> use cygwin it provides a port of make. Or if you
don't like cygwin run mvn install and copy by hand
the needed jars into jboss




_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to