Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7712769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:42:52+00:00 2026-06-01T01:42:52+00:00

I made some Eclipse plugin and update site on Indigo(Eclipse v3.7). I can debug

  • 0

I made some Eclipse plugin and update site on Indigo(Eclipse v3.7).

I can debug my plugin with new Eclipse instance, but I can’t install my plugin via update site.

When I try to test install my plugin with Indigo (same environment as dev environment), the install wizard says:

Cannot complete the install because some dependencies are not satisfiable
com.mytest.helloworld.feature.group [1.0.0.201203071543] cannot be installed in this environment because its filter is not applicable.

(I tried to install my plugin with the same version of eclipse – Indigo.
And, My plugin works fine after manual install.)

Is there any check point to solve this?

How eclipse check available plugin? (based on what information?)

Here is my features.xml.

<?xml version="1.0" encoding="UTF-8"?>
<feature
  id="com.mytest.helloworld"
  label="mytest Feature"
  version="1.0.0.qualifier"
  provider-name="mytest.com"
  plugin="com.mytest.helloworld"
  os="aix,hpux,linux,macosx,qnx,solaris,win32"
  ws="carbon,cocoa,gtk,motif,photon,win32,wpf"
  nl="en,ko"
  arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <url>
      <update label="mytest update" url="http://localhost:8088/plugin"/>
   </url>

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.core.expressions" version="3.4.101"     match="greaterOrEqual"/>
      <import plugin="com.android.ide.eclipse.adt" version="0.9.5" match="greaterOrEqual"/>
      <import plugin="org.jdom" version="1.1.1" match="greaterOrEqual"/>
      <import plugin="org.apache.commons.httpclient" version="3.1.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.jdt.core" version="3.5.2" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.resources" version="3.5.2"     match="greaterOrEqual"/>
   </requires>

   <plugin
         id="com.mytest.helloworld"
         os="aix,hpux,linux,macosx,qnx,solaris,win32"
         ws="carbon,cocoa,gtk,motif,photon,win32,wpf"
         nl="en,ko"
         arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
         download-size="1000"
         install-size="1000"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.mytest.helloworld.nl1"
         os="aix,hpux,linux,macosx,qnx,solaris,win32"
         ws="carbon,cocoa,gtk,motif,photon,win32,wpf"
         nl="en,ko"
         arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
         download-size="1"
         install-size="1"
         version="0.0.0"
         fragment="true"
         unpack="false"/>
</feature>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T01:42:54+00:00Added an answer on June 1, 2026 at 1:42 am
    1. Have you been able to run the plugin in a new Eclipse instance from your development environment? I.e press the run button and start a new Eclipse application with your plugin active.

    2. It seems like there is some issue with filters, either you have defined a version requirement that doesnt work, or perhaps defined an OS that doesnt work. Posting your feature.xml might help.

    Edit based on comment:

    Try to remove the OS specific parts from the XML, i.e the properties “os”, “ws”, “arch” and perhaps “nl”.

    You would get

    <feature
      id="com.mytest.helloworld"
      label="mytest Feature"
      version="1.0.0.qualifier"
      provider-name="mytest.com"
      plugin="com.mytest.helloworld">
    

    You only need to enter those properties if you are restricting the choice in some way, that is, your plugin contains OS specific code that will only work on some operating systems/architectures.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've made some new warning settings in eclipse. With these new settings I'm facing
Could you advise me some svn plugin for eclipse that visualizes changes made to
I use eclipse with subversion in Ubuntu linux. Today I made some new java
I have tried NetBeans for some time, but have not made my final move
I recently attempted to set new breakpoints in eclipse to debug service side code
We are developing webapps with Eclipse + Tomcat plugin. We recently started a new
I imported a project from a colleague's workspace in eclipse. I made some modifications
I've downloaded the new GTW 2.0 and it's eclipse plugin In the new eclipse
I made some changes to an existing application that was previously just straight HTML
I made some changes to an open source project without taking time to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.