problem creating server feature for my plug-in

Hi , I am working on item connector thing and reached the point where i have to install my plugin on server.I am refering https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
Steps i followed was
1) created a feature project added my plug-in and required feature i.e com.ibm.team.repository.server.feature
2) I created updatesite and added category jazz server component and added my feature (created in first step.)
Now when i do build all i get compilation errors .When i see log files i see that, i have an external jar added in my plug-in and updatesite could not resolve the import statements .i.e. it couldnt find the jar.
Please tell me how to add information about this external jar in feature.xml .
Thanks
Steps i followed was
1) created a feature project added my plug-in and required feature i.e com.ibm.team.repository.server.feature
2) I created updatesite and added category jazz server component and added my feature (created in first step.)
Now when i do build all i get compilation errors .When i see log files i see that, i have an external jar added in my plug-in and updatesite could not resolve the import statements .i.e. it couldnt find the jar.
Please tell me how to add information about this external jar in feature.xml .
Thanks
2 answers

First I would suggest you try exporting the server feature you created.
It sounds like you have not configured it correctly. You will probably
get better diagnostic information if you get that working first. All the
"build all" step does in the update site creation is do an export on
each feature listed in the update site.
Richard
Jazz Web UI and Server Development
vkcind wrote:
It sounds like you have not configured it correctly. You will probably
get better diagnostic information if you get that working first. All the
"build all" step does in the update site creation is do an export on
each feature listed in the update site.
Richard
Jazz Web UI and Server Development
vkcind wrote:
Hi , I am working on item connector thing and reached the point where
i have to install my plugin on server.I am refering
https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
Steps i followed was
1) created a feature project added my plug-in and required feature i.e
com.ibm.team.repository.server.feature
2) I created updatesite and added category jazz server component and
added my feature (created in first step.)
Now when i do build all i get compilation errors .When i see log files
i see that, i have an external jar added in my plug-in and updatesite
could not resolve the import statements .i.e. it couldnt find the
jar.
Please tell me how to add information about this external jar in
feature.xml .
Thanks