You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »


eagle-i software is licensed under a BSD 3 license.


Get the source code

Code organization overview

Latest release

(link to svn soon)

Development trunk

(link to svn soon)

Setting up a development environment

The eagle-i source code is a multi-module maven project (see code organization). Our code is IDE-agnostic, though we've had a good experience using eclipse with the m2eclipse plugin:

  • After installing m2eclipse, open the eclipse subversion perspective and select "check out as maven project" at the trunk level.
  • This will create an eclipse project per maven module
  • eagle-i-base contains the root POM. mvn install at this level builds the entire tree.

Alternately, here are some notes on setting up eclipse for GWT debugging from one of our team members.


Browse the Javadocs

Latest release

http://search.eagle-i.net/javadoc

Latest snapshot

http://qa.search.eagle-i.net/javadoc


Get the packaged apps

Get the eagle-i domain ontology

http://code.google.com/p/eagle-i/

  • No labels