1 Reply Latest reply on Jun 26, 2011 9:16 AM by veit_ullmann

    Trying to build JBoss5

    markusdöring

      Hello,

      I?m trying to build JBoss5 (from SVN trunk HEAD).

      I?m sitting behind a proxy and already managed to include a local.properties where the proxy is set and some remote .xml files are downloaded without problems.

      But after the first few files are downloaded, an error occurred:

      BUILD FAILED
      JBoss5/build/build.xml: The following error occurred while executing this line:
      Jboss5/build/build-thirdparty.xml:143: Unable to get remote file: JBoss5/thirdparty/apache-avalon-logkit/component-info.xml url=http://repository.jboss.com/apache-avalon-logkit/1.2/component-info.xml
      


      As I said before the proxy-settings are working for some previous files. If I access the file in a webbrowser i have no problem downloading it.

      Anyone can help me getting the build running?

      Greetings
      Markus Döring

        • 1. Re: Trying to build JBoss5
          veit_ullmann

          I had the same error, in component-matrix.pom I chnaged

           

            <dependency>
              <groupId>apache-avalon-logkit</groupId>
              <artifactId>logkit</artifactId>
              <version>1.2</version>
            </dependency>

          to

            <dependency>
              <groupId>apache-avalon-logkit</groupId>
              <artifactId>logkit</artifactId>
              <version>1.2-brew</version>
            </dependency>

          So the jar could be found.