5 Replies Latest reply on Sep 17, 2010 4:04 AM by trungie

    Difficulty building - fails in Arquillian Container JBoss AS Embedded 6.x

    trungie

      Following instructions on another thread, I downloaded Arquillian 60722a9 from http://github.com/arquillian/arquillian and ran mvn install.

       

      The build fails at Arquillian Container JBoss AS Embedded 6.x

       

      This is my environment:

       

      Apache Maven 3.0-beta-3 (r990787; 2010-08-30 22:44:03+1000)
      Java version: 1.6.0_14
      Java home: C:\PROGRA~1\Java\jdk1.6.0_14\jre
      Default locale: en_AU, platform encoding: Cp1252
      OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

      {quote}Apache Maven 3.0-beta-3 (r990787; 2010-08-30 22:44:03+1000)

      Java version: 1.6.0_14

      Java home: C:\PROGRA~1\Java\jdk1.6.0_14\jre

      Default locale: en_AU, platform encoding: Cp1252

      OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"{quote}

       

       

      I have attached a detailed file running mvn install -rf :arquillian-jbossas-embedded-6 -X.

       

      Any reason it's not working?

       

      Update 1: I have added a sure-fire report for the failing test.

       

      Solved - Update 2: On the advise of another thread, i have downgraded maven to 3.0-beta-2, but now i get another problem - something about the dependency wstx-asl-3.2.1 can not be downloaded?! I read maven was the quickest way to get this up and running!! The new error is here:

       

      {quote}Downloading: http://repository.jboss.org/nexus/content/groups/public/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom

      [WARNING] Unable to get artifact woodstox:wstx-asl:pom:3.2.1 from repository jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/): Failure to resolve woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom from https://repository.jboss.org/nexus/content/repositories/deprecated/ was cached in the local repository. Resolution will not be reattempted until the update interval of jboss-deprecated has elapsed or updates are forced. Original error: Error transferring file: Connection timed out: connect

      Downloading: http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom

      Downloading: http://repository.jboss.org/maven2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom

      Downloading: http://download.java.net/maven/2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom

      [WARNING] Unable to get artifact woodstox:wstx-asl:pom:3.2.1 from repository jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/): Failure to resolve woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom from https://repository.jboss.org/nexus/content/repositories/deprecated/ was cached in the local repository. Resolution will not be reattempted until the update interval of jboss-deprecated has elapsed or updates are forced. Original error: Error transferring file: Connection timed out: connect

      {quote}