How to export the server plugin?
Hello,
How do I export my server plugin packages so that I can initialize and start the server without having to have an instance of Jazz running to do so?
I assume I will just need to export the UI packages like a regular eclipse plugin and copy the jars into the eclipse plugins directory in the eclipse folder of Jazz, so please correct me if that is an incorrect assumption.
Thanks,
Jamie
How do I export my server plugin packages so that I can initialize and start the server without having to have an instance of Jazz running to do so?
I assume I will just need to export the UI packages like a regular eclipse plugin and copy the jars into the eclipse plugins directory in the eclipse folder of Jazz, so please correct me if that is an incorrect assumption.
Thanks,
Jamie
2 answers
Hello,
By searching for eclipse plugin directories throughout the Jazz structure and throwing my jars into them, I was able to get my service to start with the server and my UI to work on the Team Concert application.
I still don't know how to initialize the repository - I am getting odd errors about item ids, which leads me to believe that it is either not initialized properly or even though my service is running something with the launch isn't getting set up correctly. Any advice on initializing a "real" database to handle my plugin?
Thanks,
Jamie
By searching for eclipse plugin directories throughout the Jazz structure and throwing my jars into them, I was able to get my service to start with the server and my UI to work on the Team Concert application.
I still don't know how to initialize the repository - I am getting odd errors about item ids, which leads me to believe that it is either not initialized properly or even though my service is running something with the launch isn't getting set up correctly. Any advice on initializing a "real" database to handle my plugin?
Thanks,
Jamie