Skip to content

Commit

Permalink
Merge pull request #2094 from usethesource/replace-lib-by-mvn-and-oth…
Browse files Browse the repository at this point in the history
…ers-fix/target-folders-on-classpath

Add bin folders of dependencies to the classpath when they're open in the workspace
  • Loading branch information
sungshik authored Dec 9, 2024
2 parents 6637721 + 0da31bb commit 2e3a1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/rascalmpl/library/util/PathConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ public static PathConfig fromSourceProjectRascalManifest(ISourceLocation manifes
switch (mode) {
case INTERPRETER:
srcsWriter.appendAll(childConfig.getSrcs());
libsWriter.append(childConfig.getBin());
break;
case COMPILER:
libsWriter.append(setTargetScheme(projectLoc));
Expand Down

0 comments on commit 2e3a1f8

Please sign in to comment.