You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2002/12/19 01:34:32 UTC

[maven-bug] Closed: (MAVEN-176) java:compile goal ignores include source modifications.

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Wed, 18 Dec 2002 6:34 PM

Fixed in cvs today as per the recommendation from John
---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-176


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-176
    Summary: java:compile goal ignores include source modifications.
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
   Estimate: 10 minutes

    Project: maven
  Component: plugin-java
   Versions:
             1.0-beta-7
             1.0-beta-8

   Assignee: Jason van Zyl
   Reporter: John Casey

    Created: Wed, 18 Dec 2002 12:25 AM
    Updated: Wed, 18 Dec 2002 6:34 PM
Environment: Linux, JDK 1.4

Description:
The java:compile goal in the java plugin handles exclude source modifications correctly, but ignores include source modifications.

The fix is to copy the <forEach> statement immediately surrounding the excludes handling, and create another section for includes that works identically.

I mailed the results of a diff I ran between the original version and the modified version to the maven-dev mailing list...another copy is included, and it is against CVS HEAD.

Diff:

62a
              <j:forEach var="include" items="${sm.includes}">
              <include name="${include}"/>
              </j:forEach>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira