6 Replies Latest reply on Jun 29, 2009 5:27 PM by bcarothers

    build broken in 0.5?

    cboettcher

      I downloaded the 0.5 source, unzipped and ran "mvn install" using maven 2.1.0 and sun jdk 1.6.0_14.

      The first error i came across had to do with a lack of a web.xml file for the dna-web-jcr-rest-war extension. I resolved the problem using the fix described here: http://jira.codehaus.org/browse/MWAR-30

      The next problem I came up against occurred in building dna-example-sequencers-0.5.jar. Here's the excerpted output:

      [INFO] Reading assembly descriptor: src/main/assembly/basic.xml
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Error reading assembly descriptors: Error locating assembly descriptor: src/main/assembly/basic.xml


      Am I making a fundamental mistake here? I've built successfully from SVN recently, so I don't see how attempting to build a release could be more difficult or fraught with errors.

      Any help would be much appreciated.

      Casey