Continuous Integration

Hi,

I am trying to setup Jenkins to build my AT Application.
I tryed to follow the instructions on this page without success:
http://developer.sierrawireless.com/Blog/Continuous%20Integration%20of%20Open%20AT%20applications%20with%20Developer%20Studio.aspx

What is the meaning of “-installPacks jar:file:${PathToRepository}”

Which files and paths should be used?

Thank you and regards,

Rui Alves

When you share your project in configuration management system, you’re only sharing source code and project settings.
In these project settings are the packages dependencies (I mean the ones configured in Properties > Open AT Application page.
In order to be able to build this project on another system, you’ll need to install these package dependencies on this system, and that’s the purpose of this option.
As a repository, you can either use the official Sierra Wireless one (but it will install all packages from it, which may be too much…), or a folder containing the subset of packages you really need for this project (that you can copy from your desktop DS package path).