You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David J. M. Karlsen (JIRA)" <ji...@codehaus.org> on 2007/11/08 17:51:35 UTC

[jira] Created: (MECLIPSE-341) Support RAD7

Support RAD7
------------

                 Key: MECLIPSE-341
                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
             Project: Maven 2.x Eclipse Plugin
          Issue Type: New Feature
          Components: RAD support
    Affects Versions: 2.4
         Environment: RAD7
            Reporter: David J. M. Karlsen


The current rad goal only supports RAD6.
If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

Posted by "Richard van Nieuwenhoven (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117384 ] 

ritchie edited comment on MECLIPSE-341 at 12/20/07 7:52 AM:
-----------------------------------------------------------------------------

Very good RAD-7 is almost compatible to WTP 1.5  just 2 small  differences.

- in the application xml the location must be different 
- the target WEBSHERE server  must be known (this can be done by extending MECLIPSE-344)

I am still testing but later today i will update MECLIPSE-344 with a patch that will include rad-7 support.

      was (Author: ritchie):
    Very good RAD-7 is almost compatible to WTP 1.5  just 2 small  differences.

- in the application xml the location must be differnt 
- the target WEBSHERE server  must be known (this can be done by extending MECLIPSE-344)

I am still testing but later today i will update MECLIPSE-344 with a patch that will include rad-7 support.
  
> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

Posted by "Richard van Nieuwenhoven (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117181 ] 

Richard van Nieuwenhoven commented on MECLIPSE-341:
---------------------------------------------------

Just got the permission to work on this task. It seems the WTP 1.5 support will go as far as WAR projects but breaks on EAR projects. 

> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

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

Arnaud Heritier closed MECLIPSE-341.
------------------------------------

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

This issue is considered as fixed with MECLIPSE-344.
To try the latest SNAPSHOT (2.5-20080131.135640-18) of the incoming version you have to define and activate this profile :
{code}
    <profile>
      <id>apache.snapshots</id>
      <repositories>
        <repository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.snapshots</id>
          <name>Maven Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.plugin.snapshots</id>
          <name>Maven Plugin Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
{code}
Then you have to call this command :
{code}
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5-SNAPSHOT:eclipse
{code}
If you think that your problem isn't resolved, please give us your feedback and we'll reopen the issue.

> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

Posted by "Richard van Nieuwenhoven (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117384 ] 

ritchie edited comment on MECLIPSE-341 at 12/20/07 7:53 AM:
-----------------------------------------------------------------------------

Very good RAD-7 is almost compatible to WTP 1.5  just 2 small  differences.

- in the application xml the location must be different 
- the target WebSphere server  must be known (this can be done by extending MECLIPSE-344)

I am still testing but later today i will update MECLIPSE-344 with a patch that will include rad-7 support.

      was (Author: ritchie):
    Very good RAD-7 is almost compatible to WTP 1.5  just 2 small  differences.

- in the application xml the location must be different 
- the target WEBSHERE server  must be known (this can be done by extending MECLIPSE-344)

I am still testing but later today i will update MECLIPSE-344 with a patch that will include rad-7 support.
  
> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

Posted by "Richard van Nieuwenhoven (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117384 ] 

Richard van Nieuwenhoven commented on MECLIPSE-341:
---------------------------------------------------

Very good RAD-7 is almost compatible to WTP 1.5  just 2 small  differences.

- in the application xml the location must be differnt 
- the target WEBSHERE server  must be known (this can be done by extending MECLIPSE-344)

I am still testing but later today i will update MECLIPSE-344 with a patch that will include rad-7 support.

> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

-- 
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-341) Support RAD7

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

Arnaud Heritier commented on MECLIPSE-341:
------------------------------------------

Some users reported that eclipse:eclipse worked with rad7. Can you check ?

> Support RAD7
> ------------
>
>                 Key: MECLIPSE-341
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-341
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: RAD7
>            Reporter: David J. M. Karlsen
>
> The current rad goal only supports RAD6.
> If I run this goal and try to import the projects into RAD, the capabilities are not recognized, thus it's not possible to "debug on server" and so on.

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