| Not getting Instance of IResource [message #64283] | 
Mon, 08 June 2009 09:44   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Was just trying out some example. I want to create a trigger point at  
instance of IResource. However when I declare this instance in the  
plugin.xml I get error as "org.eclipse.core.resources.IResource" in  
attribute "value" is not in the plug-in classpath. 
 
below is the snippet of my xml 
 
<triggerPoints> 
            <or> 
               <and> 
                  <instanceof 
                        value="org.eclipse.core.resources.IResource"> 
                  </instanceof> 
                  <test 
                        forcePluginActivation="true" 
                        property="org.eclipse.core.resources.extension" 
                        value="properties"> 
                  </test> 
               </and> 
               <instanceof 
                      
value="com.eclipse.ui.dagger.navigator.PropertiesTreeData"> 
               </instanceof></or> 
         </triggerPoints> 
 
Does this mean the IResource package is not available in my eclipse  
installation?
 |  
 |  
  | 
 | 
 | 
Powered by 
FUDForum. Page generated in 0.04794 seconds