Online report :
http://ci.gbuild.org/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/6/buildId/863
Build statistics:
State: Failed
Previous State: Ok
Started at: Tue, 17 Jan 2006 19:18:06 -0800
Finished at: Tue, 17 Jan 2006 19:18:55 -0800
Total time: 48s
Build Trigger: Forced
Exit code: 70
Building machine hostname: stan.gbuild.org
Operating system : Linux(unknown)
Java version : 1.4.2_08(Sun Microsystems Inc.)
Changes
modules/core/project.xml
dblevins Shouldn't need that dep anymore, was supposed to
have been removed.
modules/core/project.xml
dblevins Shouldn't need this anymore
modules/core/project.xml
****************************************************************************
Output:
****************************************************************************
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.1-beta-2
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
build:start:
clean:clean:
modules:clean:
modules:reactor:init:
[echo] +----------------------------------------
[echo] | Cleaning: modules/core
[echo] +----------------------------------------
[delete] Deleting directory /home/continuum/build/work/6/modules/core/target
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/openejb-builder
[echo] +----------------------------------------
[delete] Deleting directory
/home/continuum/build/work/6/modules/openejb-builder/target
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/pkgen-builder
[echo] +----------------------------------------
[delete] Deleting directory
/home/continuum/build/work/6/modules/pkgen-builder/target
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/webadmin
[echo] +----------------------------------------
[delete] Deleting directory
/home/continuum/build/work/6/modules/webadmin/target
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: target/openejb-2.1-SNAPSHOT
[echo] +----------------------------------------
xdoc:clean:
clean:
default:
modules:default:
modules:reactor:init:
Starting the reactor...
Our processing order:
OpenEJB :: Core
OpenEJB :: PK Generation :: Builder
OpenEJB :: Builder
OpenEJB :: WebAdmin
+----------------------------------------
| Executing (default): OpenEJB :: Core
| Memory: 4M/6M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
Attempting to download geronimo-connector-1.1-SNAPSHOT.jar.
Attempting to download geronimo-core-1.1-SNAPSHOT.jar.
Attempting to download geronimo-client-1.1-SNAPSHOT.jar.
Attempting to download geronimo-common-1.1-SNAPSHOT.jar.
Attempting to download geronimo-deployment-1.1-SNAPSHOT.jar.
Attempting to download geronimo-j2ee-1.1-SNAPSHOT.jar.
Attempting to download geronimo-management-1.1-SNAPSHOT.jar.
Attempting to download geronimo-kernel-1.1-SNAPSHOT.jar.
Attempting to download geronimo-security-1.1-SNAPSHOT.jar.
Attempting to download geronimo-timer-1.1-SNAPSHOT.jar.
Attempting to download geronimo-transaction-1.1-SNAPSHOT.jar.
Attempting to download geronimo-axis-1.1-SNAPSHOT.jar.
Attempting to download geronimo-axis-builder-1.1-SNAPSHOT.jar.
Attempting to download geronimo-naming-1.1-SNAPSHOT.jar.
Attempting to download geronimo-system-1.1-SNAPSHOT.jar.
Attempting to download geronimo-util-1.1-SNAPSHOT.jar.
Attempting to download geronimo-webservices-1.1-SNAPSHOT.jar.
Attempting to download tranql-1.3-SNAPSHOT.jar.
build:start:
default:
java:prepare-filesystem:
[mkdir] Created dir:
/home/continuum/build/work/6/modules/core/target/classes
java:compile:
<depend closure="false" srcdir="1.4" dump="false"
destdir="/home/continuum/build/work/6/modules/core/target/classes"></depend>
[echo] Compiling to /home/continuum/build/work/6/modules/core/target/classes
[javac] Compiling 638 source files to
/home/continuum/build/work/6/modules/core/target/classes
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/security/ClientSecurityInterceptor.java:54:
cannot resolve symbol
[javac] symbol : class TAG_CSI_SEC_MECH_LIST
[javac] location: package IOP
[javac] import org.omg.IOP.TAG_CSI_SEC_MECH_LIST;
[javac] ^
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/transaction/IORTransactionInterceptor.java:55:
cannot resolve symbol
[javac] symbol : class SHARED
[javac] location: package CosTransactions
[javac] import org.omg.CosTransactions.SHARED;
[javac] ^
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/transaction/IORTransactionInterceptor.java:57:
cannot resolve symbol
[javac] symbol : class TAG_OTS_POLICY
[javac] location: package IOP
[javac] import org.omg.IOP.TAG_OTS_POLICY;
[javac] ^
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/security/ClientSecurityInterceptor.java:94:
cannot resolve symbol
[javac] symbol : variable TAG_CSI_SEC_MECH_LIST
[javac] location: class org.openejb.corba.security.ClientSecurityInterceptor
[javac] TaggedComponent tc =
ri.get_effective_component(TAG_CSI_SEC_MECH_LIST.value);
[javac] ^
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/transaction/IORTransactionInterceptor.java:75:
cannot resolve symbol
[javac] symbol : variable SHARED
[javac] location: class
org.openejb.corba.transaction.IORTransactionInterceptor
[javac] invAny.insert_short(SHARED.value);
[javac] ^
[javac]
/home/continuum/build/work/6/modules/core/src/java/org/openejb/corba/transaction/IORTransactionInterceptor.java:83:
cannot resolve symbol
[javac] symbol : variable TAG_OTS_POLICY
[javac] location: class
org.openejb.corba.transaction.IORTransactionInterceptor
[javac] TaggedComponent otsPolicyComponent = new
TaggedComponent(TAG_OTS_POLICY.value, otsBytes);
[javac]
^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 6 errors
BUILD FAILED
File...... /home/continuum/build/work/6/maven.xml
Element... maven:reactor
Line...... 128
Column.... -1
Unable to obtain goal [default] --
/home/continuum/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1:
<ant:javac> Compile failed; see the compiler error output for details.
Total time : 48 seconds
Finished at : Tuesday, January 17, 2006 7:18:55 PM PST
****************************************************************************