Stefane Fermigier ha scritto: > > [...snip...] > Regarding how to set up a developement environement: see > http://www.nuxeo.org/webengine/ReferenceDoc#heading_2 Hum; seems a little different from the short story. I'm trying to setup WE as an EP module I'm using the 5.2 trunk. My commands to update =============================================== hg clone http://hg.nuxeo.org/nuxeo#5.2 cd nuxeo hg clone http://hg.nuxeo.org/nuxeo/nuxeo-common#1.5 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-runtime#1.5 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-core#1.5 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-theme#5.2 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-platform#5.2 ===============================================
Then I update every directory with the commands: =============================================== hg pull >>$LOG 2>&1 hg update >>$LOG 2>&1 hg branch >>$LOG 2>&1 =============================================== > > The short story: > > 1. checkout nuxeo-webengine from http://hg.nuxeo.org/nuxeo-webengine/ > > > hg clone http://hg.nuxeo.org/nuxeo-webengine/ So far so good. I used the commands: =============================================== hg clone http://hg.nuxeo.org/nuxeo-webengine/ cd nuxeo-webengine mvn install package =============================================== The package is downloaded > > 2. build: > > > cd nuxeo-webengine > > mvn install package This command terminates with errors; but seems that I can ignore these: =============================================== Failed tests: testUpdateTemplate(org.nuxeo.ecm.webengine.tests.post.TestPostSiteRequests) testResolver(org.nuxeo.ecm.webengine.tests.get.TestGetSiteRequests) Tests run: 30, Failures: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 25 seconds [INFO] Finished at: Fri Jul 11 14:04:00 CEST 2008 [INFO] Final Memory: 59M/127M [INFO] ------------------------------------------------------------------------ =============================================== > > > 3. Unzip the server and start it: > > > cd nuxeo-webengine-server/target Here I have the first problem: [where cloned]/nuxeo-webengine/nuxeo-webengine-server directory contains only an src directory and a pom.xml file What I'm doing wrong? Thanks Mirto > > unzip nuxeo-server.zip > > sh nxserver.sh > > (or launch nxserver.cmd if you are under Windows). > > S. > > -- > Stefane Fermigier, CEO, Nuxeo > Open Source, Java EE based, Enterprise Content Management (ECM) > New! Nuxeo TV on http://nuxeo.blip.tv/ > Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87 > > -- _________________________________________________________________________ Busico Mirto Silvio Consulente ICT cell. 333 4562651 email [EMAIL PROTECTED] _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
