Setting up build and unit test for server extensions how?
Hi,
I tried to find this in the RTC-SDK but did not find a hint.
How would I set up automatic build and testing e.g. with Jazz-Build for a server side plugin? I know how to do that within Eclipse. The part I am missing is running it outside of Eclipse.
Would it be sufficient to provide the eclipse compiler and all RTC-SDK files as a jar in the classpath or are there some special considerations?
How does the jazz development team work here?
Thanks,
Ralph
I tried to find this in the RTC-SDK but did not find a hint.
How would I set up automatic build and testing e.g. with Jazz-Build for a server side plugin? I know how to do that within Eclipse. The part I am missing is running it outside of Eclipse.
Would it be sufficient to provide the eclipse compiler and all RTC-SDK files as a jar in the classpath or are there some special considerations?
How does the jazz development team work here?
Thanks,
Ralph
Accepted answer
Our build scripts use PDE Build to build the plug-ins. There's a walkthrough on how to do this here:
https://jazz.net/wiki/bin/view/Main/BuildFAQ#PdeBuild
This was recently updated for 2.0.0.1. If you encounter problems with it, please comment here or open a work item.
https://jazz.net/wiki/bin/view/Main/BuildFAQ#PdeBuild
This was recently updated for 2.0.0.1. If you encounter problems with it, please comment here or open a work item.