Jar build fails missing parallel_unordered (1)
Building a project (recent) to jar instead of ctree fails with javac complaining that parallel-unordered cannot be found.
Steps to reproduce:
Submitted by Vlad Vergu on 16 January 2013 at 13:22
- Create a new Entity project
- Change the all target in build.main.xml to depend on spoofaximp.default.jar instead of spoofaximp.default.ctree, as described in Spoofax Q&A.
- Building the project results in the following error:
stratego.jvm.helper: [java] [ Main | info ] Front-end succeeded : [user/system] = [10.83s/0.00s] ... [java] [ Main | info ] Compilation succeeded : [user/system] = [34.46s/0.00s] [javac] /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/build.generated.xml:455: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 607 source files to /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/bin [javac] ---------- [javac] 1. ERROR in /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/editor/java/trans/lifted132.java (at line 28) [javac] term = parallel_unordered_1_0.instance.invoke(context, term, lifted1330); [javac] ^^^^^^^^^^^^^^^^^^^^^^ [javac] parallel_unordered_1_0 cannot be resolved [javac] ---------- [javac] ---------- [javac] 2. ERROR in /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/editor/java/trans/lifted233.java (at line 26) [javac] term = parallel_unordered_1_0.instance.invoke(context, term, lifted234.instance); [javac] ^^^^^^^^^^^^^^^^^^^^^^ [javac] parallel_unordered_1_0 cannot be resolved [javac] ---------- [javac] ---------- [javac] 3. ERROR in /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/editor/java/trans/lifted96.java (at line 28) [javac] term = parallel_unordered_1_0.instance.invoke(context, term, lifted970); [javac] ^^^^^^^^^^^^^^^^^^^^^^ [javac] parallel_unordered_1_0 cannot be resolved [javac] ---------- [javac] 3 problems (3 errors) BUILD FAILED /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/build.generated.xml:525: The following error occurred while executing this line: /Users/vladvergu/Documents/workspaces/spoofax-3.x/aaaaaa/build.generated.xml:455: Compile failed; see the compiler error output for details.
Issue Log
On 16 January 2013 at 13:23 Vlad Vergu tagged @gohla
On 16 January 2013 at 13:23 Vlad Vergu tagged build
On 16 January 2013 at 13:23 Vlad Vergu tagged eclipse
On 16 January 2013 at 13:23 Vlad Vergu tagged !vvergu
On 16 January 2013 at 13:28 Vlad Vergu tagged major
On 16 January 2013 at 13:39 Vlad Vergu tagged 1.1
On 16 January 2013 at 13:42 Gabriƫl Konat commented:
Should be fixed in r25822
On 16 January 2013 at 15:54 Vlad Vergu commented:
Indeed it is.
On 16 January 2013 at 15:54 Vlad Vergu closed this issue.
Log in to post comments