File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,14 @@ section:
71
71
</dependency >
72
72
```
73
73
74
- GeneViewer uses [ GWT 2.7 's] [ 3 ] new [ JSInterop feature] [ 4 ] and thus it has to be enabled in the GWT compiler args.
74
+ GeneViewer uses [ GWT 2.8 's] [ 3 ] new [ JSInterop feature] [ 4 ] and thus it has to be enabled in the GWT compiler args.
75
75
For maven:
76
76
``` xml
77
77
<compilerArgs >
78
- <compilerArg >-XjsInteropMode</compilerArg >
79
- <compilerArg >JS</compilerArg >
78
+ <compilerArg >-generateJsInteropExports</compilerArg >
80
79
</compilerArgs >
81
80
```
82
- or passing it to the compiler via ` -XjsInteropMode `
81
+ or passing it to the compiler via ` -generateJsInteropExports `
83
82
84
83
You can also download the [ jar] [ 5 ] directly or check out the source using git
85
84
from < https://github.com/timeu/geneviewer.git > and build it yourself. Once
@@ -97,8 +96,8 @@ file like this:
97
96
[ 0 ] : http://processingjs.org
98
97
[ 1 ] : https://github.com/timeu/GeneViewer/blob/master/geneviewer-sample/src/main/resources/sample/client/data/genes.json
99
98
[ 2 ] : https://github.com/timeu/GeneViewer/blob/master/geneviewer-sample/src/main/resources/sample/client/data/genes_with_features.json
100
- [ 3 ] : http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1
101
- [ 4 ] : https://docs.google.com/document/d/1tir74SB-ZWrs-gQ8w-lOEV3oMY6u6lF2MmNivDEihZ4 /edit#
99
+ [ 3 ] : http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_BETA1
100
+ [ 4 ] : https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0 /edit#heading=h.o7amqk9edhb9
102
101
[ 5 ] : https://github.com/timeu/GeneViewer/releases
103
102
[ 6 ] : http://timeu.github.io/GeneViewer
104
103
[ 7] : https://github.com/timeu/GeneViewer/tree/master/geneviewer-sample
Original file line number Diff line number Diff line change 121
121
<startupUrl >geneviewersample/index.html</startupUrl >
122
122
</startupUrls >
123
123
<compilerArgs >
124
- <compilerArg >-XjsInteropMode</compilerArg >
125
- <compilerArg >JS_RC</compilerArg >
124
+ <compilerArg >-generateJsInteropExports</compilerArg >
126
125
</compilerArgs >
127
126
<devmodeArgs >
128
- <arg >-XjsInteropMode</arg >
129
- <arg >JS_RC</arg >
127
+ <devmodeArg >-generateJsInteropExports</devmodeArg >
130
128
<devmodeArg >-incremental</devmodeArg >
131
129
</devmodeArgs >
132
130
<codeserverArgs >
133
- <arg >-XjsInteropMode</arg >
134
- <arg >JS_RC</arg >
131
+ <arg >-generateJsInteropExports</arg >
135
132
<arg >-incremental</arg >
136
133
</codeserverArgs >
137
134
<moduleName >${gwt.module} </moduleName >
You can’t perform that action at this time.
0 commit comments