Buildfile: test.xml all: jem: setup: [mkdir] Created dir: /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/target runtests: init: suite: core-test: eclipse-test: [echo] Running org.eclipse.jem.tests.AllSuites [java] -- Initializing the Proxy Remote test data -- [java] -- Data initialized -- [java] --- Starting the callback stream test --- [java] If there is anything in the .log file, then the test failed. [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] --- Starting the callback test --- [java] If there is anything in the .log file, then the test failed. [java] -- Initializing the BeanInfo test data -- [java] -- Data initialized -- [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] Reflecting for java.awt.Button [java] Reflecting for java.awt.Component [java] Reflecting for java.lang.Object [java] -- Initializing the Instantiation test data -- [java] -- Data initialized -- cleanup: run: collect: [copy] Copying 1 file to /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/xml ve: setup: [delete] Deleting directory /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/target [mkdir] Created dir: /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/target runtests: init: suite: ui-test: eclipse-test: [echo] Running org.eclipse.ve.tests.AllSuites [java] Xlib: extension "RENDER" missing on display "jvelinux.raleigh.ibm.com:43.0". [java] templatePath: /tmp/template17260.jet [java] templatePath: /tmp/template17261.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 = NL + "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 = [java] This output is generated for the class TestClass [java] This objects overrides the toString() method. [java] 1,2,3 checking [java] instance.toString(): cleanup: run: collect: [copy] Copying 1 file to /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/xml genHtml: [style] Transforming into /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/html [style] Processing /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/xml/org.eclipse.jem.tests_linux.gtk.xml to /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/html/org.eclipse.jem.tests_linux.gtk.html [style] Loading stylesheet /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/JUNIT.XSL [style] Processing /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/xml/org.eclipse.ve.tests_linux.gtk.xml to /IBMMNT1/jvebuild/builddir/testing/R-0.5.0-200312051712/ve-testing/results/html/org.eclipse.ve.tests_linux.gtk.html BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 2 minutes 16 seconds