Building to jar fails
Changing
spoofaximp.default.ctree
intospoofaximp.default.jar
results in java compilation errors.Here’s one of them:
[javac] 872. ERROR in /home/oskar/workspace/Entity/editor/java/trans/verbose_0_0.java (at line 12) [javac] import org.metaborg.runtime.task.interop.*; [javac] ^^^^^^^^^^^^ [javac] The import org.metaborg cannot be resolved
Note: only with Spoofax Nightly and not with Stable.
Submitted by Oskar van Rest on 23 July 2013 at 20:22
Issue Log
On 23 July 2013 at 20:22 Oskar van Rest tagged regression
On 23 July 2013 at 20:34 Gabriël Konat commented:
Fixed in https://github.com/metaborg/spoofax/commit/9c6a1af77bebb61ddbd97ff3bbeb65a009315a98. If your build.xml still contains
<property name="externaljarflags" value="-la org.metaborg.runtime.task.interop"/>
you need to remove that line manually.
On 23 July 2013 at 20:34 Gabriël Konat closed this issue.
On 28 July 2014 at 22:45 Gabriël Konat tagged 1.2
Log in to post comments