You can use http://pastebin.com/ to share stack traces, we are interested in.

Here are some pointers that could help:
- Ant is convenient but not necessary to build Nuxeo; try to compile Nuxeo running "mvn clean install -Dmaven.test.skip=true" (you don't need to run the tests which are consuming a lot of time and resources).
- Source code is built and tested after every commit at http://qa.nuxeo.org/hudson/view/Nuxeo%205.3/ (you may have a look before checkout).
- Snapshot artifacts are deployed nightly on http://maven.nuxeo.org/ only if they pass QA tests (http://qa.nuxeo.org). Of course, those artifacts are more stable than the daily ones.

Working on sources allow you to stay up-to-date with the current development but they may be broken at any time during the day, for a short duration.
Secure way is to download nightly artifacts from our Maven repository (they've been validated) and locally build only what you need.

>From your stacktrace, "The system is out of resources." means something like you lacked of (temporary) disk space or memory allocated to JVM.
If you build this nuxeo-platform-types-core module with Maven, you can add "-X" to the command line in order to get debugging output (very very verbose).


Robert P. J. Day a écrit :
On Mon, 16 Nov 2009, Julien CARSIQUE wrote:

  
Hello,

Using Maven 2.2.1 you will encounter
http://jira.nuxeo.org/browse/NXBT-96 issue when building
nuxeo-distribution module. ...
    

  actually, i'm not even getting that far.   at this point, i've
replaced openjdk with sun's java SDK, and the build ends up with:

[exec] [INFO] [compiler:compile {execution: default-compile}]
     [exec] [INFO] Compiling 4 source files to
/home/rpjday/nuxeo/hg/nuxeo/nuxeo-services/nuxeo-platform-types-core/target/classes
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [ERROR] BUILD FAILURE
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Compilation failure
     [exec] Failure executing javac, but could not parse the error:
     [exec]
     [exec]
     [exec] The system is out of resources.
     [exec] Consult the following stack trace for details.
     ... etc etc ...

  there is, of course, a stack trace i can supply if you want to see
it.  i've tried this three times and it seems to be reliably
reproducible.  i've done this with a fully-updated checkout.
thoughts?  just something i'm doing wrong?  i'll try again a bit later
just to verify it's not sporadic.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================
  

-- 
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
[email protected] | Tel: +33 1 40 33 79 87
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to