views:

32

answers:

0

Hi all,

I am working on the automated pde headless build of my rcp application. This works fine after I have solved this issue: target-platform-for-pde-headless-build-does-not-work Now I want to do 2 more things: Integration of that process into cruisecontrol and run my junit-tests which are located in a separate plugin after a successful run of the pde build.

The CruiseControl integration should not be that complicated but I do not know how to run my tests from the pde headless build.

Can anyone guide me to the solution?