In the following excerpt from pluto build, it is not clear what the source (file) of the error is


13:14 | INFO | Build log - Execute sdf2table
13:14 | INFO | Build log - Execute implodePT
13:14 | INFO | Build log - Execute rtg2sig
13:14 | INFO | Build log - Execute strj
13:14 | ERROR | stderr - [ strj | error ] No matching subdirectory found in includes for wildcard ‘lib/runtime/analysis/*’!
13:14 | ERROR | Build log - Builder failed
13:14 | ERROR | Build log - Required builder failed
java.lang.Error: Builder failed
at build.pluto.builder.BuildManager.executeBuilder(BuildManager.java:135) [pluto-1.7.0-20151230.171719-1.jar:na]
at build.pluto.builder.BuildManager.require(BuildManager.java:323) [pluto-1.7.0-20151230.171719-1.jar:na]
at build.pluto.builder.Builder.requireBuild(Builder.java:214) ~[pluto-1.7.0-20151230.171719-1.jar:na]

Submitted by Eelco Visser on 8 January 2016 at 13:17

On 8 January 2016 at 13:17 Eelco Visser commented:

Note that the IDE does not give an error for this import path


On 8 January 2016 at 13:18 Gabriël Konat commented:

That’s because the Stratego compiler does not provide information about source files, not a Spoofax Core issue.


On 8 January 2016 at 13:18 Gabriël Konat closed this issue.

On 8 January 2016 at 13:19 Eelco Visser commented:

After the build, it does show the error in the IDE

Log in to post comments