From 2975828c29ba43fe261f14c3ffabcbddce89b118 Mon Sep 17 00:00:00 2001 From: Bob Hanson Date: Sun, 13 Oct 2019 05:54:48 +0200 Subject: [PATCH 1/2] Update README-developers.md --- README-developers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-developers.md b/README-developers.md index dcb302da4..40f6c1546 100644 --- a/README-developers.md +++ b/README-developers.md @@ -2,6 +2,7 @@ These notes are for developers of SwingJS, not for users of SwingJS. +see also https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/doc/howItWorks.md ``` cd workspace (where workspace is your Eclipse Neon Workspace) git clone https://github.com/BobHanson/java2script.git From 6a17fc166a600c7291332ac19e4b9a6c4cf8e5db Mon Sep 17 00:00:00 2001 From: Bob Hanson Date: Sun, 13 Oct 2019 05:57:01 +0200 Subject: [PATCH 2/2] Update README-developers.md better discussion, up to date as of 2019.10.13 --- README-developers.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README-developers.md b/README-developers.md index 40f6c1546..db5069ed0 100644 --- a/README-developers.md +++ b/README-developers.md @@ -2,25 +2,5 @@ These notes are for developers of SwingJS, not for users of SwingJS. -see also https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/doc/howItWorks.md -``` -cd workspace (where workspace is your Eclipse Neon Workspace) -git clone https://github.com/BobHanson/java2script.git -git checkout swingjs -``` +see https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/doc/howItWorks.md -Then, open Eclipse, open Navigator, and hit Refresh. java2script will show up as a blank generic trunk without a name (i.e. 'trunk[]') - -![Eclipse Refresh](https://68.media.tumblr.com/47add4de1bc35f07f0e709fd6634289d/tumblr_or8mhqHsje1s5a4bko3_1280.png) - -![Eclipse trunk](https://68.media.tumblr.com/866cc531b6b9d1c3dca8071732a66a26/tumblr_or8mihapDW1s5a4bko1_540.png) - -Or, do the equivalent tasks on Eclipse's graphical git tool. - -Go to net.sf.j2s.core directory, Clean Project, then export as a Deployable plug-ins and fragments. - -![Eclipse Deployable](https://68.media.tumblr.com/c5714cadb166c7a887fbd00110e19afc/tumblr_or8mhqHsje1s5a4bko1_1280.png) - -![Eclipse Optionsj](https://68.media.tumblr.com/0a7d77765983c11ca59b4739307359ee/tumblr_or8mhqHsje1s5a4bko2_1280.png) - -Core is the only thing that was affected. Hence, everything else can be built the same exact way it was built before (assuming you were using the HEAD of the master branch of j2s).