0
votes
2answers
33 views
Adding a list to a PreferencePage
Update:
So far I found class ListEditor which provides the functionality I'm searching for except the 'edit' button and only for one column.
The 'Proxy bypass' Page extends directly from …
0
votes
2answers
65 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 …
0
votes
2answers
104 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
117 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 …
2
votes
2answers
47 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 …
0
votes
2answers
115 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
1answer
90 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 …
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 …
1
vote
2answers
113 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.
11
votes
9answers
6k views
Running Eclipse Junit Plugin tests with Junit 4.4 or newer — why aren’t tests detected?
I need to use JUnit 4.4 (or newer) in a set of eclipse plugin tests, but I've run into the following problem:
Tests are not detected when running with the junit 4.4 or 4.5 bundles from springsource
…
0
votes
4answers
297 views
How to make read only editor in Eclipse (Eclipse Plugin Development)
Hi,
I'm wondering how to make a really read only eclipse editor.. My editor extends TextEditor, so when I reimplement method isEditable to always return false.
It's the easiest way, which prevents …
0
votes
1answer
264 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 …
1
vote
2answers
469 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 …
4
votes
6answers
5k 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, and I can break the …
0
votes
1answer
91 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 …
