[antlr-interest] bug with maven plugin and outputDirectory

Jared Bunting jared.bunting at peachjean.com
Wed Dec 24 09:34:14 PST 2008


I'm not sure why this wouldn't work - I justed tested it with version 
3.1.1.2 and it worked well - maybe a bug that was fixed?  I'd suggest 
trying that. 

Also, there is a fisheye repository with both the maven plugin and the 
ant task: http://fisheye2.atlassian.com/browse/antlr-buildtools

-Jared

Putrycz, Erik wrote:
>
> I have the following configuration in my maven file:
>
>                                     <plugin>
>
>                                                 
> <groupId>org.antlr</groupId>
>
>                                                 
> <artifactId>antlr3-maven-plugin</artifactId>
>
>                                                 <version>3.1.1</version>
>
>                                                 <configuration>
>
>                                                             
> <outputDirectory>${basedir}/src/main/java/nrc/cobol/antlr3</outputDirectory>
>
>                                                 </configuration>
>
>                                     </plugin>
>
>  
>
> The outputDirectory directive is never working and all the generated 
> code ends in target/generated-sources/antlr
>
> I tried to find the source code for the plugin and cannot find it 
> anywhere. This used to work with the mojo plugin.
>
>  
>
> Erik.
>
>  
>
> ------------------------------------------------------------------------
>
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
>   


More information about the antlr-interest mailing list