7 Replies Latest reply on Nov 23, 2009 10:39 PM by jdestef

    building 4.7 from source

    jdestef

      Hi,

      Trying to build 4.7 from source. From within the product directory of the trunk I executed 'ant dist'. I get the following error:

      Buildfile: build.xml

      dist:
      [java] Buildfile: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
      [java]
      [java] dependencies.get:
      [java]
      [java] ivy.init:
      [java] [ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 :: http://ant.apache.org/ivy/ ::
      [java] [ivy:settings] :: loading settings :: file = /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivysettings.xml
      [java]
      [java] retrieve:
      [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.

      Besides setting JAVA_HOME to your JDK5 version is there something else that needs to be done?

      Thx

        • 1. Re: building 4.7 from source
          kconner

          We do this all the time so it may be something specific to your environment. Which version of ant are you using? We use 1.6.5 for our CI runs.

          Can you try running 'ant -v dist'? Does that show anything?

          • 2. Re: building 4.7 from source
            jdestef

            Hi,

            The ant version I have installed is 1.7.1.

            The output from the ant -v dist is as follows:

            Apache Ant version 1.7.1 compiled on November 10 2008
            Buildfile: build.xml
            Detected Java version: 1.5 in: /home/jdestef/javastuff/jdks/jdk5/jdk1.5.0_17/jre
            Detected OS: Linux
            parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml with URI = file:/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
            Project base dir set to: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product
            [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
            Importing file /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml from /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
            parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml with URI = file:/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml
            [macrodef] creating macro start-server
            [macrodef] creating macro stop-server
            [macrodef] creating macro wait-on-server
            [macrodef] creating macro wait-on-shutdown
            [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
            [property] Unable to find property file: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
            [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties
            Override ignored for property "org.jboss.esb.deprecation"
            Override ignored for property "org.jboss.esb.optimize"
            Property "org.jboss.esb.junit.haltonerror" has not been set
            Property "org.jboss.esb.junit.haltonfailure" has not been set
            Override ignored for property "org.jboss.esb.internal.dest"
            [macrodef] creating macro runant
            Build sequence for target(s) `dist' is [dist]
            Complete build sequence is [dist, javadoc, esb.init-app-server, esb.init-esb-server, esb.init-ftp-server, esb.init, esb.configure-app-server, esb.configure-esb-server, esb.configure-ftp-server, esb-config.esb.configure, dependencies.cleancache, esb.configure, esb-config.esb.setup-server, artifacts, stop-server, org.jboss.soa.esb.services.jar, esb-config.esb.configure-app-server, test, esb-config.esb.configure-esb-server, org.jboss.esb.internal.init, org.jboss.esb.rosetta.jar, org.jboss.esb.jar, esb.setup-server, start-server, esb-config.esb.init-ftp-server, compile, esb.setup-esb, default, generate-config-model, testx, org.jboss.esb.test.configure-tests, org.jboss.esb.test, esb.testx, org.jboss.esb.test.configure-default, esb.test, assert-build-available, org.jboss.esb.rosetta.compile, deploy-server, dependencies.get, org.jboss.esb.contract-web, org.jboss.soa.esb.plugin.build, org.jboss.esb.install, org.jboss.esb.javadocs, org.jboss.esb.dist, esb-config.esb.init-esb-server, org.jboss.esb.compile, esb-config.esb.init-app-server, findbugs, org.jboss.esb.default, install, install.docs, esb-config.esb.init, org.jboss.esb.samples.javadocs, integration, dependencies.report, esb-config.esb.setup-esb, ci-integration, clean, org.jboss.esb.integration.test, install.samples, instr-report, jar, esb-config.esb.configure-ftp-server, deploy, org.jboss.esb.clean, ]

            dist:
            [java] Executing '/home/jdestef/javastuff/jdks/jdk5/jdk1.5.0_17/jre/bin/java' with arguments:
            [java] '-Dant.home=/usr/share/ant'
            [java] '-Dant.library.dir=/usr/share/ant/lib'
            [java] '-Dorg.jboss.esb.properties=/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties'
            [java] '-classpath'
            [java] '/usr/share/ant/lib/ant-launcher.jar'
            [java] 'org.apache.tools.ant.launch.Launcher'
            [java] '-cp'
            [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/antlib/junit-4.1.jar'
            [java] '-f'
            [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml'
            [java] 'org.jboss.esb.dist'
            [java]
            [java] The ' characters around the executable and arguments are
            [java] not part of the command.
            [java] Buildfile: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
            [java]
            [java] dependencies.get:
            [java]
            [java] ivy.init:
            [java] [ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 :: http://ant.apache.org/ivy/ ::
            [java] [ivy:settings] :: loading settings :: file = /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivysettings.xml
            [java]
            [java] retrieve:
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.
            [java] [ivy:retrieve] [Error] :43:30: cos-nonambig: "":license and WC[##any] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.

            • 3. Re: building 4.7 from source
              tcunning

              As Kevin said, try 1.6.5. I tried 1.7.1 today and had issues during the ivy retrieve as well.

              • 4. Re: building 4.7 from source
                jdestef

                Hi,

                Thanks for the help. I changed the version of ant to 1.6.5. The following error occurs. Appears the build script is out of sync with the ejb3-persistenace jars?


                Apache Ant version 1.6.5 compiled on June 2 2005
                Buildfile: build.xml
                Detected Java version: 1.5 in: /usr/lib/jvm/java-6-sun-1.6.0.16/jre
                Detected OS: Linux
                parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml with URI = file:///home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
                Project base dir set to: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product
                Importing file esb-config.xml from /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
                parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml with URI = file:///home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml
                [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
                [property] Unable to find property file: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
                [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties
                Override ignored for property org.jboss.esb.deprecation
                Override ignored for property org.jboss.esb.optimize
                Property ${org.jboss.esb.junit.haltonerror} has not been set
                Property ${org.jboss.esb.junit.haltonfailure} has not been set
                Override ignored for property org.jboss.esb.internal.dest
                Build sequence for target(s) `dist' is [dist]
                Complete build sequence is [dist, javadoc, esb.init-app-server, esb.init-esb-server, esb.init-ftp-server, esb.init, dependencies.cleancache, artifacts, stop-server, org.jboss.soa.esb.services.jar, esb.configure-app-server, test, esb.configure-esb-server, org.jboss.esb.internal.init, org.jboss.esb.rosetta.jar, org.jboss.esb.jar, esb.configure-ftp-server, esb.configure, esb.setup-server, start-server, compile, esb.setup-esb, default, generate-config-model, testx, org.jboss.esb.test.configure-tests, org.jboss.esb.test, esb.testx, org.jboss.esb.test.configure-default, esb.test, assert-build-available, org.jboss.esb.rosetta.compile, deploy-server, dependencies.get, org.jboss.esb.contract-web, org.jboss.soa.esb.plugin.build, org.jboss.esb.install, org.jboss.esb.javadocs, org.jboss.esb.dist, org.jboss.esb.compile, findbugs, org.jboss.esb.default, install, install.docs, org.jboss.esb.samples.javadocs, integration, dependencies.report, ci-integration, clean, org.jboss.esb.integration.test, install.samples, instr-report, jar, deploy, org.jboss.esb.clean, ]

                dist:
                [java] Executing '/usr/lib/jvm/java-6-sun-1.6.0.16/jre/bin/java' with arguments:
                [java] '-Dant.home=/home/jdestef/javastuff/ant/apache-ant-1.6.5'
                [java] '-Dant.library.dir=/home/jdestef/javastuff/ant/apache-ant-1.6.5/lib'
                [java] '-Dorg.jboss.esb.properties=/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties'
                [java] '-classpath'
                [java] '/home/jdestef/javastuff/ant/apache-ant-1.6.5/lib/ant-launcher.jar'
                [java] 'org.apache.tools.ant.launch.Launcher'
                [java] '-cp'
                [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/antlib/junit-4.1.jar'
                [java] '-f'
                [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml'
                [java] 'org.jboss.esb.dist'
                [java]
                [java] The ' characters around the executable and arguments are
                [java] not part of the command.
                [java] Buildfile: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml

                [java] dependencies.get:

                [java] ivy.init:
                [java] [ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 :: http://ant.apache.org/ivy/ ::
                [java] [ivy:settings] :: loading settings :: file = /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivysettings.xml

                [java] retrieve:

                [java] [ivy:retrieve] :: problems summary ::
                [java] [ivy:retrieve] :::: WARNINGS
                [java] [ivy:retrieve] module not found: org.hibernate#ejb3-persistence;1.0.2.GA
                [java] [ivy:retrieve] ==== ejb3: tried
                [java] [ivy:retrieve] -- artifact org.hibernate#ejb3-persistence;1.0.2.GA!ejb3-persistence.jar:
                [java] [ivy:retrieve] http://repository.jboss.org/maven2/org.hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar
                [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                [java] [ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
                [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                [java] [ivy:retrieve] :: org.hibernate#ejb3-persistence;1.0.2.GA: not found
                [java] [ivy:retrieve] :: xerces#xercesImpl;2.8.0: configuration(s) not found in xerces#xercesImpl;2.8.0: compile. It was required from jaxen#jaxen;1.1-beta-8 compile
                [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                [java] [ivy:retrieve]
                [java] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

                [java] BUILD FAILED
                [java] /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:153: The following error occurred while executing this line:
                [java] /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivy-build.xml:14: impossible to resolve dependencies:
                [java] resolve failed - see output for details

                [java] Total time: 7 seconds

                BUILD FAILED
                /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:447: The following error occurred while executing this line:
                /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
                at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:380)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.Target.execute(Target.java:341)
                at org.apache.tools.ant.Target.performTasks(Target.java:369)
                at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
                at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
                at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
                at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
                at org.apache.tools.ant.Main.runBuild(Main.java:668)
                at org.apache.tools.ant.Main.startAnt(Main.java:187)
                at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
                at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
                Caused by: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
                ... 12 more
                --- Nested Exception ---
                /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                at org.apache.tools.ant.Task.perform(Task.java:364)
                at org.apache.tools.ant.Target.execute(Target.java:341)
                at org.apache.tools.ant.Target.performTasks(Target.java:369)
                at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
                at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
                at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
                at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
                at org.apache.tools.ant.Main.runBuild(Main.java:668)
                at org.apache.tools.ant.Main.startAnt(Main.java:187)
                at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
                at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

                Total time: 8 seconds


                Thanks

                • 5. Re: building 4.7 from source
                  kconner

                  Sorry about this, we missed it because we already had a local cached copy.

                  I create https://jira.jboss.org/jira/browse/JBESB-2996 for this and have already updated trunk.

                  Apologies again

                  Kev

                  • 6. Re: building 4.7 from source
                    jdestef

                    Thanks for the quick turnaround.

                    • 7. Re: building 4.7 from source
                      jdestef

                      Hi,

                      Still getting the following error:

                      Apache Ant version 1.6.5 compiled on June 2 2005
                      Buildfile: build.xml
                      Detected Java version: 1.5 in: /usr/lib/jvm/java-6-sun-1.6.0.16/jre
                      Detected OS: Linux
                      parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml with URI = file:///home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
                      Project base dir set to: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product
                      Importing file esb-config.xml from /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml
                      parsing buildfile /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml with URI = file:///home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/esb-config.xml
                      [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
                      [property] Unable to find property file: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/skip.properties
                      [property] Loading /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties
                      Override ignored for property org.jboss.esb.deprecation
                      Override ignored for property org.jboss.esb.optimize
                      Property ${org.jboss.esb.junit.haltonerror} has not been set
                      Property ${org.jboss.esb.junit.haltonfailure} has not been set
                      Override ignored for property org.jboss.esb.internal.dest
                      Build sequence for target(s) `dist' is [dist]
                      Complete build sequence is [dist, javadoc, esb.init-app-server, esb.init-esb-server, esb.init-ftp-server, esb.init, dependencies.cleancache, artifacts, stop-server, org.jboss.soa.esb.services.jar, esb.configure-app-server, test, esb.configure-esb-server, org.jboss.esb.internal.init, org.jboss.esb.rosetta.jar, org.jboss.esb.jar, esb.configure-ftp-server, esb.configure, esb.setup-server, start-server, compile, esb.setup-esb, default, generate-config-model, testx, org.jboss.esb.test.configure-tests, org.jboss.esb.test, esb.testx, org.jboss.esb.test.configure-default, esb.test, assert-build-available, org.jboss.esb.rosetta.compile, deploy-server, dependencies.get, org.jboss.esb.contract-web, org.jboss.soa.esb.plugin.build, org.jboss.esb.install, org.jboss.esb.javadocs, org.jboss.esb.dist, org.jboss.esb.compile, findbugs, org.jboss.esb.default, install, install.docs, org.jboss.esb.samples.javadocs, integration, dependencies.report, ci-integration, clean, org.jboss.esb.integration.test, install.samples, instr-report, jar, deploy, org.jboss.esb.clean, ]

                      dist:
                      [java] Executing '/usr/lib/jvm/java-6-sun-1.6.0.16/jre/bin/java' with arguments:
                      [java] '-Dant.home=/home/jdestef/javastuff/ant/apache-ant-1.6.5'
                      [java] '-Dant.library.dir=/home/jdestef/javastuff/ant/apache-ant-1.6.5/lib'
                      [java] '-Dorg.jboss.esb.properties=/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/product.properties'
                      [java] '-classpath'
                      [java] '/home/jdestef/javastuff/ant/apache-ant-1.6.5/lib/ant-launcher.jar'
                      [java] 'org.apache.tools.ant.launch.Launcher'
                      [java] '-cp'
                      [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/antlib/junit-4.1.jar'
                      [java] '-f'
                      [java] '/home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml'
                      [java] 'org.jboss.esb.dist'
                      [java]
                      [java] The ' characters around the executable and arguments are
                      [java] not part of the command.
                      [java] Buildfile: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml

                      [java] dependencies.get:

                      [java] ivy.init:
                      [java] [ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 :: http://ant.apache.org/ivy/ ::
                      [java] [ivy:settings] :: loading settings :: file = /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivysettings.xml

                      [java] retrieve:

                      [java] [ivy:retrieve] :: problems summary ::
                      [java] [ivy:retrieve] :::: WARNINGS
                      [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                      [java] [ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
                      [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                      [java] [ivy:retrieve] :: xerces#xercesImpl;2.8.0: configuration(s) not found in xerces#xercesImpl;2.8.0: compile. It was required from jaxen#jaxen;1.1-beta-8 compile
                      [java] [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
                      [java] [ivy:retrieve]
                      [java] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

                      [java] BUILD FAILED
                      [java] /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:153: The following error occurred while executing this line:
                      [java] /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/ivy-build.xml:14: impossible to resolve dependencies:
                      [java] resolve failed - see output for details

                      [java] Total time: 4 seconds

                      BUILD FAILED
                      /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:447: The following error occurred while executing this line:
                      /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                      at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
                      at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:380)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.Target.execute(Target.java:341)
                      at org.apache.tools.ant.Target.performTasks(Target.java:369)
                      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
                      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
                      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
                      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
                      at org.apache.tools.ant.Main.runBuild(Main.java:668)
                      at org.apache.tools.ant.Main.startAnt(Main.java:187)
                      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
                      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
                      Caused by: /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
                      ... 12 more
                      --- Nested Exception ---
                      /home/jdestef/workspaces/workspace-jbossesbtrunk/trunk/product/build.xml:96: Java returned: 1
                      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
                      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
                      at org.apache.tools.ant.Task.perform(Task.java:364)
                      at org.apache.tools.ant.Target.execute(Target.java:341)
                      at org.apache.tools.ant.Target.performTasks(Target.java:369)
                      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
                      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
                      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
                      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
                      at org.apache.tools.ant.Main.runBuild(Main.java:668)
                      at org.apache.tools.ant.Main.startAnt(Main.java:187)
                      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
                      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

                      Total time: 5 seconds

                      Thanks