antlr / antlr4test-maven-plugin

A maven plugin used to test the grammars-v4 repo grammars
BSD 3-Clause "New" or "Revised" License
17 stars 16 forks source link

Fix for issues #20 and #21 #22

Closed gilcesarf closed 4 years ago

gilcesarf commented 4 years ago

I've found two issues using the plugin, #20 and #21 and fixed the problems doing this: 1-changed test cases to reproduce issues reported in test environment 2-changed the sources to fix the issues.

Also changed the way the plugin gets outputDirectory and testOutputDirectory. Before it was hard coded, now its populated by Plexus with the pom values defined.

teverett commented 4 years ago

@gilcesarf thanks