Buildfile: test.xml all: jem: setup: [mkdir] Created dir: /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/target runtests: init: suite: core-test: eclipse-test: junit: [echo] Running org.eclipse.jem.tests.AllSuites [java] Warnings ocurred for "(Color.red).red": The static field Color.red should be accessed in a static way [java] Warnings ocurred for "ASTNestFieldAccessTestData.acolor.red": The static field Color.red should be accessed in a static way [java] Warnings ocurred for "new ASTNestFieldAccessTestData().acolor.red": The static field ASTNestFieldAccessTestData.acolor should be accessed in a static way The static field Color.red should be accessed in a static way [java] -- Initializing the Proxy Remote test data -- [java] -- Data initialized -- [java] --- Starting the callback test --- [java] If there is anything in the .log file, then the test failed. [java] --- Starting the callback stream test --- [java] If there is anything in the .log file, then the test failed. [java] IWAV0164E Expression type sent in invalid order [java] IWAV0164E Expression type sent in invalid order [java] java.lang.Stng [java] IWAV0157E 10 not valid as the operand of prefix operator "!". [java] --- Starting the callback test --- [java] If there is anything in the .log file, then the test failed. [java] --- Starting the callback stream test --- [java] If there is anything in the .log file, then the test failed. [java] IWAV0164E Expression type sent in invalid order [java] IWAV0164E Expression type sent in invalid order [java] class java.lang.ClassNotFoundException(java.lang.Stng) [java] IWAV0157E 10 not valid as the operand of prefix operator "!". [java] -- Initializing the BeanInfo test data -- [java] -- Data initialized -- [java] Reflecting for java.awt.Button [java] Reflecting for java.awt.Component [java] Reflecting for java.lang.Object [java] Reflecting for javax.swing.JLabel [java] Reflecting for javax.swing.JComponent [java] Reflecting for java.awt.Container [java] Reflecting for java.awt.Component [java] Reflecting for java.lang.Object [java] -- Initializing the Instantiation test data -- [java] -- Data initialized -- [java] -- Initializing the Listeners test data -- [java] -- Data initialized -- performance: cleanup: run: collect: [copy] Copying 1 file to /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/xml ve: setup: [delete] Deleting directory /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/target [mkdir] Created dir: /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/target runtests: init: suite: ui-test: eclipse-test: junit: [echo] Running org.eclipse.ve.tests.AllSuites [java] templatePath: /tmp/template29697.jet [java] package a.b.c; [java] import java.lang.*; [java] /******************************************************************************* [java] * Copyright (c) 2001, 2003 IBM Corporation and others. [java] * All rights reserved. This program and the accompanying materials [java] * are made available under the terms of the Common Public License v1.0 [java] * which accompanies this distribution, and is available at [java] * http://www.eclipse.org/legal/cpl-v10.html [java] * [java] * Contributors: [java] * IBM Corporation - initial API and implementation [java] *******************************************************************************/ [java] public class TestClass [java] { [java] protected final String NL = System.getProperties().getProperty("line.separator"); [java] protected final String TEXT_1 = "This output is generated for the class TestClass" + NL + "This objects overrides the toString() method." + NL + "1,2,3 checking"; [java] public String additionalMethod2() { return null ;} [java] public static final String copyright = "(c) Copyright IBM Corporation 2003." ; [java] public String toString() [java] { [java] StringBuffer stringBuffer = new StringBuffer(); [java] stringBuffer.append(TEXT_1); [java] return stringBuffer.toString(); [java] } [java] } [java] Instance = This output is generated for the class TestClass [java] This objects overrides the toString() method. [java] 1,2,3 checking [java] instance.toString(): [java] templatePath: /tmp/template29698.jet [java] /* [java] * Created on Jun 29, 2005 [java] * [java] * TODO To change the template for this generated file go to [java] * Window - Preferences - Java - Code Style - Code Templates [java] */ [java] package a.b.c; [java] /** [java] * @author root [java] * [java] * TODO To change the template for this generated type comment go to [java] * Window - Preferences - Java - Code Style - Code Templates [java] */ [java] public class HelloClass { [java] public String getOutput() { [java] return "Hello World"; [java] } [java] }; [java] -- Initializing the Codegen Resolve test data -- [java] -- Data initialized -- performance: cleanup: run: collect: [copy] Copying 1 file to /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/xml genHtml: [style] Transforming into /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/html [style] Processing /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/xml/org.eclipse.jem.tests_linux.gtk.xml to /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/html/org.eclipse.jem.tests_linux.gtk.html [style] Loading stylesheet /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/JUNIT.XSL [style] Processing /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/xml/org.eclipse.ve.tests_linux.gtk.xml to /IBMMNT1/jvebuild/builddir/testing/R-1.0.2.2-200506291842/ve-testing/results/html/org.eclipse.ve.tests_linux.gtk.html BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 3 minutes 21 seconds