3 Replies Latest reply on Aug 29, 2006 2:29 PM by rali.genova

    Problem in build-thirdparty.xml

      Hi,

      the GA version has a xml file named build-thirdparty. the Thirdpaty dir is created with all the libs necessaries for the JBoss Portal. I am trying to deploy the portal (build deploy) and I am having the following error.

      createthirdparty:
      [mkdir] Created dir: D:\MySource\jboss-portal-2.4.0\thirdparty\antlr
      [get] Getting: http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml
      [get] To: D:\MySource\jboss-portal-2.4.0\thirdparty\antlr\component-info.xml
      [get] Error getting http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml to D:\MySource\jboss-portal-2.4.0\thirdparty\antlr\component-info.xml

      BUILD FAILED
      D:\MySource\jboss-portal-2.4.0\build\build.xml:356: The following error occurred while executing this line:
      D:\MySource\jboss-portal-2.4.0\build\build-thirdparty.xml:113: Unable to get remote file=D:\MySource\jboss-portal-2.4.0\thirdparty\antlr\component-info.xml url=http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml

      Any help would be appreciated.

      Mariella.

        • 1. Re: Problem in build-thirdparty.xml

          Are you connected to the Internet? The files are pulled up once during the initial build, from a remote repository (rather than being stored along with the source code, as in previous versions). Once thirdparty is downloaded, you don't need to be connected anymore (unless you change a thirdparty jar version, or delete the thirdparty dir).

          rali

          • 2. Re: Problem in build-thirdparty.xml

            yes, rali. I am connected to the internet and I do can access those files through the I.E. browser...Do you think it could be a problem of firewall?

            Thanks
            Mariella.

            • 3. Re: Problem in build-thirdparty.xml

              Might be a firewall setting - try disabling it for a little bit while you are pulling the jars, and see if this is the case. I could verify that the repository site is responding, since I am able to download the jars, so the prob should be something else.

              rali