Community
Participate
Working Groups
Sometimes it is not possible to add multiple paths using org.eclipse.xtext.mwe.Reader#addPath(). For example, when the generator workflow should be delivered in a plugin and its workflow invoked from outside by passing a 'modelPath' property. Suggested change: Modify method addPath(String) as follows: @Override public void addPath(String path) { for (String p : path.split(",")) { this.pathes.add(p.trim()); } }
GitHub Pull Request 979 created by [kthoms] https://github.com/eclipse/xtext/pull/979
Merged with #607ed3d54b3ad75bd4669092ffa83aa2043e4bde