I have implemented extension point
org.eclipse.jst.jsf.core.pluginProvidedJsfLibraries to add a few libraries
when a new project is created using my library name.
It works fine when I launch an eclipse using my Plugin.xml for testing.
but when I actually install the plugin, it throws an error and the jars
doesn't get added. I feel the problem is in the way I am exporting or
installing the plugin.
The error message is -
Failed while installing JavaServer Faces 1.1.
assertion failed: Path for IClasspathEntry must be absolute:
file:C:/Program
Files/IBM/SDPShared/plugins/plugins/com.hsbc.glti.jsf.taglibmetadata.jhx_1.0.0.jar!/lib/commons-beanutils-1.7.0.jar
Can you suggest some documentation which provides a clear picture of
exporting and packaging the plugin? or if u know any solution to this
problem