You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "BABA,Yasuyuki (JIRA)" <ji...@codehaus.org> on 2007/07/19 05:10:13 UTC

[jira] Created: (MECLIPSE-308) Change the method of verifying whether JRE is included in "classpathContainers"

Change the method of verifying whether JRE is included in "classpathContainers"
-------------------------------------------------------------------------------

                 Key: MECLIPSE-308
                 URL: http://jira.codehaus.org/browse/MECLIPSE-308
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Wish
          Components: dependency resolution
    Affects Versions: 2.4
            Reporter: BABA,Yasuyuki
         Attachments: classpathcontainers.patch

I want to use specified JRE container in ".classpath" like this.
{noformat}
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
{noformat}
And added to pom.xml
{noformat}
<classpathContainers>
  <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer>
</classpathContainers>
{noformat}

But JRE_CONTAINER node is duplicate in the ".classpath" written by "mvn eclipse:eclipse", like this...
{noformat}
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
{noformat}

I want you to change the method of verifying whether JRE is included in "classpathContainers".
See the patche please.


-- 
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] Closed: (MECLIPSE-308) Change the method of verifying whether JRE is included in "classpathContainers"

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier closed MECLIPSE-308.
------------------------------------

         Assignee: Arnaud Heritier
       Resolution: Duplicate
    Fix Version/s: 2.5

Fixed with MECLIPSE-172

> Change the method of verifying whether JRE is included in "classpathContainers"
> -------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-308
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-308
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Wish
>          Components: dependency resolution
>    Affects Versions: 2.4
>            Reporter: BABA,Yasuyuki
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>         Attachments: classpathcontainers.patch
>
>
> I want to use specified JRE container in ".classpath" like this.
> {noformat}
> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
> {noformat}
> And added to pom.xml
> {noformat}
> <classpathContainers>
>   <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</classpathContainer>
> </classpathContainers>
> {noformat}
> But JRE_CONTAINER node is duplicate in the ".classpath" written by "mvn eclipse:eclipse", like this...
> {noformat}
> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
> {noformat}
> I want you to change the method of verifying whether JRE is included in "classpathContainers".
> See the patche please.

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