The Mojo team is pleased to announce the release of the JavaCC Maven Plugin
version 2.4.1.

http://mojo.codehaus.org/javacc-maven-plugin/

This maintenance release fixes bugs preventing the invocation of JTB and
JJDoc on systems that have spaces in their local repo path which is common
on Windows boxes using the default repo location.

To get this update, simply specify the version in your project's plugin
configuration:

 <plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>javacc-maven-plugin</artifactId>
   <version>2.4.1</version>
 </plugin>

A comprehensive list of changes is attached at the end of this mail.

Regards,


Benjamin Bentmann



Release Notes - Maven 2.x JavaCC Plugin - Version 2.4.1


** Bug
   * [MJAVACC-85] - Forked jjdoc-command to generate BNF fails with
     NoClassDefFoundError: JJDocMain
   * [MJAVACC-86] - Forked execution of JTB fails due to incomplete class
     path








---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to