Olivier Grisel ha scritto:
Mirto Silvio Busico a écrit :
Hi all,

Hi Mirto,
Hi Olivier,
you are rigth: it was a maven version problem: installing maven 2.0.7 solved the problem!
I have some other questions; see below.
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'.

OK. I'v done this, but I see this in the log:
====================================
[property] Loading /MySw/Deb/Nuxeo/mercurial/nuxeo/build.properties
Override ignored for property "jboss.config"
Override ignored for property "jboss.dir"
====================================

Is this normal?
Canno I override the default values?
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
Yup! I'm trying to maintain up to date the italian translation.
Normally I create a jira issue with a zip file containing the complete directory tree structure with the messages_it.properties in the rigth places.

Which branch have I to use to post the updated italian version?
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.
Yes! With maven 2.0.7 it works fine!

Thanks
   Mirto
--
Olivier

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


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

Reply via email to