Greetings.
System is Linux 2.4.18
JDK 1.4.1_01
Clean checkout of JBoss using the following command;
cvs -z9 co -r Branch_3_2 jboss-3.2
My build attempts are failing. Not sure where I messed up...
-Steve
Tried to build;
jboss@davidson:~/jboss-3.2> build/build.sh main
<==Last group of lines===>
_buildmagic:init:
configure:
init:
compile-mbean-sources:
[mkdir] Created dir: /home/jboss/jboss-3.2/transaction/output/gen-src
sourcepath is deprecated. the preferred way to design sources is via nested <fileset>
Running xdoclet.XDocletMain loaded by org.apache.tools.ant.AntClassLoader. Forked:true
[xdoclet] Running <mbeanInterface/>
[xdoclet] Generating output for 'org.jboss.tm.TransactionManagerService' using template file 'jar:file:/home/jboss/jboss-3.2/thirdparty/xdoclet/xdoclet/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
[xdoclet] Generating output for 'org.jboss.tm.XidFactory' using template file 'jar:file:/home/jboss/jboss-3.2/thirdparty/xdoclet/xdoclet/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
compile-classes:
[mkdir] Created dir: /home/jboss/jboss-3.2/transaction/output/classes
[javac] Compiling 10 source files to /home/jboss/jboss-3.2/transaction/output/classes
compile-etc:
[mkdir] Created dir: /home/jboss/jboss-3.2/transaction/output/etc
[copy] Copying 2 files to /home/jboss/jboss-3.2/transaction/output/etc
compile:
jars:
[mkdir] Created dir: /home/jboss/jboss-3.2/transaction/output/lib
[jar] Building jar: /home/jboss/jboss-3.2/transaction/output/lib/jboss-transaction.jar
[jar] Building jar: /home/jboss/jboss-3.2/transaction/output/lib/jboss-transaction-client.jar
[jar] Building jar: /home/jboss/jboss-3.2/transaction/output/lib/testsuite-support.jar
most:
[execmodules]
[execmodules] ==
[execmodules] == Finished with 'most' in module 'transaction'.
[execmodules] ======================================================================
[execmodules]
_module-transaction-most:
[mkdir] Created dir: /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/lib
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/lib
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/client
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/deploy
[execmodules]
[execmodules] ======================================================================
[execmodules] == Executing 'most' in module 'server'...
[execmodules] ==
_buildmagic:init:
configure:
init:
generate-parsers:
[mkdir] Created dir: /home/jboss/jboss-3.2/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql
BUILD FAILED
file:/home/jboss/jboss-3.2/server/build.xml:390: Failed to launch JJTree
Total time: 35 seconds
<###### Attempt with Target: ALL ######>
jboss@davidson:~/jboss-3.2> build/build.sh all
<==Last group of lines===>
docs-javadocs-check:
docs-javadocs:
[mkdir] Created dir: /home/jboss/jboss-3.2/transaction/output/api
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package org.jboss.tm...
[javadoc] Constructing Javadoc information...
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionImpl.java:186: cannot resolve symbol
[javadoc] symbol : class XidFactoryMBean
[javadoc] location: class org.jboss.tm.TransactionImpl
[javadoc] static XidFactoryMBean xidFactory;
[javadoc] ^
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:45: cannot resolve symbol
[javadoc] symbol : class TransactionManagerServiceMBean
[javadoc] location: class org.jboss.tm.TransactionManagerService
[javadoc] implements TransactionManagerServiceMBean, ObjectFactory
[javadoc] ^
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:29: cannot resolve symbol
[javadoc] symbol : class XidFactoryMBean
[javadoc] location: class org.jboss.tm.XidFactory
[javadoc] Standard Doclet version 1.4.1
[javadoc] public class XidFactory implements XidFactoryMBean
[javadoc] ^
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:175: cannot resolve symbol
[javadoc] symbol : class XidFactoryMBean
[javadoc] location: class org.jboss.tm.XidFactory
[javadoc] public XidFactoryMBean getInstance()
[javadoc] ^
[javadoc] Building tree for all the packages and classes...
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:29: warning - @version tag has no arguments.
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/package.html: warning - @link: is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/package.html: warning - @link: is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/package.html: warning - @link: is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/package.html: warning - @link: is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:43: warning - @jmx.mbean is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:118: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:130: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:146: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:158: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/TransactionManagerService.java:171: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:29: warning - @jmx.mbean is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:86: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:98: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:113: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] Generating /home/jboss/jboss-3.2/transaction/output/api/stylesheet.css...
[javadoc] 27 warnings
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:125: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:140: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:152: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:175: warning - @jmx:managed-attribute is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:187: warning - @jmx.managed-operation is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:207: warning - @jmx.managed-operation is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidFactory.java:226: warning - @jmx.managed-operation is an unknown tag.
[javadoc] /home/jboss/jboss-3.2/transaction/src/main/org/jboss/tm/XidImpl.java:24: warning - Tag @see: reference not found: TransactionImpl
docs-api:
docs:
all:
[execmodules]
[execmodules] ==
[execmodules] == Finished with 'all' in module 'transaction'.
[execmodules] ======================================================================
[execmodules]
_module-transaction-most:
[mkdir] Created dir: /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/lib
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/lib
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/client
[copy] Copying 1 file to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/server/all/deploy
_module-transaction-all:
[mkdir] Created dir: /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/docs/api/transaction
[copy] Copying 30 files to /home/jboss/jboss-3.2/build/output/jboss-3.2.0beta2/docs/api/transaction
[execmodules]
[execmodules] ======================================================================
[execmodules] == Executing 'all' in module 'server'...
[execmodules] ==
_buildmagic:init:
configure:
init:
generate-parsers:
[mkdir] Created dir: /home/jboss/jboss-3.2/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql
BUILD FAILED
file:/home/jboss/jboss-3.2/server/build.xml:390: Failed to launch JJTree
Total time: 1 minute 55 seconds
--
Java/J2EE Developer/Systems Integrator
214-724-7741
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user