JAL-3210 next attempts to use goomph (a gradle eclipse-as-disposable-build-artifact...
[jalview.git] / README
1 Download and install a clean eclipse-jee-2019-06
2
3 In gradle.properties edit `jalviewjs_eclipse_root` to point to the root dir.
4 If you're on a mac, DO NOT include the Eclipse.app folder in the path (use the path up to this point, but not the .app folder).
5 You can use a '~' as the first character which will get replaced with System.getProperty("user.home").
6
7 Note that the gradle tasks will take care of copying net.sf.j2s.core.jar and the com.seeq.eclipse.importprojects.jar into the dropins and plugins dir (on either unix or mac -- not tested on windows yet).
8
9
10 gradle tasks of interest:
11
12
13
14 gradle jalviewjs  # (should build the .../site dir)
15
16 gradle jalviewjsSiteTar  # will produce build/distribution/site.tar.gz
17
18 gradle jalviewjsTranspile  # should run a new eclipse compile+transpile
19
20 gradle jalviewjsServer  # will run a localhost http server to allow you to test the site in a browser.  Just use the URL given in the output.
21
22