Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1149 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1149 Summary: public static final value changes do not force a recompile of dependent modules Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: core Assignee: Reporter: Robin Morris Created: Wed, 4 Feb 2004 1:16 PM Updated: Wed, 4 Feb 2004 1:16 PM Description: public static final values are erplaced t compile time and put directly into the class files. See: http://www.javaworld.com/javaqa/2003-03/02-qa-0328-constant_p.html Dependent modules do not get recompiled if a public static final from one module gets chnaged. This results in two differnt class files being generated (for the dependent modules) if the code was built from scratch verses built through maven. --------------------------------------------------------------------- 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]
