On 09.09.2015 17:28, Frédéric THOMAS wrote:
Great, I've been able to compile.
1- Now, I've got only 51 tests passing, most of the errors seems to be due to:
ERROR: Problems found loading plugins:<p/>Plugin "LiveEdit" was not loaded: required plugin "JavaScriptDebugger" not
installed.<p/><br><a href="disable">Disable LiveEdit</a><p/><a href="edit">Open plugin manager</a>
java.lang.Throwable
JavaScriptDebugger is installed but not LiveEdit, when I try to install it
manually, I've got a connection time out.
Hm, none of those are required to run tests. Make sure you didn't add
extra jars (not listed in readme) to the Plugin SDK classpath. Please
paste java command line from test console.
2- I tried to debug an instance and build either a FlexJS or Flex project
inside but it actually doesn't compile the project but only copy the sources
into the output directory.
Fixed few hours ago, just update sources (Ctrl+T on Windows).