nexml - index of /nexml/java/

Skip to: Site menu | Main content

The future data exchange standard is here!

nexml is an exchange standard for representing phylogenetic data — inspired by the commonly used NEXUS format, but more robust and easier to process.

Process nexml data

Directory listing

~ / nexml / java
digg reddit del.icio.us facebook | Wed Mar 10 01:48:04 2010 —

This subdirectory contains java code for NeXML processing. Specifically, the directory structure is as follows:

As of 26/6/09 the NeXML/Java project uses maven for building and dependency management. This means that you can run goals such as mvn test, mvn compile, mvn install and mvn clean. For more info, consult the pom.xml. In addition to using mvn to build and install the code here, you can also use the nexml maven repository at:
<repository>
   <id>m2.nexml.repos</id>
   <name>NeXML Remote Repository</name>
   <url>http://nexml-dev.nescent.org/.m2/repository/</url>   
</repository>  
From where you can download nexml as:
<dependency>
   <groupId>org.nexml.model</groupId>
   <artifactId>nexml</artifactId>
   <version>1.5-SNAPSHOT</version>
</dependency>

To download the contents of this folder using svn:
svn co \
    https://nexml.svn.sourceforge.net/svnroot/nexml/trunk/nexml/java/ \
    java
Icon  Name                 Last modified      Size  Description
[DIR] Parent Directory - Folder [   ] README.html 26-Jun-2009 06:47 3.3K HTML document [   ] build.sh 26-Jun-2009 06:47 291 Unix shell script [   ] build.xml 10-Jun-2009 03:43 1.9K XML instance document [DIR] jars/ 10-Feb-2010 03:15 - Folder [DIR] mesquite/ 05-Mar-2008 18:00 - Folder [DIR] org/ 07-Feb-2008 00:28 - Folder [   ] pom.xml 09-Dec-2009 11:37 2.3K XML instance document [DIR] src/ 26-Jun-2009 06:47 - Folder [DIR] test/ 10-Mar-2009 10:43 - Folder [   ] validate_nexml.sh 26-Jun-2009 06:47 1.1K Unix shell script [DIR] validator/ 26-Jun-2009 06:47 - Folder