3 Replies Latest reply on Jun 7, 2013 1:53 PM by rekhyt73

    Error: Build failed

    rekhyt73

      Hi,

      I am trying to install jBPM on Windows 7.

       

      Command                                         Result

      ant install.demo.noeclipse            Build successful

      ant install.demo                           Build failed. Could not download */*/eclipse into the folder */*

      ant start.demo.noeclipse              Build failed. Error: JBoss AS7 did not start within 5 minutes

      ant start.demo                             Build failed. Error: JBoss AS7 did not start within 5 minutes

       

      Thanks for the help.

       

      EDIT:

      "ant install.demo.noeclipse           Build successful

      ant install.demo                           Build failed. Could not download */*/eclipse into the folder */* "

       

      The problem was solved. I had to make several adjustments. I don't remember all of them but here are a few :

      - Eclipse could not be installed because the URL provided for eclipse download was recognised as invalid. I replaced src="http://download.eclipse.org/...." with src="http://archive.eclipse.org/...." in the build.xml file.

      -I replaced alloccurences of "Helios" with "Juno" to get the latest version of eclipse.

      -I also changed the download.type value of "win32" to "win32-x86_64" because I have a 64 bit system.

       

      Hope this helps someone!

      Cheers.

        • 1. Re: Error: Build failed
          ashpcs

          Hi Aayush,

           

          For fiest error, you need internet connection to download eclipse java version.  If you already have the eclipse version then you can  put in the lib folder so the build does not download it. The name of the eclipse zip should be same as reqhich uired by build which you can see in the command console.

           

          For second error you eneed to check if there are other errors on the console as it works without problem for default  setup.

          • 2. Re: Error: Build failed
            ashpcs

            I just tried for one of the developer for our use and it worked perfectly fine for JBPM 5.4

            The OS of the machine does not matter but I also used Win7 64 bit machine.

            • 3. Re: Error: Build failed
              rekhyt73

              I know I need an internet connection!

              Anyhow, the issue was resolved and if it works differently in different systems, I hope the "edit" helps you check it out.

               

              Thanks and regards,

              Aayush.