ihji / sbt-antlr4

Antlr4 plugin for sbt 1.1+ and 0.13.x
57 stars 35 forks source link

Use javaSource as sourceManaged in Compile #2

Closed jooyunghan closed 10 years ago

jooyunghan commented 10 years ago

According to the discussion here : https://groups.google.com/forum/#!topic/simple-build-tool/bdP6PLaYTDs I switched to javaSources as sourceManaged in Compile directly (not using a subdirectory 'java')

Now this plugin works well with sbteclipse plugin.

ihji commented 10 years ago

@jooyunghan I didn't notice that "java" subdirectory can make a trouble with sbteclipse. Thanks for your commit.