Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 546099

Summary: Builds are failing after removal of IPluginDescriptor and related API
Product: [WebTools] Java Server Faces Reporter: Nitin Dahyabhai <thatnitind>
Component: JSF ToolsAssignee: Ian Trimble <ian.trimble>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: ian.trimble
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=475944
Whiteboard:

Description Nitin Dahyabhai CLA 2019-04-03 22:05:27 EDT
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0:compile (default-compile) on project org.eclipse.jst.jsf.test.util: Compilation failure: Compilation failure: 
[ERROR] /jobs/genie.webtools/webtools-jsf_master/workspace/jsf/tests/org.eclipse.jst.jsf.test.util/src/org/eclipse/jst/jsf/test/util/mock/MockProject.java:[29] 
[ERROR] 	import org.eclipse.core.runtime.IPluginDescriptor;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.core.runtime.IPluginDescriptor cannot be resolved
[ERROR] /jobs/genie.webtools/webtools-jsf_master/workspace/jsf/tests/org.eclipse.jst.jsf.test.util/src/org/eclipse/jst/jsf/test/util/mock/MockProject.java:[112] 
[ERROR] 	public IPath getPluginWorkingLocation(IPluginDescriptor plugin)
[ERROR] 	                                      ^^^^^^^^^^^^^^^^^
[ERROR] IPluginDescriptor cannot be resolved to a type
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jst.jsf.test.util