[ http://jira.codehaus.org/browse/MJAVACC-6?page=all ]

Brett Porter moved MOJO-70 to MJAVACC-6:
----------------------------------------

    Component:     (was: javacc)
          Key: MJAVACC-6  (was: MOJO-70)
      Project: Maven 2.x Javacc Plugin  (was: Mojo)

> JavaCC execution fails to add output directory to sourceRoots when grammars 
> are up to date.
> -------------------------------------------------------------------------------------------
>
>          Key: MJAVACC-6
>          URL: http://jira.codehaus.org/browse/MJAVACC-6
>      Project: Maven 2.x Javacc Plugin
>         Type: Bug

>  Environment: version 0.5-SNAPHOT, HEAD of SVN
>     Reporter: Mark Donszelmann
>     Priority: Minor

>
>
> The following code should be added to the if statement:
>         if ( staleGrammars.isEmpty() )
>         {
>             getLog().info( "Nothing to process - all grammars are up to date" 
> );
>             if ( project != null )
>             {
>                project.addCompileSourceRoot( outputDirectory );
>             }
>             return;
>         }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to