File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ section:
60
60
</dependency>
61
61
```
62
62
63
- ProcessingJs-GWT uses [GWT 2.7 ' s][4 ] new [JSInterop feature][5 ] and thus it has to be enabled in the GWT compiler args.
63
+ ProcessingJs-GWT uses [GWT 2.8 ' s][4 ] new [JSInterop feature][5 ] and thus it has to be enabled in the GWT compiler args.
64
64
For maven:
65
65
```xml
66
66
< compilerArgs>
67
- < compilerArg> - XjsInteropMode</ compilerArg>
68
- < compilerArg> JS</ compilerArg>
67
+ < compilerArg> - generateJsInteropExports< / compilerArg>
69
68
< / compilerArgs>
70
69
```
71
- or passing it to the compiler via `- XjsInteropMode `
70
+ or passing it to the compiler via `- generateJsInteropExports `
72
71
73
72
You can also download the [jar][1 ] directly or check out the source using git
74
73
from < https: // github.com/timeu/processing-js-gwt.git> and build it yourself. Once
@@ -87,5 +86,5 @@ file like this:
87
86
[1]: http://search.maven.org/remotecontent?filepath=com/github/timeu/dygraphs-gwt/dygraphs-gwt/1.0.0/dygraphs-gwt-1.0.0.jar
88
87
[2]: https://timeu.github.io/processing-js-gwt
89
88
[3]: https://github.com/timeu/processing-js-gwt/tree/master/processingjs-gwt-sample
90
- [4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1
91
- [5]: https://docs.google.com/document/d/1tir74SB-ZWrs-gQ8w-lOEV3oMY6u6lF2MmNivDEihZ4 /edit#
89
+ [4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_BETA1
90
+ [5]: https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0 /edit
You can’t perform that action at this time.
0 commit comments