codenvy-legacy / sdk

This repository is deprecated.
http://eclipse.org/che
43 stars 22 forks source link

Show build status inside README #26

Open paulvi opened 10 years ago

paulvi commented 10 years ago

Show build status for master branch inside README

For example https://github.com/nodeclipse/nodeclipse-1/#nodeclipse---nodejs-development-in-eclipse-based-ide

Build Status

Currently:

git checkout 3.0.0-M12

If you do not perform the checkout, you will be in the master branch. We develop directly onto this branch and you may encounter intermediate errors. Checkout the latest stable branch before compiling.

Your master must compile without errors always.

I tried 2 times and it fails

Building of project failed

[INFO]    Compiling 4 permutations
[INFO]       Compiling permutation 0...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 1...

stops on this line.

sunix commented 10 years ago

There is no more lines after ? it seems that your GWT compilation is hanging somehow. Could you try with these Maven option

export MAVEN_OPTS="-Xshare:auto -Xms256M -Xmx1G -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -Dgwt.compiler.localWorkers=2"

(from http://docs.codenvy.com/sdk/system-requirements/)

The build seems to be OK on jenkins

paulvi commented 10 years ago

Could you try with these Maven option

How to pass MAVEN_OPTS in Codenvy IDE ? I am building online https://codenvy.com/ide/enide.github