3 Replies Latest reply on Dec 23, 2006 4:45 PM by steve++

    build jboss source

    editha

      I downloaded the file jboss-4.0.4.GA-src.tar, extracted it and tried to run the build.bat file in the build directory but building the source fails.

      Here is the log:

      configure:
      [echo] groups: most
      [echo] modules: common,jmx,test,system,naming,j2ee,transaction,security,server,deployment,messaging,connector,remoting-int,jaxrpc,webservice,cluster,varia,iiop,management,console,aspects,tomcat,hibernate-int,aspects-jdk5,ejb3x,ejb3

      init:

      _buildmagic:modules:most:

      ======================================================================
      == Executing 'most' in module 'common'...
      ==

      _buildmagic:init:

      configure:

      _default:task-init:

      init:

      _buildmagic:build-bypass-checker:

      _buildmagic:build-bypass-notice:

      _buildmagic:build-bypass-check:

      jars:

      _buildmagic:init:

      init:

      _default:compile-classes:
      [javac] Compiling 363 source files to E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\output\classes
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\MetadataDrivenObjectModelFactory.java:24: cannot find symbol
      [execmodules] symbol : class AttributeBinding
      [execmodules] location: package org.jboss.xb.binding.metadata.unmarshalling
      [execmodules] import org.jboss.xb.binding.metadata.unmarshalling.AttributeBinding;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\MetadataDrivenObjectModelFactory.java:25: cannot find symbol
      [execmodules] symbol : class BasicElementBinding
      [execmodules] location: package org.jboss.xb.binding.metadata.unmarshalling
      [execmodules] import org.jboss.xb.binding.metadata.unmarshalling.BasicElementBinding;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\MetadataDrivenObjectModelFactory.java:28: cannot find symbol
      [execmodules] symbol : class XmlValueContainer
      [execmodules] location: package org.jboss.xb.binding.metadata.unmarshalling
      [execmodules] import org.jboss.xb.binding.metadata.unmarshalling.XmlValueContainer;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\metadata\unmarshalling\XmlValueBinding.java:32: cannot find symbol
      [execmodules] symbol: class XmlValueContainer
      [execmodules] extends XmlValueContainer
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\metadata\unmarshalling\ElementBinding.java:33: cannot find symbol
      [execmodules] symbol: class BasicElementBinding
      [execmodules] extends BasicElementBinding
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\MetadataDrivenObjectModelFactory.java:438: cannot find symbol
      [execmodules] symbol : class XmlValueContainer
      [execmodules] location: class org.jboss.xb.binding.MetadataDrivenObjectModelFactory
      [execmodules] private static final Object newInstance(XmlValueContainer metadata)
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:31: cannot find symbol
      [execmodules] symbol : class SchemaBindingResolver
      [execmodules] location: package org.jboss.xb.binding.sunday.unmarshalling
      [execmodules] import org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingResolver;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:71: cannot find symbol
      [execmodules] symbol : class SchemaBindingResolver
      [execmodules] location: interface org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(String xml, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:71: unmarshal(java.lang.String,org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding) is already defined in org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(String xml, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:73: cannot find symbol
      [execmodules] symbol : class SchemaBindingResolver
      [execmodules] location: interface org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:73: unmarshal(java.io.Reader,org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding) is already defined in org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:75: cannot find symbol
      [execmodules] symbol : class SchemaBindingResolver
      [execmodules] location: interface org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\Unmarshaller.java:75: unmarshal(java.io.InputStream,org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding) is already defined in org.jboss.xb.binding.Unmarshaller
      [execmodules] Object unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver) throws JBossXBException;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\sunday\unmarshalling\TypeBinding.java:39: package org.jboss.xb.binding.sunday.unmarshalling.impl.runtime does not exist
      [execmodules] import org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtCharactersHandler;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\sunday\unmarshalling\TypeBinding.java:40: package org.jboss.xb.binding.sunday.unmarshalling.impl.runtime does not exist
      [execmodules] import org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtElementHandler;
      [execmodules] ^
      [execmodules] E:\Uni\jbosssource\jboss-4.0.4.GA-src.tar\jboss-4.0.4.GA-src\jboss-4.0.4.GA-src\common\src\main\org\jboss\xb\binding\sunday\unmarshalling\SchemaBinding.java:97: cannot find symbol
      [execmodules] symbol : class SchemaBindingResolver
      [execmodules] location: class org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding
      [execmodules] private SchemaBindingResolver schemaResolver;
      [execmodules] ^



      The log file is longer but I don't want to post everything here.

      Does anyone have an idea what my problem might be?


        • 1. Re: build jboss source
          steve++

          I'm also getting build errors, but with version 4.0.5.GA:

          [steve@localhost build]$ ./build.sh
          Searching for build.xml ...
          Buildfile: /home/steve/jboss-4.0.5.GA-src/build/build.xml

          check.inhibit.downloads:

          check.proxy:

          set.proxy.withoutauth:

          set.proxy.auth:

          set.proxy:

          createthirdparty:

          _buildmagic:init:
          Trying to override old definition of task property

          _buildmagic:init:local-properties:

          _buildmagic:init:buildlog:

          configure:
          [echo] groups: most
          [echo] modules: jmx,test,system,naming,j2ee,transaction,security,server,deployment,messaging,connector,remoting-int,jaxrpc,cluster,varia,iiop,management,console,aspects,tomcat,hibernate-int,aspects-jdk5,ejb3x,ejb3

          init:

          _buildmagic:modules:most:

          ======================================================================
          == Executing 'most' in module 'jmx'...
          ==

          _buildmagic:init:
          Trying to override old definition of task libraryset
          Trying to override old definition of task execmodules
          Trying to override old definition of task resolveproperties
          Trying to override old definition of task resolver
          Trying to override old definition of task require
          Trying to override old definition of task _dump
          Trying to override old definition of task _puke
          Trying to override old definition of task moduleinit
          Trying to override old definition of task moduleconfig
          Trying to override old definition of task modulelibrary
          Trying to override old definition of task projectinfo
          Trying to override old definition of task library
          Trying to override old definition of task Ant
          Trying to override old definition of task moduleinfo
          Trying to override old definition of task projecthelp
          Trying to override old definition of task propertyfilter
          Trying to override old definition of task call
          Trying to override old definition of task property

          configure:
          Overriding previous definition of reference to xdoclet.task.classpath

          init:

          _buildmagic:build-bypass-checker:

          _buildmagic:build-bypass-notice:

          _buildmagic:build-bypass-check:

          output:

          _buildmagic:init:

          init:

          compile-mbean-sources:

          _default:compile-classes:

          BUILD FAILED
          /home/steve/jboss-4.0.5.GA-src/tools/etc/buildmagic/buildmagic.ent:418: Could not create task or type of type: depend.

          Ant could not find the task or a class this task relies upon.

          This is common and has a number of causes; the usual
          solutions are to read the manual pages then download and
          install needed JAR files, or fix the build file:
          - You have misspelt 'depend'.
          Fix: check your spelling.
          - The task needs an external JAR file to execute
          and this is not found at the right place in the classpath.
          Fix: check the documentation for dependencies.
          Fix: declare the task.
          - The task is an Ant optional task and the JAR file and/or libraries
          implementing the functionality were not found at the time you
          yourself built your installation of Ant from the Ant sources.
          Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
          task and make sure it contains more than merely a META-INF/MANIFEST.MF.
          If all it contains is the manifest, then rebuild Ant with the needed
          libraries present in ${ant.home}/lib/optional/ , or alternatively,
          download a pre-built release version from apache.org
          - The build file was written for a later version of Ant
          Fix: upgrade to at least the latest release version of Ant
          - The task is not an Ant core or optional task
          and needs to be declared using .
          - You are attempting to use a task defined using
          or but have spelt wrong or not
          defined it at the point of use

          Remember that for JAR files to be visible to Ant tasks implemented
          in ANT_HOME/lib, the files must be in the same directory or on the
          classpath

          Please neither file bug reports on this problem, nor email the
          Ant mailing lists, until all of these causes have been explored,
          as this is not an Ant bug.

          Total time: 2 seconds

          • 2. Re: build jboss source
            steve++

            Here's a more verbose log of the problem:

            Detected Java version: 1.5 in: /usr/java/jdk1.5.0_09/jre
            Detected OS: Linux
            parsing buildfile /root/jboss-4.0.5.GA-src/build/build.xml with URI = file:///root/jboss-4.0.5.GA-src/build/build.xml
            Project base dir set to: /root/jboss-4.0.5.GA-src/build
            resolving systemId: file:///root/jboss-4.0.5.GA-src/tools/etc/buildmagic/buildmagic.ent
            Property ${proxy.username} has not been set
            Property ${proxy.password} has not been set
            Build sequence for target(s) `main' is [check.inhibit.downloads, check.proxy, set.proxy.withoutauth, set.proxy.auth, set.proxy, createthirdparty, _buildmagic:init, init, _buildmagic:modules:most, modules-most, partition-build, install, most, main]
            Complete build sequence is [check.inhibit.downloads, check.proxy, set.proxy.withoutauth, set.proxy.auth, set.proxy, createthirdparty, _buildmagic:init, init, _buildmagic:modules:most, modules-most, partition-build, install, most, main, _buildmagic:modules:clobber, _module-messaging-most, _module-messaging-all, _module-ejb3x-most, _buildmagic:help:build, _buildmagic:modules:tests, modules-tests, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, _module-varia-most, _module-jmx-most, modules-clobber, _module-j2ee-most, _module-j2ee-all, _module-transaction-most, _buildmagic:modules:all, modules-all, docs-javadocs-check, docs-javadocs_1_4, _buildmagic:release:zip, partition-minimal, _module-security-most, _module-security-all, _buildmagic:build-bypass-checker, bypass-jboss-all-client, jboss-all-client, _module-deployment-most, _module-naming-most, docs-todo-check, docs-todo, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, _module-varia-all, _module-console-most, _module-iiop-most, _module-iiop-all, _module-jmx-all, _module-cluster-most, _buildmagic:clean, _module-system-most, _module-deployment-all, _module-management-most, _buildmagic:modules:docs, _buildmagic:clobber, _buildmagic:modules:clean, modules-clean, clean, _default:clobber, _default:compile-classes, partition-default, _module-hibernate-int-most, _module-hibernate-int-all, _module-remoting-int-most, _buildmagic:clean-internal, _module-transaction-all, _module-console-all, help, release, release-zip, _default:server-client-jars, docs, release-full, _module-naming-all, _default:compile-stylesheets, _buildmagic:help:standard, _module-tomcat-most, _module-aspects-most, _module-aspects-jdk5-all, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _default:clean, _module-cluster-all, _module-server-most, _module-server-all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _module-management-all, _default:init, rebuild, _default:compile-rmi, _module-ejb3-most, _module-ejb3-all, jmx-docs, jmx-docs-html-plain, modules-main, configure, setup-ejb3-dist, _module-remoting-all, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, clobber, thirdparty, release-tgz, release-all, modules-release, _module-system-all, javadocs, _default:compile-bin, configure-project, _module-aspects-all, _module-tomcat-all, _module-connector-most, _module-connector-all, _default:compile-web, _buildmagic:install:default, all, _module-aspects-jdk5-most, release-tar, _buildmagic:init:local-properties, _default:compile-xmbean-sources, modules-docs, _module-jaxrpc-most, _module-jaxrpc-all, _default:compile-etc, ]

            check.inhibit.downloads:
            Property ${nodownload} has not been set

            check.proxy:
            Property ${proxy.host} has not been set
            Property ${proxy.port} has not been set

            set.proxy.withoutauth:
            Skipped because property 'hasproxy' not set.

            set.proxy.auth:
            Skipped because property 'hasproxyauth' not set.

            set.proxy:

            createthirdparty:
            Skipped because property 'inhibit.downloads' set.

            _buildmagic:init:
            [property] Loading /root/jboss-4.0.5.GA-src/build/local.properties
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/LibrarySet.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/MissingAttributeException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules$MyEcho.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/ResolveProperties.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Require.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/Dump.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/Puke.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleInit.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/MissingElementException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/ModuleLibrary.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/Library.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ProjectInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/AbstractInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Ant.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/ProjectHelp.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/PropertyFilter.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/CallTarget.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Property.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task property
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/TaskLogger.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/FindRoot.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Property$Element.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            [property] Loading /root/jboss-4.0.5.GA-src/build/local.properties
            [property] Loading /root/.buildmagic.properties
            [property] Unable to find property file: /root/.buildmagic.properties
            [property] Loading /root/.ant.properties
            [property] Unable to find property file: /root/.ant.properties
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/TaskLogger.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            [available] Found: etc/local.properties-example
            Build sequence for target(s) `_buildmagic:init:local-properties' is [_buildmagic:init:local-properties]
            Complete build sequence is [_buildmagic:init:local-properties, _buildmagic:init, init, _buildmagic:modules:clobber, _module-messaging-most, _module-messaging-all, _module-ejb3x-most, _buildmagic:help:build, _buildmagic:modules:tests, modules-tests, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, _module-varia-most, _module-jmx-most, modules-clobber, _module-j2ee-most, _module-j2ee-all, _module-transaction-most, _buildmagic:modules:all, modules-all, check.proxy, docs-javadocs-check, docs-javadocs_1_4, set.proxy.auth, check.inhibit.downloads, set.proxy.withoutauth, set.proxy, createthirdparty, _buildmagic:modules:most, modules-most, partition-build, install, most, _buildmagic:release:zip, partition-minimal, _module-security-most, _module-security-all, _buildmagic:build-bypass-checker, bypass-jboss-all-client, jboss-all-client, _module-deployment-most, _module-naming-most, docs-todo-check, main, docs-todo, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, _module-varia-all, _module-console-most, _module-iiop-most, _module-iiop-all, _module-jmx-all, _module-cluster-most, _buildmagic:clean, _module-system-most, _module-deployment-all, _module-management-most, _buildmagic:modules:docs, _buildmagic:clobber, _buildmagic:modules:clean, modules-clean, clean, _default:clobber, _default:compile-classes, partition-default, _module-hibernate-int-most, _module-hibernate-int-all, _module-remoting-int-most, _buildmagic:clean-internal, _module-transaction-all, _module-console-all, help, release, release-zip, _default:server-client-jars, docs, release-full, _module-naming-all, _default:compile-stylesheets, _buildmagic:help:standard, _module-tomcat-most, _module-aspects-most, _module-aspects-jdk5-all, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _default:clean, _module-cluster-all, _module-server-most, _module-server-all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _module-management-all, _default:init, rebuild, _default:compile-rmi, _module-ejb3-most, _module-ejb3-all, jmx-docs, jmx-docs-html-plain, modules-main, configure, setup-ejb3-dist, _module-remoting-all, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, clobber, thirdparty, release-tgz, release-all, modules-release, _module-system-all, javadocs, _default:compile-bin, configure-project, _module-aspects-all, _module-tomcat-all, _module-connector-most, _module-connector-all, _default:compile-web, _buildmagic:install:default, all, _module-aspects-jdk5-most, release-tar, _default:compile-xmbean-sources, modules-docs, _module-jaxrpc-most, _module-jaxrpc-all, _default:compile-etc, ]

            _buildmagic:init:local-properties:
            [copy] /root/jboss-4.0.5.GA-src/build/etc/local.properties-example omitted as /root/jboss-4.0.5.GA-src/build/local.properties is up to date.
            [property] Loading /root/jboss-4.0.5.GA-src/build/local.properties
            Build sequence for target(s) `_buildmagic:init:buildlog' is [_buildmagic:init:buildlog]
            Complete build sequence is [_buildmagic:init:buildlog, _buildmagic:init, init, _buildmagic:modules:clobber, _module-messaging-most, _module-messaging-all, _module-ejb3x-most, _buildmagic:help:build, _buildmagic:modules:tests, modules-tests, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, _module-varia-most, _module-jmx-most, modules-clobber, _module-j2ee-most, _module-j2ee-all, _module-transaction-most, _buildmagic:modules:all, modules-all, check.proxy, docs-javadocs-check, docs-javadocs_1_4, set.proxy.auth, check.inhibit.downloads, set.proxy.withoutauth, set.proxy, createthirdparty, _buildmagic:modules:most, modules-most, partition-build, install, most, _buildmagic:release:zip, partition-minimal, _module-security-most, _module-security-all, _buildmagic:build-bypass-checker, bypass-jboss-all-client, jboss-all-client, _module-deployment-most, _module-naming-most, docs-todo-check, main, docs-todo, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, _module-varia-all, _module-console-most, _module-iiop-most, _module-iiop-all, _module-jmx-all, _module-cluster-most, _buildmagic:clean, _module-system-most, _module-deployment-all, _module-management-most, _buildmagic:modules:docs, _buildmagic:clobber, _buildmagic:modules:clean, modules-clean, clean, _default:clobber, _default:compile-classes, partition-default, _module-hibernate-int-most, _module-hibernate-int-all, _module-remoting-int-most, _buildmagic:clean-internal, _module-transaction-all, _module-console-all, help, release, release-zip, _default:server-client-jars, docs, release-full, _module-naming-all, _default:compile-stylesheets, _buildmagic:help:standard, _module-tomcat-most, _module-aspects-most, _module-aspects-jdk5-all, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _default:clean, _module-cluster-all, _module-server-most, _module-server-all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _module-management-all, _default:init, rebuild, _default:compile-rmi, _module-ejb3-most, _module-ejb3-all, jmx-docs, jmx-docs-html-plain, modules-main, configure, setup-ejb3-dist, _module-remoting-all, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, clobber, thirdparty, release-tgz, release-all, modules-release, _module-system-all, javadocs, _default:compile-bin, configure-project, _module-aspects-all, _module-tomcat-all, _module-connector-most, _module-connector-all, _default:compile-web, _buildmagic:install:default, all, _module-aspects-jdk5-most, release-tar, _buildmagic:init:local-properties, _default:compile-xmbean-sources, modules-docs, _module-jaxrpc-most, _module-jaxrpc-all, _default:compile-etc, ]

            _buildmagic:init:buildlog:
            [property] setting system proeprty: init-buildlog.disable=true
            [property] Loading /root/jboss-4.0.5.GA-src/tools/etc/buildmagic/common.properties
            Build sequence for target(s) `configure' is [configure]
            Complete build sequence is [configure, _buildmagic:init, init, _buildmagic:modules:clobber, _module-messaging-most, _module-messaging-all, _module-ejb3x-most, _buildmagic:help:build, _buildmagic:modules:tests, modules-tests, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, _module-varia-most, _module-jmx-most, modules-clobber, _module-j2ee-most, _module-j2ee-all, _module-transaction-most, _buildmagic:modules:all, modules-all, check.proxy, docs-javadocs-check, docs-javadocs_1_4, set.proxy.auth, check.inhibit.downloads, set.proxy.withoutauth, set.proxy, createthirdparty, _buildmagic:modules:most, modules-most, partition-build, install, most, _buildmagic:release:zip, partition-minimal, _module-security-most, _module-security-all, _buildmagic:build-bypass-checker, bypass-jboss-all-client, jboss-all-client, _module-deployment-most, _module-naming-most, docs-todo-check, main, docs-todo, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, _module-varia-all, _module-console-most, _module-iiop-most, _module-iiop-all, _module-jmx-all, _module-cluster-most, _buildmagic:clean, _module-system-most, _module-deployment-all, _module-management-most, _buildmagic:modules:docs, _buildmagic:clobber, _buildmagic:modules:clean, modules-clean, clean, _default:clobber, _default:compile-classes, partition-default, _module-hibernate-int-most, _module-hibernate-int-all, _module-remoting-int-most, _buildmagic:clean-internal, _module-transaction-all, _module-console-all, help, release, release-zip, _default:server-client-jars, docs, release-full, _module-naming-all, _default:compile-stylesheets, _buildmagic:help:standard, _module-tomcat-most, _module-aspects-most, _module-aspects-jdk5-all, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _default:clean, _module-cluster-all, _module-server-most, _module-server-all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _module-management-all, _default:init, rebuild, _default:compile-rmi, _module-ejb3-most, _module-ejb3-all, jmx-docs, jmx-docs-html-plain, modules-main, setup-ejb3-dist, _module-remoting-all, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, clobber, thirdparty, release-tgz, release-all, modules-release, _module-system-all, javadocs, _default:compile-bin, configure-project, _module-aspects-all, _module-tomcat-all, _module-connector-most, _module-connector-all, _default:compile-web, _buildmagic:install:default, all, _module-aspects-jdk5-most, release-tar, _buildmagic:init:local-properties, _default:compile-xmbean-sources, modules-docs, _module-jaxrpc-most, _module-jaxrpc-all, _default:compile-etc, ]

            configure:
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/ConditionalExecution.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/ConditionalExecution$Condition.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig$Module.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig$NamedElement.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig$Group.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig$Group$Include.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Property ${single-module} has not been set
            [moduleconfig] selected group: most
            [moduleconfig] Module list: jmx,test,system,naming,j2ee,transaction,security,server,deployment,messaging,connector,remoting-int,jaxrpc,cluster,varia,iiop,management,console,aspects,tomcat,hibernate-int,aspects-jdk5,ejb3x,ejb3
            [echo] groups: most
            [echo] modules: jmx,test,system,naming,j2ee,transaction,security,server,deployment,messaging,connector,remoting-int,jaxrpc,cluster,varia,iiop,management,console,aspects,tomcat,hibernate-int,aspects-jdk5,ejb3x,ejb3
            [property] Loading /root/jboss-4.0.5.GA-src/tools/etc/buildmagic/task.properties
            Property ${build.classes} has not been set
            [propertyfilter] Adding filters for all properties

            init:
            Skipped because property 'init.disable' set.

            _buildmagic:modules:most:
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules$ModuleBuildListener.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/AbstractBuildListener.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules$Hook.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/Strings.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/NullArgumentException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/EmptyStringException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/platform/Constants.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/Property.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/PropertyManager.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/PropertyMap.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/PropertyReader.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/PropertyException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/NestedRuntimeException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/NestedThrowable.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/PropertyEvent.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/DefaultPropertyReader.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/property/FilePropertyReader.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/CoercionException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/Objects.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/util/NotCoercibleException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            [execmodules] module root: /root/jboss-4.0.5.GA-src/jmx
            [execmodules] using target: most
            [execmodules] executing hooks
            [execmodules] skipping missing hook: _module-jmx-most-prepare
            [execmodules] Exported property version.major=4
            [execmodules] Exported property version.minor=0
            [execmodules] Exported property version.revision=5
            [execmodules] Exported property version.tag=GA
            [execmodules] Exported property version.name=Zion
            [execmodules] Exported property version.cvstag=Branch_4_0
            [execmodules] Exported property specification.title=JBoss
            [execmodules] Exported property specification.version=4.0.5.GA
            [execmodules] Exported property specification.vendor=JBoss (http://www.jboss.org/)
            [execmodules] Exported property implementation.title=JBoss [Zion]
            [execmodules] Exported property implementation.version=4.0.5.GA (build: CVSTag=Branch_4_0 date=200612240655)
            [execmodules] Exported property implementation.vendor=JBoss.org
            [execmodules] Exported property implementation.vendor.id=http://www.jboss.org/
            [execmodules] Exported property implementation.url=http://www.jboss.org/
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules$1.class from /root/jboss-4.0.5.GA-src/tools/lib/README

            ======================================================================
            == Executing 'most' in module 'jmx'...
            ==
            [execmodules] Executing /root/jboss-4.0.5.GA-src/jmx in module 'jmx'...
            Project base dir set to: /root/jboss-4.0.5.GA-src/jmx
            parsing buildfile /root/jboss-4.0.5.GA-src/jmx/build.xml with URI = file:///root/jboss-4.0.5.GA-src/jmx/build.xml
            Project base dir set to: /root/jboss-4.0.5.GA-src/jmx
            resolving systemId: file:///root/jboss-4.0.5.GA-src/tools/etc/buildmagic/buildmagic.ent
            resolving systemId: file:///root/jboss-4.0.5.GA-src/thirdparty/libraries.ent
            resolving systemId: file:///root/jboss-4.0.5.GA-src/tools/etc/buildmagic/modules.ent
            Build sequence for target(s) `most' is [_buildmagic:init, init, _buildmagic:build-bypass-checker, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, output, _default:most, most]
            Complete build sequence is [_buildmagic:init, init, _buildmagic:build-bypass-checker, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, output, _default:most, most, _buildmagic:modules:clobber, test-stress-RI, test-compliance-full-RI, test-compliance-full-JBossMX, test-compliance-full, _buildmagic:help:build, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, compile-resources, docs-javadocs-check, docs-javadocs_1_4, test-implementation, _buildmagic:release:zip, docs, _default:all, docs-todo-check, docs-todo, main, test-compliance-RI, test-compliance-JBossMX, test-compliance, test-performance-RI, test-performance-JBossMX, test-performance, test-serialization-1.0, test-serialization-latest, test-serialization, test-stress-JBossMX, test-stress, test-all, _buildmagic:clean, _buildmagic:modules:docs, _buildmagic:clobber, _default:clean, clean, _default:clobber, _default:compile-classes, _buildmagic:modules:clean, _buildmagic:clean-internal, _buildmagic:modules:tests, _buildmagic:help:standard, _default:help, help, _default:server-client-jars, _default:compile-stylesheets, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _buildmagic:modules:all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _default:init, rebuild, _default:compile-rmi, compile-mbean-sources, compile-classes, _default:compile-etc, compile, jmx-docs, jmx-docs-html-plain, configure, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, tests, clobber, javadocs, _default:compile-bin, configure-project, _default:compile-web, _buildmagic:install:default, all, _buildmagic:init:local-properties, _default:compile-xmbean-sources, _buildmagic:modules:most, test-compliance-JBossMX-RI, ]

            _buildmagic:init:
            [property] Loading /root/jboss-4.0.5.GA-src/jmx/local.properties
            [property] Unable to find property file: /root/jboss-4.0.5.GA-src/jmx/local.properties
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/LibrarySet.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/MissingAttributeException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task libraryset
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ExecuteModules$MyEcho.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task execmodules
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/ResolveProperties.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task resolveproperties
            Trying to override old definition of task resolver
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Require.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task require
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/Dump.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task _dump
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/Puke.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task _puke
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleInit.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task moduleinit
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleConfig.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/MissingElementException.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task moduleconfig
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/ModuleLibrary.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/config/Library.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task modulelibrary
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ProjectInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/AbstractInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task projectinfo
            Trying to override old definition of task library
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Ant.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task Ant
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/module/ModuleInfo.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task moduleinfo
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/ProjectHelp.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task projecthelp
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/PropertyFilter.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task propertyfilter
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/CallTarget.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task call
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Property.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Trying to override old definition of task property
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/TaskLogger.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/FindRoot.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/Property$Element.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            [property] Loading /root/jboss-4.0.5.GA-src/build/local.properties
            [property] Loading /root/.buildmagic.properties
            [property] Unable to find property file: /root/.buildmagic.properties
            [property] Loading /root/.ant.properties
            [property] Unable to find property file: /root/.ant.properties
            Ignoring Exception java.util.zip.ZipException: error in opening zip file reading resource org/jboss/tools/buildmagic/task/util/TaskLogger.class from /root/jboss-4.0.5.GA-src/tools/lib/README
            [available] Unable to find etc/local.properties-example
            [property] Loading /root/jboss-4.0.5.GA-src/tools/etc/buildmagic/common.properties
            Build sequence for target(s) `configure' is [configure]
            Complete build sequence is [configure, _buildmagic:init, init, _buildmagic:modules:clobber, _buildmagic:build-bypass-checker, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, output, test-stress-RI, test-compliance-full-RI, test-compliance-full-JBossMX, test-compliance-full, _buildmagic:help:build, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, compile-resources, docs-javadocs-check, docs-javadocs_1_4, _default:most, most, test-implementation, _buildmagic:release:zip, docs, _default:all, docs-todo-check, docs-todo, main, test-compliance-RI, test-compliance-JBossMX, test-compliance, test-performance-RI, test-performance-JBossMX, test-performance, test-serialization-1.0, test-serialization-latest, test-serialization, test-stress-JBossMX, test-stress, test-all, _buildmagic:clean, _buildmagic:modules:docs, _buildmagic:clobber, _default:clean, clean, _default:clobber, _default:compile-classes, _buildmagic:modules:clean, _buildmagic:clean-internal, _buildmagic:modules:tests, _buildmagic:help:standard, _default:help, help, _default:server-client-jars, _default:compile-stylesheets, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _buildmagic:modules:all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _default:init, rebuild, _default:compile-rmi, compile-mbean-sources, compile-classes, _default:compile-etc, compile, jmx-docs, jmx-docs-html-plain, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, tests, clobber, javadocs, _default:compile-bin, configure-project, _default:compile-web, _buildmagic:install:default, all, _buildmagic:init:local-properties, _default:compile-xmbean-sources, _buildmagic:modules:most, test-compliance-JBossMX-RI, ]

            configure:
            Property ${xml-sax.classpath} has not been set
            Property ${classpath} has not been set
            Property ${local.classpath} has not been set
            Overriding previous definition of reference to xdoclet.task.classpath
            [property] Loading /root/jboss-4.0.5.GA-src/tools/etc/buildmagic/task.properties
            [propertyfilter] Adding filters for all properties

            init:
            Skipped because property 'init.disable' set.

            _buildmagic:build-bypass-checker:
            [uptodate] The targetfile "/root/jboss-4.0.5.GA-src/jmx/output/build-marker" does not exist.

            _buildmagic:build-bypass-notice:
            Skipped because property 'build-bypass.on' not set.

            _buildmagic:build-bypass-check:

            output:
            Build sequence for target(s) `compile' is [_buildmagic:init, init, compile-mbean-sources, _default:compile-classes, compile-classes, _default:compile-etc, compile-resources, compile]
            Complete build sequence is [_buildmagic:init, init, compile-mbean-sources, _default:compile-classes, compile-classes, _default:compile-etc, compile-resources, compile, _buildmagic:modules:clobber, _buildmagic:build-bypass-checker, _buildmagic:build-bypass-notice, _buildmagic:build-bypass-check, output, test-stress-RI, test-compliance-full-RI, test-compliance-full-JBossMX, test-compliance-full, _buildmagic:help:build, docs-javadocs, docs-api, _buildmagic:mbean-bypass-checker, _default:compile-mbean-sources, _buildmagic:modules:main, docs-javadocs-check, docs-javadocs_1_4, _default:most, most, test-implementation, _buildmagic:release:zip, docs, _default:all, docs-todo-check, docs-todo, main, test-compliance-RI, test-compliance-JBossMX, test-compliance, test-performance-RI, test-performance-JBossMX, test-performance, test-serialization-1.0, test-serialization-latest, test-serialization, test-stress-JBossMX, test-stress, test-all, _buildmagic:clean, _buildmagic:modules:docs, _buildmagic:clobber, _default:clean, clean, _default:clobber, _buildmagic:modules:clean, _buildmagic:clean-internal, _buildmagic:modules:tests, _buildmagic:help:standard, _default:help, help, _default:server-client-jars, _default:compile-stylesheets, _buildmagic:release:tar, _buildmagic:release:tgz, _default:compile-resources, _buildmagic:init:buildlog, _buildmagic:modules:all, _default:fix-bin, _buildmagic:init:show-environment, _default:compile-checksums, _default:init, rebuild, _default:compile-rmi, jmx-docs, jmx-docs-html-plain, configure, _buildmagic:modules:release, _default:task-init, _default:compile-test-classes, todo, tests, clobber, javadocs, _default:compile-bin, configure-project, _default:compile-web, _buildmagic:install:default, all, _buildmagic:init:local-properties, _default:compile-xmbean-sources, _buildmagic:modules:most, test-compliance-JBossMX-RI, ]

            _buildmagic:init:
            Skipped because property 'init.disable' set.

            init:
            Skipped because property 'init.disable' set.

            compile-mbean-sources:
            dropping /root/jboss-4.0.5.GA-src/jmx/${classpath} from path as it doesn't exist
            dropping /root/jboss-4.0.5.GA-src/jmx/${local.classpath} from path as it doesn't exist
            dropping /root/jboss-4.0.5.GA-src/jmx/${xml-sax.classpath} from path as it doesn't exist
            dropping /root/jboss-4.0.5.GA-src/thirdparty/apache-lang/lib/commons-lang-1.0.jar from path as it doesn't exist

            _default:compile-classes:

            BUILD FAILED
            /root/jboss-4.0.5.GA-src/tools/etc/buildmagic/buildmagic.ent:418: Could not create task or type of type: depend.

            Ant could not find the task or a class this task relies upon.

            This is common and has a number of causes; the usual
            solutions are to read the manual pages then download and
            install needed JAR files, or fix the build file:
            - You have misspelt 'depend'.
            Fix: check your spelling.
            - The task needs an external JAR file to execute
            and this is not found at the right place in the classpath.
            Fix: check the documentation for dependencies.
            Fix: declare the task.
            - The task is an Ant optional task and the JAR file and/or libraries
            implementing the functionality were not found at the time you
            yourself built your installation of Ant from the Ant sources.
            Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
            task and make sure it contains more than merely a META-INF/MANIFEST.MF.
            If all it contains is the manifest, then rebuild Ant with the needed
            libraries present in ${ant.home}/lib/optional/ , or alternatively,
            download a pre-built release version from apache.org
            - The build file was written for a later version of Ant
            Fix: upgrade to at least the latest release version of Ant
            - The task is not an Ant core or optional task
            and needs to be declared using .
            - You are attempting to use a task defined using
            or but have spelt wrong or not
            defined it at the point of use

            Remember that for JAR files to be visible to Ant tasks implemented
            in ANT_HOME/lib, the files must be in the same directory or on the
            classpath

            Please neither file bug reports on this problem, nor email the
            Ant mailing lists, until all of these causes have been explored,
            as this is not an Ant bug.
            at org.apache.tools.ant.UnknownElement.getNotFoundException(UnknownElement.java:493)
            at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:391)
            at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:158)
            at org.apache.tools.ant.Task.perform(Task.java:363)
            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.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
            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.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
            at org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
            at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
            at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
            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: 2 seconds

            • 3. Re: build jboss source
              steve++

              I found the problem. I had an old version of ant (comes with Fedora Core 5) and there's an error somewhere - maybe in the build.sh script that comes with this source - that causes ANT_HOME to revert to the installed version of ant rather than the one that comes bundled with this source.