You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Oliver Siegmar (JIRA)" <ji...@codehaus.org> on 2006/02/11 12:26:47 UTC

[jira] Created: (MCOMPILER-27) More files included that specified

More files included that specified
----------------------------------

         Key: MCOMPILER-27
         URL: http://jira.codehaus.org/browse/MCOMPILER-27
     Project: Maven 2.x Compiler Plugin
        Type: Bug

    Versions: 2.0    
    Reporter: Oliver Siegmar


I have the following configuration in my pom:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
        <includes>
            <include>fileA</include>
            <include>fileB</include>
        </includes>
    </configuration>
</plugin>


But the compiler compiles more that just my two includes. It doesn't compile everything, but more than wanted.


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MCOMPILER-27) More files included that specified

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCOMPILER-27?page=comments#action_58442 ] 

Brett Porter commented on MCOMPILER-27:
---------------------------------------

do you mean Maven passes in more files to the compiler, or that more class files are changed? Remember, javac will also compile other files in the sourcepath if they are used by your classes.

> More files included that specified
> ----------------------------------
>
>          Key: MCOMPILER-27
>          URL: http://jira.codehaus.org/browse/MCOMPILER-27
>      Project: Maven 2.x Compiler Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Oliver Siegmar

>
>
> I have the following configuration in my pom:
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-compiler-plugin</artifactId>
>     <configuration>
>         <includes>
>             <include>fileA</include>
>             <include>fileB</include>
>         </includes>
>     </configuration>
> </plugin>
> But the compiler compiles more that just my two includes. It doesn't compile everything, but more than wanted.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MCOMPILER-27) More files included that specified

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCOMPILER-27?page=all ]
     
Carlos Sanchez closed MCOMPILER-27:
-----------------------------------

     Assign To: Carlos Sanchez
    Resolution: Duplicate

> More files included that specified
> ----------------------------------
>
>          Key: MCOMPILER-27
>          URL: http://jira.codehaus.org/browse/MCOMPILER-27
>      Project: Maven 2.x Compiler Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Oliver Siegmar
>     Assignee: Carlos Sanchez

>
>
> I have the following configuration in my pom:
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-compiler-plugin</artifactId>
>     <configuration>
>         <includes>
>             <include>fileA</include>
>             <include>fileB</include>
>         </includes>
>     </configuration>
> </plugin>
> But the compiler compiles more that just my two includes. It doesn't compile everything, but more than wanted.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org