You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "MG (JIRA)" <ji...@codehaus.org> on 2008/06/20 05:24:27 UTC

[jira] Created: (MECLIPSE-462) Allow generating elements in .project via eclipse:eclipse

Allow generating <linkedResources> elements in .project via eclipse:eclipse
---------------------------------------------------------------------------

                 Key: MECLIPSE-462
                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Improvement
          Components: Core : Dependencies resolution and build path
    Affects Versions: 2.5.1
            Reporter: MG


Example:

	<linkedResources>
		<link>
			<name>src-2</name>
			<type>2</type>
			<location>${base_dir}/common/common-coreui/src/main/java</location>
		</link>
		<link>
			<name>src-1</name>
			<type>2</type>
			<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
		</link>
	</linkedResources>
</projectDescription>


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

        

[jira] Commented: (MECLIPSE-462) Allow generating elements in .project via eclipse:eclipse

Posted by "Punga (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139248#action_139248 ] 

Punga commented on MECLIPSE-462:
--------------------------------

I second this request. It's essential if a eclipse project was set up using an target path outside the project environment.

> Allow generating <linkedResources> elements in .project via eclipse:eclipse
> ---------------------------------------------------------------------------
>
>                 Key: MECLIPSE-462
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Core : Dependencies resolution and build path
>    Affects Versions: 2.5.1
>            Reporter: MG
>
> Example:
> 	<linkedResources>
> 		<link>
> 			<name>src-2</name>
> 			<type>2</type>
> 			<location>${base_dir}/common/common-coreui/src/main/java</location>
> 		</link>
> 		<link>
> 			<name>src-1</name>
> 			<type>2</type>
> 			<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
> 		</link>
> 	</linkedResources>
> </projectDescription>

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

        

[jira] Commented: (MECLIPSE-462) Allow generating elements in .project via eclipse:eclipse

Posted by "Marvin Froeder (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234809#action_234809 ] 

Marvin Froeder commented on MECLIPSE-462:
-----------------------------------------

It may be on the lastest release, but is wasn't by the time I start watching this feature request.

> Allow generating <linkedResources> elements in .project via eclipse:eclipse
> ---------------------------------------------------------------------------
>
>                 Key: MECLIPSE-462
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Core : Dependencies resolution and build path (.classpath)
>    Affects Versions: 2.5.1
>            Reporter: MG
>
> Example:
> 	<linkedResources>
> 		<link>
> 			<name>src-2</name>
> 			<type>2</type>
> 			<location>${base_dir}/common/common-coreui/src/main/java</location>
> 		</link>
> 		<link>
> 			<name>src-1</name>
> 			<type>2</type>
> 			<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
> 		</link>
> 	</linkedResources>
> </projectDescription>

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

        

[jira] Issue Comment Edited: (MECLIPSE-462) Allow generating elements in .project via eclipse:eclipse

Posted by "Punga (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139248#action_139248 ] 

punga edited comment on MECLIPSE-462 at 6/22/08 7:07 AM:
---------------------------------------------------------

I second this request. It's essential if a eclipse project was set up using an target path outside eclipse's project environment.

      was (Author: punga):
    I second this request. It's essential if a eclipse project was set up using an target path outside the project environment.
  
> Allow generating <linkedResources> elements in .project via eclipse:eclipse
> ---------------------------------------------------------------------------
>
>                 Key: MECLIPSE-462
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Core : Dependencies resolution and build path
>    Affects Versions: 2.5.1
>            Reporter: MG
>
> Example:
> 	<linkedResources>
> 		<link>
> 			<name>src-2</name>
> 			<type>2</type>
> 			<location>${base_dir}/common/common-coreui/src/main/java</location>
> 		</link>
> 		<link>
> 			<name>src-1</name>
> 			<type>2</type>
> 			<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
> 		</link>
> 	</linkedResources>
> </projectDescription>

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

        

[jira] Commented: (MECLIPSE-462) Allow generating elements in .project via eclipse:eclipse

Posted by "Luke Yang (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234805#action_234805 ] 

Luke Yang commented on MECLIPSE-462:
------------------------------------

I don't understand this request. Isn't it already supported?

> Allow generating <linkedResources> elements in .project via eclipse:eclipse
> ---------------------------------------------------------------------------
>
>                 Key: MECLIPSE-462
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-462
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>          Components: Core : Dependencies resolution and build path (.classpath)
>    Affects Versions: 2.5.1
>            Reporter: MG
>
> Example:
> 	<linkedResources>
> 		<link>
> 			<name>src-2</name>
> 			<type>2</type>
> 			<location>${base_dir}/common/common-coreui/src/main/java</location>
> 		</link>
> 		<link>
> 			<name>src-1</name>
> 			<type>2</type>
> 			<location>${base_dir}/tiger/tiger-ui/src/main/java</location>
> 		</link>
> 	</linkedResources>
> </projectDescription>

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