Mirto Silvio Busico a écrit : > Hi all, Hi Mirto,
> In the log file there is a complain that the "build.properties" file is > missing. In the nuxeo direcory there is a "build.properties.sample". > Is this file required or, if missing" default values are taken? build.properties.sample is a sample file since build.properties is not to be put under revision control. Please copy 'build.properties.sample' as 'build.properties' and adjust your settings in 'build.properties'. > I think that I'm doing something wrong at the environment level. > Is this still the correct sequence to have a working "trunk" deployed? > > Sequence: > > * install java 1.6 > * delete /opt/jboss > * install jboss 4.0.5 > * clone nuxeo#5.1 > * in the nuxeo directory ant patch > * in the nuxeo directory ant deploy > > After this, to daily update the "trunk" the sequence is: > > * hg pull/hg update in all subdirectories of nuxeo > * in the nuxeo directory ant -v jboss-clean > * in the nuxeo directory ant -v > > Is this correct? > Have I to change something? After pulling you should check that the currently selected branch is the one you espect (e.g. 5.1 or 5.2): $ cd nuxeo-platform $ hg branch 5.1 If I want to build the 5.2 branch instead, then: $ hg update -C 5.2 $ hg branch 5.2 > > P.S. Here is the ant patch log: > [exec] > [exec] You must specify at least one goal. Try 'mvn install' to > build or 'mvn -?' for options You are most probably hitting that bug in maven 2.0.8: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466860 Please try again with 2.0.7 that is known to work fine. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
