How to get

Maven

<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:

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

Unknown macro: {groovy}

def data = new URL('http://svn.anotheria.net/opensource/ano-prise/trunk/ivy.xml').getText()
println '

' + data + '

'

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.

  • No labels