You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matthew Pocock (JIRA)" <ji...@codehaus.org> on 2005/09/16 16:19:10 UTC

[jira] Created: (MPIDEA-38) the maven-created target directory needs to be excluded from the idea projects

the maven-created target directory needs to be excluded from the idea projects
------------------------------------------------------------------------------

         Key: MPIDEA-38
         URL: http://jira.codehaus.org/browse/MPIDEA-38
     Project: maven-idea-plugin
        Type: Improvement
 Reporter: Matthew Pocock
 Attachments: target.patch

The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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] Updated: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-904?page=all ]

Brett Porter updated MNG-904:
-----------------------------

    Fix Version: 2.0-beta-2
      Component: maven-idea-plugin

> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>      Fix For: 2.0-beta-2
>  Attachments: target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-904?page=all ]
     
Brett Porter closed MNG-904:
----------------------------

     Resolution: Fixed
    Fix Version: 2.0.1

fantastic. applied.

I explicitly excluded the classes and test classes directory, as they may be outside target

> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>     Assignee: Allan Ramirez
>      Fix For: 2.0.1
>  Attachments: MNG-904-maven-idea-plugin.patch, target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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] Updated: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-904?page=all ]

Allan Ramirez updated MNG-904:
------------------------------

    Attachment: MNG-904-maven-idea-plugin.patch

-This patch will excludes all source files in target directory


> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>     Assignee: Allan Ramirez
>  Attachments: MNG-904-maven-idea-plugin.patch, target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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] Updated: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-904?page=all ]

Brett Porter updated MNG-904:
-----------------------------

    Fix Version:     (was: 2.0-beta-2)

I think this causes problems with source generation plugins. Needs to be verified and compared to the m1 solution

> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>  Attachments: target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-904?page=comments#action_49281 ] 

Allan Ramirez commented on MNG-904:
-----------------------------------

I mean, will exclude all non-source files in target directory :)

> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>     Assignee: Allan Ramirez
>  Attachments: MNG-904-maven-idea-plugin.patch, target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

-- 
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: (MNG-904) the maven-created target directory needs to be excluded from the idea projects

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-904?page=comments#action_46921 ] 

Trygve Laugstol commented on MNG-904:
-------------------------------------

I think you're right Brett, I tried this a long time ago but came to the same conclusion as you. Although, I think the IDEA plugin can fix this by looking at all the source directories and if there are anyone that's inside target/ exclude all directories target/ except for the (re)source folders. A hack, but it should work.

> the maven-created target directory needs to be excluded from the idea projects
> ------------------------------------------------------------------------------
>
>          Key: MNG-904
>          URL: http://jira.codehaus.org/browse/MNG-904
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Reporter: Matthew Pocock
>  Attachments: target.patch
>
>
> The idea plugin creates idea projects where the target/classes directory is excluded. However, all the content in target is generated, and it confused idea, forcing reloads and other glitches. I've patched the skeleton project artifact to exclude the target directory entirely.

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