Hi,

That's ok. Now try to refresh the projects in Eclipse. Select all and press F5 and then from the main menu select Project -> Clean -> check Clean all projects.
After a few more minutes, eclipse should compile and have no more errors.

Ciao,
Narcis

Mirto Silvio Busico wrote:
Hallo,
one ste ahead.

Narcis Paslaru ha scritto:
Hi again,

[snip]
I don't think this really worked. I'm not an expert in maven but I guess it has something to do with those 2 lines that you erased from the settings.xml file. Maybe Julien can give you a good piece of advice about this.
Adding the two lines in settings.xml convinced mvn to go a lot ahead; but it terminates with a build error.
The last lines are:
_____________________________________________________

[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: 5 minutes 41 seconds
[INFO] Finished at: Mon Feb 19 15:34:36 CET 2007
[INFO] Final Memory: 12M/32M
[INFO] ------------------------------------------------------------------------
msb01:/MySw/Deb/Nuxeo/svn/nuxeo-ep#
_____________________________________________________

If you want I can send the complete log (to you or to the list?)

BTW now my settings.xml starts with:

__________________________________________________________

<settings>

<servers>
    <server>
        <id>nuxeo</id>
        <username>put_your_username_here</username>
        <password>this_is_a_secret</password>
    </server>
</servers>

__________________________________________________________


Is this correct?


Thanks again,
    Mirto

[snip]
and so on....
I think this is because the command line install didn't work the first time. During that install maven downloads some libraries that eclipse needs to compile these projects. If the maven install failed, although it said BUILD SUCCESSFUL, Eclipse cannot compile the projects. You should restore the settings.xml file to it's original contents and try again.


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

Reply via email to