Error while building sdk

Here is the problem I’m facing when running ./gradlew build:

  • Where:
    Build file ‘/home/vlad/Development/Java/jmonkeyengine/sdk/build.gradle’ line: 399

  • What went wrong:
    Execution failed for task ‘:sdk:buildSdk’.
    > The following error occurred while executing this line:
    /home/vlad/Development/Java/jmonkeyengine/netbeans/harness/suite.xml:187: The following error occurred while executing this line:
    /home/vlad/Development/Java/jmonkeyengine/netbeans/harness/common.xml:217: Compile failed; see the compiler error output for details.

Here you may find the result of ./gradlew build --stacktrace.

If there is anything else I can help you with please ask.

“See the compiler error output for details”…

Oh, sorry. Here is the compiler output http://pastebin.com/T3ksSRpM .

Ah, seems to be the new nifty editor, I didn’t have time to fully integrate it yet. You can take it out of the SDK build by editing the properties file in sdk/nbproject

Yes, it now builds without problems. Thanks!

Might I ask you one more thing ? What steps do you follow in order to get from the source code to running the jmonkeyplatform ? Thank you very much for you help.

Just open the “sdk” folder as a project in NetBeans or the SDK itself and run it. You need to run the full gradle build when you change something in the engine though.