ihji / sbt-antlr4

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

Triggered execution fixed #5

Closed marconilanna closed 9 years ago

marconilanna commented 9 years ago

This fix a problem with triggered execution not working properly.

Steps to reproduce:

  1. Clone the minimal project: https://github.com/marconilanna/minimal-sbt-antlr4
  2. $ sbt ~compile (the project is compiled normally)
  3. Edit the file src/main/antlr4/Hello.g4 (say, replace 'hello' with 'hi')

Expected result: recompilation should have been triggered.

Actual result: recompilation was not triggered.

ihji commented 9 years ago

@marconilanna thanks. merged and published.