I am wondering how other people are able to build the latest source tree from scratch. I am building on MacOS 10.2.

Stefan

[watterson:/Users/Shared/jboss-all] sreich% sh -x ./build/build.sh
++ basename ./build/build.sh
+ PROGNAME=build.sh
++ dirname ./build/build.sh
+ DIRNAME=./build
+ main
+ '[' x = x ']'
++ cd ./build/../tools
++ pwd
+ TOOLS_ROOT=/Users/Shared/jboss-all/tools
++ cd ./build
++ pwd
+ MODULE_ROOT=/Users/Shared/jboss-all/build
+ export TOOLS_ROOT MODULE_ROOT DEBUG TRACE
+ target=/Users/Shared/jboss-all/tools/bin/build.sh
+ '[' '!' -f /Users/Shared/jboss-all/tools/bin/build.sh ']'
+ '[' x '!=' x ']'
+ '[' x = x ']'
+ exec /bin/sh /Users/Shared/jboss-all/tools/bin/build.sh
build.sh: Executing: /Users/Shared/jboss-all/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

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

configure-modules:
Overriding previous definition of reference to jboss.naming.classpath

configure-project:
[echo] groups: default
[echo] modules: common,jmx,system,aop,cache,j2ee,naming,management,transaction,server,bl ocks,console,security,messaging,connector,varia,cluster,jetty,jboss.net, iiop

_buildmagic:modules:most:

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

configure-modules:
Overriding previous definition of reference to jboss.naming.classpath

BUILD FAILED
file:/Users/Shared/jboss-all/common/build.xml:118: Could not create task or type of type: jmxdoclet.

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 'jmxdoclet'.
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 optional.jar is absent
Fix: look for optional.jar in ANT_HOME/lib, download if needed
- The task was not built into optional.jar as dependent
libraries were not found at build time.
Fix: look in the JAR to verify, then rebuild with the needed
libraries, or download a 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 <taskdef>.

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: 7 seconds



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to