Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP & Cloudscape Plugin issue
WTP & Cloudscape Plugin issue [message #154402] Sun, 01 January 2006 13:58
Jag is currently offline JagFriend
Messages: 4
Registered: July 2009
Junior Member
Currently I am having an issue, wherein the "Software Updates" from the
help menu are being excluded.
The following are the steps, I took to install WTP and Cloudscape tools.


Unzipped the WTP into a separate folder, which created Eclipse 3.1
Unzipped Derby_Core and copied the plugins into Eclipse\plugins
Unzipped Derby_UI and copied the plugins into Eclipse\plugins, which (I
guess gave me Apache Derby UIs support)
Unzipped the CSworkbench_plugins_1.0 and copied into Eclipse\plugins. Once
I copied all the following.

com.ibm.datatools.cloudscapeworkbench.doc_1.0.0
com.ibm.datatools.cloudscapeworkbench.extensions_1.0.1
com.ibm.datatools.cloudscapeworkbench_1.0.0
com.ibm.datatools.common_1.0.0
com.ibm.datatools.core_1.0.0
com.ibm.datatools.db2.luw_1.0.0
com.ibm.datatools.db2_1.0.0
com.ibm.datatools.derbymigration.ui_1.0.0
com.ibm.datatools.derbymigration_1.0.0
com.ibm.db.models.db2_1.0.0.

I could visually see it in IDE and use the CS perspective, but for some
reason, my "Software updates" under help menu is no longer available.
After some investigation, I found that my
com.ibm.datatools.cloudscapeworkbench_1.0.0\Manifest.MF seems to be the
issue. The following is what shows up in Manifest.MF in the text editor.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Cloudscape Workbench Plug-in
Bundle-SymbolicName: com.ibm.datatools.cloudscapeworkbench; singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: cloudscapeworkbench.jar
Bundle-Activator:
com.ibm.datatools.cloudscapeworkbench.CloudscapeWorkbenchPlu gin
Bundle-Vendor: IBM
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.ide,
org.eclipse.wst.rdb.sqleditor,
org.eclipse.wst.rdb.server.ui,
org.eclipse.wst.rdb.core,
org.eclipse.wst.rdb.core.ui,
org.eclipse.core.resources
Eclipse-AutoStart: true

When I look into Manifest.MF/plugin.xml, I could see "Software Updates"
being excluded. Since, I am a newbie, I am not sure, what am I doing
incorrect, I would highly appreciated any help on this.

Thanks
Jag
Previous Topic:validation API
Next Topic:Bottom up web service generator and custom serializers
Goto Forum:
  


Current Time: Fri Apr 19 10:47:02 GMT 2024

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

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

Back to the top