You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "wangfengwei (JIRA)" <ji...@apache.org> on 2010/12/27 06:42:47 UTC

[jira] Created: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
-------------------------------------------------------------------

                 Key: AXIS2-4916
                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
             Project: Axis2
          Issue Type: Bug
          Components: ide plugins
    Affects Versions: 1.5.4
         Environment: windows xp professional;
myeclipse Version: 8.5 Build id: 8.5-20100319
jdk 1.6.0_23
            Reporter: wangfengwei
             Fix For: 1.5.4


Pluse has automatically detected drop-ins or removed from your
configuration.the following is a report od the software detected by Pulse.

the following software coud not be provisioned:
- org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-4916:
-----------------------------------

    Fix Version/s:     (was: 1.5.4)

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979393#action_12979393 ] 

Harshana Eranga Martin commented on AXIS2-4916:
-----------------------------------------------

Hi Andreas,

Then as a workaround for now, manually downloading this "Java XML Streaming API" plugin and it's dependencies and copying them to the plugins folder of the MyEclipse distribution should work. 

But I think we should move to the option of distributing these Eclipse plugins as Eclipse Features. Current way of installation was preferred when there was no proper plugin installation mechanism, which was the case even in Europa and Ganymede distributions. But right now Eclipse has a great plugin installation manager based on P2. So I think moving towards Eclipse Feature will be a great idea since P2 handles the complications behind installation such as dependency management. Therefore I'm absolutely +1 for the idea.

I would like to volunteer myself to do this task with the help of you and/or other Axis2 committers.

Thanks and Regards,
Harshana

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979314#action_12979314 ] 

Andreas Veithen commented on AXIS2-4916:
----------------------------------------

The message indicates that the "Java XML Streaming API" plugin is not installed. In a normal Eclipse distribution (at least the J2EE version), this is part of the default installation. If we want to make sure that these dependency plugins are installation automatically when installing the Axis2 plugins, then we would have to create an Eclipse feature. That's the recommended way to distribute plugins for Eclipse 3, but it would require some work to do that.

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Issue Comment Edited: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979393#action_12979393 ] 

Harshana Eranga Martin edited comment on AXIS2-4916 at 1/9/11 2:23 PM:
-----------------------------------------------------------------------

Hi Andreas,

Then as a workaround for now, manually downloading this "Java XML Streaming API" plugin and its dependencies and copying them to the plugins folder of the MyEclipse distribution should work. Isn't it?

But I think we should move to the option of distributing these Eclipse plugins as Eclipse Features. Current way of installation was preferred when there was no proper plugin installation mechanism, which was the case even in Europa and Ganymede distributions. But right now Eclipse has a great plugin installation manager based on P2. So I think moving towards Eclipse Feature will be a great idea since P2 handles the complications behind installation such as dependency management. Therefore I'm absolutely +1 for the idea.

I would like to volunteer myself to do this task with the help of you and/or other Axis2 committers.

Thanks and Regards,
Harshana

      was (Author: harshana05):
    Hi Andreas,

Then as a workaround for now, manually downloading this "Java XML Streaming API" plugin and it's dependencies and copying them to the plugins folder of the MyEclipse distribution should work. Isn't it?

But I think we should move to the option of distributing these Eclipse plugins as Eclipse Features. Current way of installation was preferred when there was no proper plugin installation mechanism, which was the case even in Europa and Ganymede distributions. But right now Eclipse has a great plugin installation manager based on P2. So I think moving towards Eclipse Feature will be a great idea since P2 handles the complications behind installation such as dependency management. Therefore I'm absolutely +1 for the idea.

I would like to volunteer myself to do this task with the help of you and/or other Axis2 committers.

Thanks and Regards,
Harshana
  
> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979789#action_12979789 ] 

Andreas Veithen commented on AXIS2-4916:
----------------------------------------

I never wrote an Eclipse feature (I only know that it exists and more or less how it works) and I'm also not actively using the Axis2 Eclipse plugins. I think there are many people who would appreciate it if you could work on this task.

Thanks,

Andreas

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Issue Comment Edited: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979393#action_12979393 ] 

Harshana Eranga Martin edited comment on AXIS2-4916 at 1/9/11 2:22 PM:
-----------------------------------------------------------------------

Hi Andreas,

Then as a workaround for now, manually downloading this "Java XML Streaming API" plugin and it's dependencies and copying them to the plugins folder of the MyEclipse distribution should work. Isn't it?

But I think we should move to the option of distributing these Eclipse plugins as Eclipse Features. Current way of installation was preferred when there was no proper plugin installation mechanism, which was the case even in Europa and Ganymede distributions. But right now Eclipse has a great plugin installation manager based on P2. So I think moving towards Eclipse Feature will be a great idea since P2 handles the complications behind installation such as dependency management. Therefore I'm absolutely +1 for the idea.

I would like to volunteer myself to do this task with the help of you and/or other Axis2 committers.

Thanks and Regards,
Harshana

      was (Author: harshana05):
    Hi Andreas,

Then as a workaround for now, manually downloading this "Java XML Streaming API" plugin and it's dependencies and copying them to the plugins folder of the MyEclipse distribution should work. 

But I think we should move to the option of distributing these Eclipse plugins as Eclipse Features. Current way of installation was preferred when there was no proper plugin installation mechanism, which was the case even in Europa and Ganymede distributions. But right now Eclipse has a great plugin installation manager based on P2. So I think moving towards Eclipse Feature will be a great idea since P2 handles the complications behind installation such as dependency management. Therefore I'm absolutely +1 for the idea.

I would like to volunteer myself to do this task with the help of you and/or other Axis2 committers.

Thanks and Regards,
Harshana
  
> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978154#action_12978154 ] 

Harshana Eranga Martin commented on AXIS2-4916:
-----------------------------------------------

Hi wangfengwei,

Currently there is no such error in normal Eclipse distribution. I tried to install both 1.5.4 and 1.6 in a normal Eclipse distribution(In Helios) and successfully installed it. I can use the installed codegen plugin without any issue. Can you try to reproduce this with the latest codegen plugins? You can find the latest codegen eclipse plugin at https://hudson.apache.org/hudson/job/Axis2-trunk-java-1.6/lastSuccessfulBuild/org.apache.axis2$axis2.eclipse.codegen.plugin/.

Thanks and Regards,
Harshana

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979996#action_12979996 ] 

Harshana Eranga Martin commented on AXIS2-4916:
-----------------------------------------------

Hi Andreas,

I have some hands on experience in Eclipse Plugin development and Eclipse features. So I'll do it and let you/others know. 

Thanks and Regards,
Harshana

> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Issue Comment Edited: (AXIS2-4916) Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5

Posted by "Harshana Eranga Martin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978154#action_12978154 ] 

Harshana Eranga Martin edited comment on AXIS2-4916 at 1/6/11 1:04 AM:
-----------------------------------------------------------------------

Hi wangfengwei,

Currently there is no such error in normal Eclipse distribution. I tried to install both 1.5.4 and 1.6 in a normal Eclipse distribution(In Helios) and successfully installed them. I can use the installed codegen plugins without any issue. Can you try to reproduce this with the latest codegen plugins? You can find the latest codegen eclipse plugin at https://hudson.apache.org/hudson/job/Axis2-trunk-java-1.6/lastSuccessfulBuild/org.apache.axis2$axis2.eclipse.codegen.plugin/.

Thanks and Regards,
Harshana

      was (Author: harshana05):
    Hi wangfengwei,

Currently there is no such error in normal Eclipse distribution. I tried to install both 1.5.4 and 1.6 in a normal Eclipse distribution(In Helios) and successfully installed it. I can use the installed codegen plugin without any issue. Can you try to reproduce this with the latest codegen plugins? You can find the latest codegen eclipse plugin at https://hudson.apache.org/hudson/job/Axis2-trunk-java-1.6/lastSuccessfulBuild/org.apache.axis2$axis2.eclipse.codegen.plugin/.

Thanks and Regards,
Harshana
  
> Unable to install axis2.eclipse.codegen.plugin into myeclipse 8.5  
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4916
>             Project: Axis2
>          Issue Type: Bug
>          Components: ide plugins
>    Affects Versions: 1.5.4
>         Environment: windows xp professional;
> myeclipse Version: 8.5 Build id: 8.5-20100319
> jdk 1.6.0_23
>            Reporter: wangfengwei
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Pluse has automatically detected drop-ins or removed from your
> configuration.the following is a report od the software detected by Pulse.
> the following software coud not be provisioned:
> - org.apache.axs2.eclipse.codegen.plugin 1.5.4:missing:package
> javax.xml.stream 1.0.0, package javax.xml.stream.util 1.0.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org