It's all about the answers!

Ask a question

How to deploy a precondition?


Bruno Braga (48013621) | asked Mar 24 '09, 6:55 p.m.
This page explains how to create a Precondition:

https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation

But how to deploy and test a new Precondition?
Where should I put the plug-in (jar)?

13 answers



permanent link
Patrick Streule (4.9k21) | answered Mar 27 '09, 8:12 a.m.
JAZZ DEVELOPER
hmmm... the steps for Jazz Server Component is same of Advisor?


Installing

* First you must run the repotools tool to add any schema
information in your database. If your server is currently running
shut it down.

repotools -addTables


Precondition / Advisor has no tables...
I need to follow all these Instructions?

Someone from the Repository teams may be more knowledgeable about this,
but I would assume that if you don't have your own item models, just a
service plugin that contributes the Advisors, the following steps from the
Wiki page should be sufficient:

- Build the feature for your plugin(s)

- Create a properties file called "jazztalk-profile.ini" and place it in
the "jazz\server\provision_profiles" directory

- Edit the "jazztalk-profile.ini" file and add two properties as follows
(Replace the "jazz/componentdev/com.example.jazztalk.server.updatesite"
path to point to where your update-site project that you created resides) :
url=file:/jazz/componentdev/com.example.jazztalk.server.updatesite
featureid=com.example.jazztalk.server.feature

(where jazztalk would be your project)

--
Regards,
Patrick
Jazz Work Item Team

permanent link
Bruno Braga (48013621) | answered Mar 25 '09, 5:38 p.m.
hmmm... the steps for Jazz Server Component is same of Advisor?


Installing

* First you must run the repotools tool to add any schema information in your database. If your server is currently running shut it down.

repotools -addTables


Precondition / Advisor has no tables...
I need to follow all these Instructions?

permanent link
Patrick Streule (4.9k21) | answered Mar 25 '09, 5:26 a.m.
JAZZ DEVELOPER
But how to deploy and test a new Precondition?
Where should I put the plug-in (jar)?

Please see
https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.