2
votes
2answers
45 views
Update Site Creation Automation
Hi,
I've developed an eclipse plug in, and created a feature and an update site projects inside eclipse to publish it.
What i am looking for, is a way to automate the process of creating my update …
1
vote
2answers
25 views
hiding tab in pde
Hi,
I have an editor (emf editor). And I only want one of the tabs in the editor.
If I do not add the other pages, I still see one tab in the tab selection. Can I hide the tab, so the user will not …
0
votes
2answers
58 views
Eclipse: how to run plugin test as part of local build
Hello! Due to incomplete understanding of eclipse infrastructure I have one problem.
Historically we have one ugly thing in our build procedure. It looks like following:
After eclipse builds entire …
1
vote
1answer
104 views
Running Eclipse Plug-in tests in non-ui thread
How do I run a Eclipse JUnit plug-in test in a non-ui thread when running the tests from the command-line? In the launch configuration dialog I can uncheck the checkbox "Run in UI thread", but how do …
0
votes
2answers
99 views
Eclipse PDE Ant Build Script Generation Failing Due to Binary Cycles
I'm trying to compile down a set of plug-ins (ultimately OSGi bundles) into a feature using Eclipse PDE tools. I have a custom Target Platform based on the Spring framework.
When I export the …
1
vote
1answer
87 views
Eclipse PDE build does not call customBuildCallbacks.xml
I'm trying to get my PDE build script to invoke my customBuildCallbacks.xml. I've added
# build.properties
customBuildCallbacks=customBuildCallbacks.xml
and copied the customBuildCallbacks.xml …
0
votes
2answers
106 views
Hudson job does not stop - why?
Hello!
My automated build and tests are up and running, everything works fine. Im am using hudson and the pde build (configured with pluginbuilder).
When the build succeeds everything is fine, the …
1
vote
2answers
109 views
Using a ILightweightLabelDecorator decorator
Having implemented one of the above, can anyone say how I might wire it up directly to a viewer? None of the usual sources explain.
Martin.
0
votes
1answer
40 views
How to get API Tooling to work in Eclipse
I have been having a real hard time getting API Tooling to work in Eclipse 3.4.2. It keeps telling me:
The minor version should be incremented in version 3.4.0.qualifier, since new APIs have been …
0
votes
1answer
146 views
osgi: fragment is not working outside eclipse pde (and no error appeared)
Context of this problem: OSGi and Eclipse Platform.
I've got bundle (plugin) which is host for some fragment. Fragment is running only when I start it through Eclipse "run configuration" (I add it in …
0
votes
1answer
90 views
executing eclipse.buildscript task on a feature misses the fragment
I have a feature called foo, plugin called foo, and a single fragment foo.win32.x86.
I should be able to execute a call to eclipse.buildscript within an ant file on a feature and have it create a …
1
vote
1answer
141 views
Eclipse Plug-in / View Question
I have a plugin which contains class A that brings up a view defined in class B via the following line of code:
(VideoLogView) …
1
vote
2answers
446 views
Eclipse RCP/ Plug-in Question
Hi,
I have an RCP application (referred to as RCP-APP). I have created a new plug-in (referred to as plug-in A) that wraps a media player api (.jar file) and a folder of C libraries (dlls) that the …
0
votes
0answers
136 views
JCE problem in Lotus Expeditor (IBM’s custom Eclipse runtime)
I'm trying to authenticate to Google Apps using the GData client library. I've imported the needed jars and dependencies from the library into my Eclipse environment and verified that test code that …
0
votes
1answer
244 views
Eclipse PDE build fails to find jar location on customAssembly
I'm running a PDE build - pretty much defaults ( see at the end of the message ) which manages to copy all my plugins/features, resolve them, compile them and generate p2 metadata.
At the …
