launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/CompileCP.java
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 14:59:40 +0200 javaquery api works on JDK8
Tue, 29 Apr 2014 14:28:52 +0200 Use provided loader to load libraries
Tue, 29 Apr 2014 10:23:55 +0200 Making sure resources can be loaded in brwsr testing mode with extensions
Sun, 27 Apr 2014 08:33:38 +0200 Need to include all emul-mini classes in the generated bck2brwsr.js
Sat, 26 Apr 2014 21:30:06 +0200 Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name.
Sat, 26 Apr 2014 19:13:56 +0200 Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest