Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Fri, 11 Jun 2004 9:08 PM
this was fixed before RC3 was release, issue just wasn't closed.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPJAVACC-1
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPJAVACC-1
Summary: [JavaCC] won't compile generated classes
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-javacc-plugin
Assignee: Brett Porter
Reporter: Howard M. Lewis Ship
Created: Wed, 28 Apr 2004 7:21 AM
Updated: Fri, 11 Jun 2004 9:08 PM
Environment: Maven 1.0rc2, JavaCC plugin 1.0
Description:
First off, the JavaCC plugin's issue reporting page goes here. Sorry.
Second, part of the plugin's Jelly code references a "generated-java" directory, and
part references a "generated/java" directory ... so obviously, it was put into
production, and given a 1.0 release, without actually testing it.
My work around (in my projext.xml) looks like:
<preGoal name="java:compile">
<attainGoal name="javacc:javacc-generate"/>
<!-- Kludge around a typo in the JavaCC -->
<ant:path id="maven.javacc.compile.src.set"
location="${basedir}/target/generated-java"/>
<maven:addPath id="maven.compile.src.set"
refid="maven.javacc.compile.src.set"/>
</preGoal>
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]