Bug 181314

Summary: Unresolved Compilation Problems
Product: [Fedora] Fedora Reporter: Andrew Overholt <overholt>
Component: eclipse-bugzillaAssignee: Igor Foox <ifoox>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-16 21:04:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Overholt 2006-02-13 14:06:20 UTC
Description of problem:
With the xml-rpc update, I can't query RH Bugzilla.

Version-Release number of selected component (if applicable):
eclipse-platform-3.1.2-1jpp_6fc
eclipse-bugzilla-0.2.0_fc-2.1
gcc-java-4.1.0-0.23
xmlrpc-2.0.1-1jpp_4fc

Steps to Reproduce:
1. Add RH Bugzilla
2. Add a query for all open Fedora Core -> eclipse -> devel bugs
  
Actual results:
Error.  Clicking on query URL gives (typed by hand):

An internal error occurred during: "Background refresh".
Unresolved compilation problems:
  The import org.apache cannot be resolved
  XmlRpcClient cannot be resolved to a type
  xmlrpc cannot be resolved
  e cannot be resolved

Expected results:
No errors.

Additional info:
I think we need some sort of xmlrpc.jar reference in plugin.xml or MANIFEST.MF.
 See org.eclipse.tomcat for reference.  I guess we need to include the jar in
CVS and then we can just symlink to /usr/share/java for the RPM.

Comment 1 Igor Foox 2006-02-13 16:42:21 UTC
I can reproduce this. I'll try doing it the way tomcat does, by including the
jar with the plugin and then symlinking it during RPM build.

Comment 2 Igor Foox 2006-02-16 21:04:18 UTC
Fixed in Rawhide (eclipse-bugzilla-0.2.2-2).