[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [lepido-dev] Install problem
|
Scott Yeadon wrote:
Hi,
Following the install instructions I have expanded the zip files, but
trying to install the actual Lepido update I get
Lepido, Tools for Apache Cocoon (0.1.0) requires plug-in
"org.eclipse.wst.sse.core".
on the software manager update. However this does exist in the plug-in
directory at org.eclipse.wst.sse.core_0.7.0.jar after expanding
wt-0.7.zip. Any idea why eclipse can't see it?
Just because a plugin is present does not necessariy mean it is loaded
and working.
Try "eclipse -clean" as suggested by David elsewhere in this thread.
This dforces Eclipse to reload all plugins.
If that fails go to Help -> Software Update -> Manage Configuration
Ensure the "Show Disabled Features" button is pressed (the one with the
little red "no entry" sign)
Expand the nodes until you can see the list of installed features. Do
any of them have a "no entry" sign on them? This indicates they are not
enabled. If any are not enabled click on them and select "Show
Properties" then "Status". This will tell you way the feature is not
enabled.
It is likely that a dependency for Web Tools is not enabled, thus web
tools itself cannot work.
Ross