Hi everybody,
I'm trying to create a new Stand-Alone Extended Operator by following Extension Guide - Corticon. After restart my studio (with -clean option) my plug-in does not match in plug-in list in configuration list. Even after I put the .jar file in plugins/ directory.
My Class:
package com.acme.extended.operators; import com.corticon.services.extensions.ICcStandAloneExtension; public class ICcStandAloneTest implements ICcStandAloneExtension{ public static Boolean isTrue(){ return Boolean.TRUE; } }
My plug-in project struc:
com.corticon.eclipse.studio.operations.core > JRE LIB > Plug-in Dependencies >src/ > com.acme.extended.operators > ICcStandAloneTest.java > CcExtensionsLocator.lc >META-INF > MANIFEST.MF > build.properties
Regards !
Hello,
Can you provide the MANIFEST.MF for review ?
What is exact name of the plugin.jar ?
What version of Corticon Studio are you using ?
- Jan
Hi, Jan,
Thanks for the fast Reply,
So, follow the MANIFEST.MF
Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Core Bundle-SymbolicName: com.corticon.eclipse.studio.operations.core Bundle-Version: 5.3.1 Bundle-Vendor: CORTICON Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.core.runtime, com.corticon.legacy, com.corticon.services, com.corticon.thirdparty Export-Package: ., com.acme.extended.operators Eclipse-RegisterBuddy: com.corticon.legacy
plugin .jar name: com.corticon.eclipse.studio.operations.extended.core_5.3.1
I'm using Corticon 5.3 Studio
Thank you, so much
a] Regenerate the plugin.jar with the MANIFEST.MF below:
b] Place the generated jar (com.corticon.eclipse.studio.operations.extended.core_9.9.9) in CORTICON_HOME\Studio\eclipse\plugins folder.
c] Close Studio and open it again.
- Jan
[collapse]Hi, Jan,
Thanks for the fast Reply,
So, follow the MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.corticon.eclipse.studio.operations.core
Bundle-Version: 5.3.1
Bundle-Vendor: CORTICON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
com.corticon.legacy,
com.corticon.services,
com.corticon.thirdparty
Export-Package: .,
com.acme.extended.operators
Eclipse-RegisterBuddy: com.corticon.legacy
plugin .jar name: com.corticon.eclipse.studio.operations.extended.core_5.3.1
I'm using Corticon 5.3 Studio
Thank you, so much
Flag this post as spam/abuse.
a] Regenerate the plugin.jar with the MANIFEST.MF below:
b] Place the generated jar (com.corticon.eclipse.studio.operations.extended.core_9.9.9) in CORTICON_HOME\Studio\eclipse\plugins folder.
c] Close Studio and open it again.
- Jan
Hi, Jan,
Thanks for the fast Reply,
So, follow the MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.corticon.eclipse.studio.operations.core
Bundle-Version: 5.3.1
Bundle-Vendor: CORTICON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
com.corticon.legacy,
com.corticon.services,
com.corticon.thirdparty
Export-Package: .,
com.acme.extended.operators
Eclipse-RegisterBuddy: com.corticon.legacy
plugin .jar name: com.corticon.eclipse.studio.operations.extended.core_5.3.1
I'm using Corticon 5.3 Studio
Thank you, so much
Flag this post as spam/abuse.
Flag this post as spam/abuse.
Christopher S. Hogan
Principal Systems Engineer |
||||
PHONE 646-201-4123 MOBILE 646-243-4282 www.progress.com |
a] Regenerate the plugin.jar with the MANIFEST.MF below:
b] Place the generated jar (com.corticon.eclipse.studio.operations.extended.core_9.9.9) in CORTICON_HOME\Studio\eclipse\plugins folder.
c] Close Studio and open it again.
- Jan
Hi, Jan,
Thanks for the fast Reply,
So, follow the MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.corticon.eclipse.studio.operations.core
Bundle-Version: 5.3.1
Bundle-Vendor: CORTICON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
com.corticon.legacy,
com.corticon.services,
com.corticon.thirdparty
Export-Package: .,
com.acme.extended.operators
Eclipse-RegisterBuddy: com.corticon.legacy
plugin .jar name: com.corticon.eclipse.studio.operations.extended.core_5.3.1
I'm using Corticon 5.3 Studio
Thank you, so much
Flag this post as spam/abuse.
Flag this post as spam/abuse.
Thanks for everyone for reply quickly.
Nothing works. The plugin was not recognize by the studio.
I'll try to re install Corticon Studio and add the plugin again.
Thanks again
Running Studio as administrator resolved the issue and the plugins are recognized in studio