Importing Plug-ins and fragments (newbie question)
Hi,
1)
I followed the setup guide and extracted the 3 file
* JazzTeamServer-Source-TAG.zip
* TeamConcert-Source-TAG.zip
* JazzJUnitTests-TAG.zip
into the client>eclipse>source folder.
I am trying to use the API and view the source of jazz.
So what I did was,
File>Import>Plug-ins and Fragments> import binary as > and then on the Selection page i Added all plug-ins fragments located @ jazz/client/eclipse to my work space.
I want to know if this method is what you guys do or not?
since there's no web API (like java) that one can use.
2) I have 100 errors after i imported the plug-ins.
eclipse complain that it cannot find
"import org.opengroup.arm40.transaction." etc...
On my package explorer, the only opengroup stuff i have is
"org.opengroup.arm40.fragment".
Does anyone know where can i get the org.opengroup.arm40.* ?
Sorry for the long post and Thanks a lot for your help!
1)
I followed the setup guide and extracted the 3 file
* JazzTeamServer-Source-TAG.zip
* TeamConcert-Source-TAG.zip
* JazzJUnitTests-TAG.zip
into the client>eclipse>source folder.
I am trying to use the API and view the source of jazz.
So what I did was,
File>Import>Plug-ins and Fragments> import binary as > and then on the Selection page i Added all plug-ins fragments located @ jazz/client/eclipse to my work space.
I want to know if this method is what you guys do or not?
since there's no web API (like java) that one can use.
2) I have 100 errors after i imported the plug-ins.
eclipse complain that it cannot find
"import org.opengroup.arm40.transaction." etc...
On my package explorer, the only opengroup stuff i have is
"org.opengroup.arm40.fragment".
Does anyone know where can i get the org.opengroup.arm40.* ?
Sorry for the long post and Thanks a lot for your help!
2 answers
The org.opengroup.arm API is used to enable ARM monitoring of the Jazz
services. We only include the fragment, because the server needs to
pick up the the ARM implementation from the app container that it is
inside of.
I believe that all the errors should be in the
com.ibm.team.repository.service.monitoring plugin. Can you try deleting
the org.opengroup.arm fragment and the
com.ibm.team.repository.service.monitoring plugin from your workspace to
avoid the problems? Those two plugins are optional and shouldn't affect
the server's operation.
--
Matt Lavin
Jazz Server Team
On Sat, 2008-11-15 at 21:37 +0000, f9s4 wrote:
services. We only include the fragment, because the server needs to
pick up the the ARM implementation from the app container that it is
inside of.
I believe that all the errors should be in the
com.ibm.team.repository.service.monitoring plugin. Can you try deleting
the org.opengroup.arm fragment and the
com.ibm.team.repository.service.monitoring plugin from your workspace to
avoid the problems? Those two plugins are optional and shouldn't affect
the server's operation.
--
Matt Lavin
Jazz Server Team
On Sat, 2008-11-15 at 21:37 +0000, f9s4 wrote:
Hi,
1)
I followed the setup guide and extracted the 3 file
* JazzTeamServer-Source-TAG.zip
* TeamConcert-Source-TAG.zip
* JazzJUnitTests-TAG.zip
into the client>eclipse>source folder.
I am trying to use the API and view the source of jazz.
So what I did was,
File>Import>Plug-ins and Fragments> import binary as > and
then on the Selection page i Added all plug-ins fragments located @
jazz/client/eclipse to my work space.
I want to know if this method is what you guys do or not?
since there's no web API (like java) that one can use.
2) I have 100 errors after i imported the plug-ins.
eclipse complain that it cannot find
"import org.opengroup.arm40.transaction." etc...
On my package explorer, the only opengroup stuff i have is
"org.opengroup.arm40.fragment".
Does anyone know where can i get the org.opengroup.arm40.* ?
Sorry for the long post and Thanks a lot for your help!