0
votes
2answers
99 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 ever …
0
votes
2answers
53 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 ecli …
0
votes
4answers
870 views
How do I attach source code locations to plugins in my Eclipse RCP target platform?
I've got a workspace with multiple RCP plugin projects.
We've set the target platform, so we can build against a standard set of plugins, but are not able to see source code and J …
2
votes
2answers
42 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 c …
1
vote
2answers
21 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 …
1
vote
2answers
141 views
access project directory from eclipse plugin
This is a question already asked by someone:
http://stackoverflow.com/questions/242032/eclipse-project-directory
The answer was good: using ResourcesPlugin.
But for some reason, …
1
vote
1answer
88 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 …
0
votes
2answers
88 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 …
0
votes
1answer
79 views
Eclipse PDE Popup Extensions for CDT
I just moved my plugin from Version 3.3.2 of Eclipse to Version 3.4.1. The popup menu extensions I added to the project navigator (via Object Contribution IFile) do not appear for …
4
votes
6answers
4k views
Automating unit tests (junit) for Eclipse Plugin development
I am developing Eclipse plugins, and I need to be able to automate the building and execution of the test suite for each plugin. (Using Junit)
Test are working within Eclipse, an …
1
vote
1answer
72 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 customBu …
1
vote
2answers
102 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
135 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 configu …
0
votes
1answer
39 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 n …
1
vote
2answers
494 views
jface tableviewer cell-span
I am endeavouring to render some hierarchic data in a TableViewer (the TreeViewer isn't a good fit - trust me on this :-). Consequently I need to render the parent cells with a row …
