Grammar written to wrong output directory
-----------------------------------------
Key: MANTLRTHREE-18
URL: https://jira.codehaus.org/browse/MANTLRTHREE-18
Project: Maven 2.x Antlr3 Plugin
Issue Type: Bug
Reporter: jonne
Assignee: David Holroyd
I have the following two grammars:
src/main/antlr/org/test/one/two/a/GrammarOne.g
src/main/antlr/org/test/one/two/b/GrammarTwo.g
Both define the pacakge as follows, GrammarTwo has a replaced by b:
grammar GrammarOne;
@lexer::header
{
package org.test.one.two.a;
}
@parser::header
{
package org.test.one.two.a;
}
All output (lexer, parser and tokens) for BOTH grammars is written to the
folder:
target/generated-sources/antlr/org/test/one/two/b/
Expected is that GrammarOne's files would've been generated in
antlr/org/test/one/two/a
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email