Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Unable to find plugin ... - CoreException - FeatureBuildGenerator
Unable to find plugin ... - CoreException - FeatureBuildGenerator [message #301350] Wed, 29 March 2006 11:25
Lukasz Olek is currently offline Lukasz OlekFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
I am trying to use PDE Build plugin and I have some problems doing
it. PDE build is constantly throwing CoreExcpetion. It is thrown by
FeatureBuildGenerator class, while trying to genarate build.xml files
for each plugin.

(...)
generateScript:
Property ${outputUpdateJars} has not been set
Property ${archivesFormat} has not been set
Property ${forceContextQualifier} has not been set
[ant] Exiting
E:\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\gener icTargets.xml.
[ant] Exiting
E:\ucworkbench.build\org.ucworkbench.build\customTargets.xml .
[antcall] Exiting
E:\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\build .xml.

BUILD FAILED
E:\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\build .xml:23: The
following error occurred while executing this line:
E:\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\build .xml:63: The
following error occurred while executing this line:
E:\ucworkbench.build\org.ucworkbench.build\customTargets.xml :8: The
following error occurred while executing this line:
E:\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\gener icTargets.xml:67:
org.eclipse.core.runtime.CoreException: Unable to find plug-in:
org.ucworkbench_1.0.5. Please check the error log for more details.
at
org.apache.tools.ant.ProjectHelper.addLocationToBuildExcepti on(ProjectHelper.java:539)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget. java:107)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.j ava:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
(...)

It is always the same message: Unable to find plug-in:
org.ucworkbench_1.0.5. Please check the error log for more details.
The strange thing is that all the plugins and features are properly
fetched from CVS. All needed files are copied on local disk, so I don't
know why PDE build cannot locate that missing plugin. Moreover some
plugins have successfuly passed the phase of generating build.xml files
but it always stops with error on this one (org.ucworkbench).
I tried to debug the process of building in Eclipse and I found out that
the error ocurrs beacuse BundleDescription for this plugin is not resolved.
Thanks for all kind of help.

Maciek Mazur
Previous Topic:Resource Navigator
Next Topic:CVS with non Resources
Goto Forum:
  


Current Time: Thu Apr 18 05:09:16 GMT 2024

Powered by FUDForum. Page generated in 0.01805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top