3 Replies Latest reply on Jul 19, 2007 12:53 AM by kconner

    Seeing this problem since July 18 - cannot compile quickstar

    ldimaggio

      Here's the sequence of actions that I've followed - did something change? I can only get the quickstarts to compile and build under the /build dir - Thanks!

      mkdir /opt/ESB_July18
      cd /opt/ESB_July18
      svn co https://svn.labs.jboss.com/labs/jbossesb/trunk
      cd /opt/ESB_July18/trunk/product
      ant dist
      ant install
      cd /opt/ESB_July18//trunk/product/install/
      cp deployment.properties-example deployment.properties
      vi deployment.properties (set org.jboss.esb.server.home=/opt/ESB_July18/trunk/product/build/jbossesb-server-4.2MR3)
      cd /opt/ESB_July18/trunk/product/build/jbossesb-server-4.2MR3/bin/
      sh ./run.sh -c default

      ---------------------
      cd /opt/ESB_July18/trunk/product/samples/quickstarts/helloworld
      ant compile

      BUILD FAILED
      /opt/ESB_July18/trunk/product/samples/quickstarts/conf/base-build.xml:149: Cannot determine target deployment, please check quickstarts.properties or deployment.properties
      -----------------------

      -----------------------
      cd /opt/ESB_July18/trunk/product/build/jbossesb-server-4.2MR3/samples/quickstarts/helloworld
      ant compile

      BUILD SUCCESSFUL
      -----------------------

        • 1. Re: Seeing this problem since July 18 - cannot compile quick
          ldimaggio

          Also - seeing this when trying to build the quickstarts/tests - but - the quickstarts.properties seems to have FTP info in it

          /opt/ESB_July18/trunk/product/build/jbossesb/samples/quickstarts/tests

          [ldimaggi@ldimaggi tests]$ cat quickstarts.properties
          jbossesb.ftp.hostname=ftp.ncl.ac.uk
          jbossesb.ftp.username=anonymous
          jbossesb.ftp.password=cunningt@
          jbossesb.ftp.directory=/pub/DNS

          [ldimaggi@ldimaggi tests]$ /opt/apache-ant-1.7.0/bin/ant
          Buildfile: build.xml

          compile-esb:
          [echo] Compile ESB Packages

          check-jbossesb-dist:

          qslib-dependencies:

          non-qslib-dependencies:

          jbossesb-dependencies:

          BUILD FAILED
          /opt/ESB_July18/trunk/product/build/jbossesb/samples/quickstarts/tests/build.xml:152: The following error occurred while executing this line:
          /opt/ESB_July18/trunk/product/build/jbossesb/samples/quickstarts/tests/build.xml:141: The following error occurred while executing this line:
          /opt/ESB_July18/trunk/product/build/jbossesb/samples/quickstarts/conf/base-build.xml:149: Cannot determine target deployment, please check quickstarts.properties or deployment.properties

          Total time: 0 seconds

          • 2. Re: Seeing this problem since July 18 - cannot compile quick
            ldimaggio

            Please close this one - it's resolved in revision 13617

            • 3. Re: Seeing this problem since July 18 - cannot compile quick
              kconner

              This is already fixed.

              And trunk is still under code freeze!