You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
ddumontatibm edited this page Oct 9, 2012
·
19 revisions
We primarily use eclipse(Indigo) when developing this project. We use maven to build it with the m2e plugin in eclipse.
The project root consists of 3 child maven projects:
jaggr-service - The aggregator.
jaggr-sample - A sample application that uses the aggregator.
jaggr-sample-dojo - A sample bundle that provides dojo (currently 1.8) for the sample webapp.
Once all of the maven projects are imported into your workspace, you should build the parent project at least once (which will build the children projects and provide you with osgi bundles that you can deploy to a server to test)
You can build any of the projects by right clicking on it and choosing:
Run As -> Maven build