Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
-D java.awt.headless true
-X bootclasspath/p :/export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar /export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar
org.apache.tools.ant.Main
-D gump.merge /zonestorage/gump/export/home/gump/test/gump/work/merge.xml
-D build.sysclasspath only
-D version 07112009

Environment Overrides

Name Value
CLASSPATH :/opt/jdk1.6.0/lib/tools.jar /export/home/gump/test/workspace/jmock2/build/classes /export/home/gump/test/workspace/jmock2/lib/objenesis-1.0.jar /export/home/gump/test/workspace/ant/dist/lib/ant-jmf.jar /export/home/gump/test/workspace/ant/dist/lib/ant-swing.jar /export/home/gump/test/workspace/ant/dist/lib/ant-apache-resolver.jar /export/home/gump/test/workspace/ant/dist/lib/ant-apache-xalan2.jar /export/home/gump/test/workspace/ant/dist/lib/ant-trax.jar /export/home/gump/test/workspace/ant/dist/lib/ant-junit.jar /export/home/gump/test/workspace/ant/dist/lib/ant-launcher.jar /export/home/gump/test/workspace/ant/dist/lib/ant-nodeps.jar /export/home/gump/test/workspace/ant/dist/lib/ant.jar /export/home/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar /export/home/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar /export/home/gump/packages/cglib/cglib-nodep-2.1_3.jar /export/home/gump/test/workspace/hamcrest/hamcrest-java/build/hamcrest-core-07112009.jar /export/home/gump/test/workspace/hamcrest/hamcrest-java/build/hamcrest-library-07112009.jar /export/home/gump/test/workspace/junit/dist/junit-07112009.jar /export/home/gump/packages/junit3.8.1/junit.jar /export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis-ext.jar

Command Line

/opt/jdk1.6.0/bin/java -Djava.awt.headless=true
        -Xbootclasspath/p:/export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar:/export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar
        org.apache.tools.ant.Main
        -Dgump.merge=/zonestorage/gump/export/home/gump/test/gump/work/merge.xml
        -Dbuild.sysclasspath=only -Dversion=07112009 

Output

Buildfile: /zonestorage/gump/export/home/gump/test/workspace/jmock2/build.xml

clean:

dir.build:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/jmock2/build

compile:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/jmock2/build/classes
    [javac] Compiling 190 source files to /zonestorage/gump/export/home/gump/test/workspace/jmock2/build/classes
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/example/org/jmock/example/sniper/Money.java:30: warning: unmappable character for encoding ASCII
    [javac]         return "??" + amount;
    [javac]                 ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/example/org/jmock/example/sniper/Money.java:30: warning: unmappable character for encoding ASCII
    [javac]         return "??" + amount;
    [javac]                  ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:7: cannot find symbol
    [javac] symbol  : class AbstractMatcherTest
    [javac] location: package org.hamcrest
    [javac] import org.hamcrest.AbstractMatcherTest;
    [javac]                    ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:13: cannot find symbol
    [javac] symbol: class AbstractMatcherTest
    [javac] public class CurrentStateMatcherTest extends AbstractMatcherTest {
    [javac]                                              ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:36: cannot find symbol
    [javac] symbol  : variable COMPUTE_MAXS
    [javac] location: class net.sf.cglib.asm.ClassWriter
    [javac]                 ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                                                 ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:36: internal error; cannot instantiate ClassWriter(boolean) at net.sf.cglib.asm.ClassWriter to ()
    [javac]                 ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                      ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:38: visit(int,int,java.lang.String,java.lang.String,java.lang.String[],java.lang.String) in net.sf.cglib.asm.ClassWriter cannot be applied to (int,int,java.lang.String,<nulltype>,java.lang.String,<nulltype>)
    [javac]                 writer.visit(CLASS_FORMAT_VERSION,
    [javac]                       ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:45: visitMethod(int,java.lang.String,java.lang.String,java.lang.String[],net.sf.cglib.asm.Attribute) in net.sf.cglib.asm.ClassWriter cannot be applied to (int,java.lang.String,java.lang.String,<nulltype>,java.lang.String[])
    [javac]                 writer.visitMethod(Constants.ACC_PUBLIC | Constants.ACC_ABSTRACT,
    [javac]                       ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:21: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should match", isCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:22: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should not match", !isNotCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:28: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should not match", !isCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:29: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should match", isNotCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:33: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should not match", !isCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:34: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should match", isNotCurrently("S").matches(stateMachine));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:38: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should not match", !isCurrentlyS.matches(null));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:42: cannot find symbol
    [javac] symbol  : method assertTrue(java.lang.String,boolean)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertTrue("should not match", !isCurrentlyS.matches("something else"));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:46: cannot find symbol
    [javac] symbol  : method assertEquals(java.lang.String,java.lang.String)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertEquals("a state machine that is S", asString(isCurrently("S")));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:47: cannot find symbol
    [javac] symbol  : method assertEquals(java.lang.String,java.lang.String)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertEquals("a state machine that is not S", asString(isNotCurrently("S")));
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:53: cannot find symbol
    [javac] symbol  : method assertMismatchDescription(java.lang.String,org.hamcrest.Matcher<org.jmock.States>,org.jmock.States)
    [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest
    [javac]         assertMismatchDescription("was not S", isCurrently("S"), stateMachine);
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:56: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35: cannot find symbol
    [javac] symbol  : variable COMPUTE_MAXS
    [javac] location: class net.sf.cglib.asm.ClassWriter
    [javac]         ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                                         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35: internal error; cannot instantiate ClassWriter(boolean) at net.sf.cglib.asm.ClassWriter to ()
    [javac]         ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                              ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:36: visit(int,int,java.lang.String,java.lang.String,java.lang.String[],java.lang.String) in net.sf.cglib.asm.ClassWriter cannot be applied to (int,int,java.lang.String,<nulltype>,java.lang.String,<nulltype>)
    [javac]                 writer.visit(CLASS_FORMAT_VERSION,
    [javac]                       ^
    [javac] Note: /zonestorage/gump/export/home/gump/test/workspace/jmock2/src/org/jmock/integration/junit4/JMock.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 21 errors
    [javac] 2 warnings

BUILD FAILED
/zonestorage/gump/export/home/gump/test/workspace/jmock2/build.xml:61: Compile failed; see the compiler error output for details.

Total time: 5 seconds

Last Updated: Sat, 07 Nov 2009 18:00:09 ().Python Logo