when building the webdsl editor, moving from stable (1.0.2.0-r24315) to unstable spoofax (1.2.0.0-s40858), I get the following build errors:

   [javac] 206. ERROR in /Users/dan/workspace-4.3.1-spoofax-unstable/webdsl.editor/editor/java-generated/trans/type_to_view_0_0.java (at line 398)
   [javac] 	term = internal_string_interpolation_0_2.instance.invoke(context, v_61832, r_61832, trans.const6395);
   [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [javac] internal_string_interpolation_0_2 cannot be resolved
   [javac] ----------
   [javac] 207. ERROR in /Users/dan/workspace-4.3.1-spoofax-unstable/webdsl.editor/editor/java-generated/trans/type_to_view_0_0.java (at line 408)
   [javac] 	term = internal_string_interpolation_0_2.instance.invoke(context, x_61832, p_61832, trans.const6551);
   [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [javac] internal_string_interpolation_0_2 cannot be resolved
   [javac] ----------
   [javac] 207 problems (207 errors)

http://download.spoofax.org/update/unstable (1.2.0.0-s40858)
eclipse 4.3.1
Mac OS X 10.9

project:
https://svn.strategoxt.org/repos/WebDSL/webdsl-editor/trunk/webdsl.editor/ (run get-latest-compiler.xml Ant build file to get the dependencies)

Submitted by Danny Groenewegen on 28 November 2013 at 15:02

On 28 November 2013 at 15:36 Gabriël Konat commented:

This is a strategy that Vlad recently added to the Stratego standard library, to speed up Stratego compilation of string interpolation. Does the same happen with nightly?


On 28 November 2013 at 15:36 Gabriël Konat tagged @vv

On 28 November 2013 at 15:36 Gabriël Konat removed tag @vv

On 28 November 2013 at 15:36 Gabriël Konat tagged @vvergu

On 28 November 2013 at 15:36 Gabriël Konat tagged stratego

On 28 November 2013 at 16:03 Danny Groenewegen commented:

nightly seems to be the same version as unstable currently:
http://download.spoofax.org/update/unstable/site.xml
http://download.spoofax.org/update/nightly/site.xml


On 28 November 2013 at 19:46 Vlad Vergu commented:

Are you sure you don’t have an old strategoxt.jar on the javac class path when compiling the generated Java?


On 28 November 2013 at 21:13 Danny Groenewegen commented:

You’re right, there was an old strategoxt.jar in the repository.


On 28 November 2013 at 21:13 Danny Groenewegen closed this issue.

Log in to post comments