Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

How to get

Maven

Code Block
<dependency>
  <groupId>net.anotheria</groupId>
  <artifactId>ano-prise</artifactId>
  <version>1.0.7</version>
</dependency>

For latest and generally available versions please check http://nexus.anotheria.net/nexus/index.html#nexus-search;quick~ano-prise.

Other

Building

To build ano-prise from scratch you have to perform following steps:

Please note, you will see following message for a longer period of time:

Code Block
ivy-checkout:
      [svn] <Checkout> started ...

This command will checkout ivy-managed dependencies from our svn. Since there are many, it can take a while.

If you want to execute all tests and checks:

  • ant nightly
    or
  • ant oncommit.

The later are also useful as hudson targets.

ano-prise is built with anotheria.net buildsystem.

Dependencies

svn
ano-prise/trunk/ivy.xml
ano-prise/trunk/ivy.xml

Editing

The project contains a .project and a .classpath for eclipse, and a Ano-prise.iml for IDEA. It requires ant 1.7.x for building.