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

-- 
View this message in context: 
http://www.nabble.com/-ANN--JavaCC-Maven-Plugin-2.4.1-Released-tp17698463p17698463.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to