Skip to content

Commit c33dfec

Browse files
authored
Merge pull request #84 from BobHanson/hanson1
3.2.4.02 JAXB support working generally
2 parents 82e9a64 + a50eb59 commit c33dfec

File tree

154 files changed

+24607
-7208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+24607
-7208
lines changed
-3.77 MB
Binary file not shown.
100 KB
Binary file not shown.
4.91 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181007153006
1+
20181106221821
100 KB
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181007153006
1+
20181106221821

sources/net.sf.j2s.core/src/net/sf/j2s/core/CorePlugin.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ public class CorePlugin extends Plugin {
1919
* register the bundle version properly. So we use VERSION here instead.
2020
*
2121
*/
22-
public static String VERSION = "3.2.4.00";
22+
public static String VERSION = "3.2.4.02";
23+
// BH 11/04/2018 -- 3.2.4.02 support for JAXB - all accessor types, ObjectFactory, package-level namespace, but not yet accessor type
24+
// BH 10/27/2018 -- 3.2.4.01 support for JAXB FIELD+propOrder and NONE types
2325
// BH 9/28/2018 -- 3.2.4.00 adds minimal support for JAXB
2426
// BH 9/23/2018 -- 3.2.3.00 new transpiler + SwingJS-site.zip - support for java.applet.Applet and java.awt.* controls without use of a2s.*
2527
// BH 9/16/2018 -- 3.2.2.06 removes "$" in JApplet public method alternative name

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptCompiler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ boolean compileToJavaScript(IFile javaSource) {
269269
addHTML(visitor.getAppList(false), siteFolder, htmlTemplate, false);
270270
} catch (Throwable e) {
271271
e.printStackTrace();
272+
e.printStackTrace(System.out);
272273
// find the file and delete it.
273274
String filePath = j2sPath;
274275
String rootName = root.getJavaElement().getElementName();

0 commit comments

Comments
 (0)