fredyvonvinet / ANTLR4-Plugins-for-NetBeans

NetBeans plugins for ANTLR 4 enabling to integrate ANTLR grammar files in standard NetBeans projects (ant-based or Maven-based).
9 stars 11 forks source link

Problems with ANT dependencies regarding project.properties #60

Open sgparry opened 6 years ago

sgparry commented 6 years ago

The ANTLR init targets within the ANT Tasks should depend on a suitable core target to ensure that project.properties is read before further ANTLR ant variables are initialised or targets executed. Currently they do not, causing occasional random build failures.

sgparry commented 6 years ago

Pull request submitted.