Tagged Questions
0
votes
1answer
70 views
unable to perform headless PDE build using AJDT in eclipse 3.6
i have several simple plugin projects being developed in eclipse 3.6 as part of an rcp application. i also have a very simple aspect. i have read Andrew Eisenberg's article ...
0
votes
2answers
129 views
ajdt.pdebuild.scripts not set during AJDT headless PDE build
I have an eclipse rcp application being developed in eclipse 3.5. I am able to successfully execute pde headless build in ant (from command shell outside eclipse) via the following target entry:
...
4
votes
2answers
1k views
Complete example for Eclipse RCP 3.6.2/P2/Junit tests
Does anyone know of a good complete example (source, scripts, jobs)
that covers all the following?
building an Eclipse RCP product with many features
generating a P2 repository
running JUnit tests
...
2
votes
1answer
1k views
PDE Headless Build (Feature-based) and Missing Required Plug-ins
When attempting to perform a PDE headless build, I am finding the eclipse.buildScript step to display the following:
[java] generateScript:
[java] [eclipse.buildScript] Some inter-plug-in ...
2
votes
3answers
2k views
Target Platform for PDE Headless build does not work
I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue.
The problem is how to define the related target platform to compile the ...
2
votes
3answers
918 views
Is there a headless way to import projects and refresh the workspace?
Still trying to set up an headless build for a big university project (RCP product).
Every Eclipse user knows the following manual functionality:
"File --> Import --> Existing projects into ...