I have downloaded the latest jsglr code from github but it fails to build as the dependency on the Google Web Toolkit is not included in the build configuration.

Submitted by Bob Davison on 12 July 2013 at 17:13

On 12 July 2013 at 19:08 Gabriël Konat commented:

The person who made the GWT addition to jsglr did not properly set up the build. In our build farm we manually delete the following files/directories to make it build:

org.spoofax.jsglr/src/org/spoofax/jsglr/shared/RemoteParseTableService*
org.spoofax.jsglr/src/org/spoofax/client/JSGLREntryPoint.java
org.spoofax.jsglr/src/org/spoofax/jsglr/server/RemoteParseTableServiceImpl.java
org.spoofax.terms/src/org/spoofax/gwt/

On 12 July 2013 at 19:22 Eelco Visser commented:

So, why not fix that in the code?


On 13 July 2013 at 01:52 Gabriël Konat commented:

Fix that in the code? Do you mean delete those files? That will break jssglr and other javascript related projects.


On 13 July 2013 at 08:39 Sebastian Erdweg commented:

Maybe this should be 2 projects then: One for the jsglr part and one for the additional jssglr-required files.


On 13 July 2013 at 20:26 Gabriël Konat commented:

Definitely!


On 13 July 2013 at 20:28 Gabriël Konat tagged build

Log in to post comments