Tagged Questions

0
votes
2answers
51 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
2answers
80 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 …
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
1answer
84 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
95 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 …
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
1answer
68 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
99 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.
13
votes
9answers
5k 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 …
0
votes
4answers
272 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 …
0
votes
1answer
225 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. …
1
vote
2answers
408 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 librar …
0
votes
1answer
86 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 …
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 …
0
votes
1answer
133 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 …

1 2 3 4 next
15 30 50 per page