[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]