Frédéric Baudé a écrit : > Hello everybody, > > I am Frédéric Baudé, I just started to work at Unilog Management and I > am going to work on projects with Nuxeo5. I am following the different > steps of the Nuxeo5 Developer Quickstart Howto and I have a problem with > step 5.4. I tried different things but I wasn't able to checkout the > ECM-trunk bundle neither to use successfully the > NXPlatform-subversive.psf team setup file (but this way seems to be > obsolete as I saw in a post somewhere). The checkout procedure either > prompts for a username/password or returns the following error message : > > Error: URL 'https://svn.nuxeo.org/nuxeo/bundles/ECM-trunk' doesn't exist.
Hi, Checkout nuxeo-ep (with tortoise or the svn command line client) and then import it to your eclipse workspace instead. The doc is a bit outdated. Use trac to browse the source repository in case of any doubt: http://svn.nuxeo.org/trac/nuxeo/browser To get the dependencies with maven2 go to the nuxeo-ep directory and use: mvn install -Dmaven.test.skip=true To build and deploy use (in the same directory): ant -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
