3 Replies Latest reply on Mar 28, 2013 4:28 AM by nickarls

    Error when building Jboss 7.1.3.Final

    ohmygod

      I am trying to build jboss 7.1.3 version but I am now meeting with following errors.

       

      What is this error about? Any way to fix it?

       

       

      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 17:14.047s
      [INFO] Finished at: Thu Mar 28 16:05:56 CST 2013
      [INFO] Final Memory: 344M/408M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:
      occured: The following error occurred while executing this line:
      [ERROR] D:\welocalize\workspace\jboss-as-7.1.3.Final\build\build.xml:1034: The f
      [ERROR] D:\welocalize\workspace\jboss-as-7.1.3.Final\build\build.xml:1035: The f
      [ERROR] D:\welocalize\workspace\jboss-as-7.1.3.Final\build\lib.xml:137: java.lan
      [ERROR] -> [Help 1]
      [ERROR]
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR]
      [ERROR] For more information about the errors and possible solutions, please rea
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
      [ERROR]
      [ERROR] After correcting the problems, you can resume the build with the command
      [ERROR]   mvn <goals> -rf :jboss-as-build
      
      

       

       

      I downloaded https://github.com/jbossas/jboss-as/archive/7.1.3.Final.zip and Build by "mvn -Dmaven.test.skip=true clean install" command.