You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Geoffrey (JIRA)" <ji...@codehaus.org> on 2005/04/21 15:54:07 UTC

[jira] Created: (MPIDEA-26) idea:multiproject without idea:workspace so a local workspaces aren't lost

idea:multiproject without idea:workspace so a local workspaces aren't lost
--------------------------------------------------------------------------

         Key: MPIDEA-26
         URL: http://jira.codehaus.org/browse/MPIDEA-26
     Project: maven-idea-plugin
        Type: Improvement
    Versions: 1.5    
    Reporter: Geoffrey
    Priority: Minor
     Fix For: 1.6


When you call idea:multiproject the workspace file (iws) is overwritten and the original is lost.
However the workspace file is a local file, which remember things as main classes, open files, ... Basically its the part of the IntellJ configuration that is local to each user and isn't checked in to CVS/SVN.

When a team member adds a module or library, all team members will want to run idea:multiproject to update their ipr and iml files, but the will not want to loose their iws file.
Consider this as doing a cvs update to update your project.xml and project.properties files and loosing your build.properties each time.



-- 
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: (MPIDEA-26) idea:multiproject without idea:workspace so a local workspaces aren't lost

Posted by "Geoffrey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIDEA-26?page=comments#action_38795 ]
     
Geoffrey commented on MPIDEA-26:
--------------------------------

+        <util:file var="workspaceFile" name="${basedir}/${pom.artifactId}.iws" />
+        <j:if test="${!workspaceFile.exists()}">
            <attainGoal name="idea:workspace"/>
+        </j:if>

> idea:multiproject without idea:workspace so a local workspaces aren't lost
> --------------------------------------------------------------------------
>
>          Key: MPIDEA-26
>          URL: http://jira.codehaus.org/browse/MPIDEA-26
>      Project: maven-idea-plugin
>         Type: Improvement
>     Versions: 1.5
>     Reporter: Geoffrey
>     Priority: Minor
>      Fix For: 1.6

>
>
> When you call idea:multiproject the workspace file (iws) is overwritten and the original is lost.
> However the workspace file is a local file, which remember things as main classes, open files, ... Basically its the part of the IntellJ configuration that is local to each user and isn't checked in to CVS/SVN.
> When a team member adds a module or library, all team members will want to run idea:multiproject to update their ipr and iml files, but the will not want to loose their iws file.
> Consider this as doing a cvs update to update your project.xml and project.properties files and loosing your build.properties each time.

-- 
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: (MPIDEA-26) idea:multiproject without idea:workspace so a local workspaces aren't lost

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

    Resolution: Fixed

> idea:multiproject without idea:workspace so a local workspaces aren't lost
> --------------------------------------------------------------------------
>
>          Key: MPIDEA-26
>          URL: http://jira.codehaus.org/browse/MPIDEA-26
>      Project: maven-idea-plugin
>         Type: Improvement
>     Versions: 1.5
>     Reporter: Geoffrey
>     Priority: Minor
>      Fix For: 1.6

>
>
> When you call idea:multiproject the workspace file (iws) is overwritten and the original is lost.
> However the workspace file is a local file, which remember things as main classes, open files, ... Basically its the part of the IntellJ configuration that is local to each user and isn't checked in to CVS/SVN.
> When a team member adds a module or library, all team members will want to run idea:multiproject to update their ipr and iml files, but the will not want to loose their iws file.
> Consider this as doing a cvs update to update your project.xml and project.properties files and loosing your build.properties each time.

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