[Dev] tm5 in cvs no building for me
Frank Cohen
fcohen at pushtotest.com
Mon Apr 16 17:29:20 PDT 2007
Hi William: I updated my copy of the tm5 code from
cvs.pushtotest.com. In NetBeans I ran the tm5/build.xml
update_distribution_nojavadoc and got the following:
===========================================================
TestMaker Distribution Generator
TestMaker is a free open-source framework and utility
for testing Web Services for scalability and performance.
Details found at http://www.pushtotest.com
===========================================================
compile_modules:
==============================================
Compile All Modules
Then add MaxQ - note this is a branch of MaxQ v1.21
compile:
classpath:
/Users/frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/${classpath}:/Users/
frankcohen/dev/cvs/tm5/maxq-0.97-tmbranch/build:/Users/frankcohen/dev/
cvs/tm5/maxq-0.97-tmbranch/conf:/Users/frankcohen/dev/cvs/tm5/
maxq-0.97-tmbranch/lib/commons-cli.jar:/Users/frankcohen/dev/cvs/tm5/
maxq-0.97-tmbranch/lib/commons-httpclient.jar:/Users/frankcohen/dev/
cvs/tm5/maxq-0.97-tmbranch/lib/commons-lang.jar:/Users/frankcohen/dev/
cvs/tm5/maxq-0.97-tmbranch/lib/commons-logging.jar:/Users/frankcohen/
dev/cvs/tm5/maxq-0.97-tmbranch/lib/junit.jar:/Users/frankcohen/dev/
cvs/tm5/maxq-0.97-tmbranch/lib/jython.jar:/Users/frankcohen/dev/cvs/
tm5/maxq-0.97-tmbranch/lib/maxq.jar
dist:
Build the Test Object Oriented Library (TOOL)
========================================================
Test Object Oriented Library (TOOL) for TestMaker
Brought to you by PushToTest. Please read license.html
to understand your rights to build and distribute this
software. Additional information at www.pushtotest.com
========================================================
init:
build_results:
Compiling results log file XML schema binding
Using JAXB to compile Java source against the results.xsd schema
results.xsd
Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/
tool/xml/results.xsd
Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src
TXLog.xsd
Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/
tool/xml/TXLog.xsd
Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src
SDLog.xsd
Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/
tool/xml/SDLog.xsd
Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src
Summary.xsd
Compiling file:/Users/frankcohen/dev/cvs/tm5/tool/src/com/pushtotest/
tool/xml/Summary.xsd
Writing output to /Users/frankcohen/dev/cvs/tm5/tool/src
========================================================
Test Object Oriented Library (TOOL) for TestMaker
Brought to you by PushToTest. Please read license.html
to understand your rights to build and distribute this
software. Additional information at www.pushtotest.com
========================================================
init:
deps-jar:
Compiling 204 source files to /Users/frankcohen/dev/cvs/tm5/tool/
build/classes
Copying 8 files to /Users/frankcohen/dev/cvs/tm5/tool/build/classes
compile:
Building jar: /Users/frankcohen/dev/cvs/tm5/tool/dist/tool.jar
jar:
Copying 1 file to /Users/frankcohen/dev/cvs/tm5/TestMaker/lib
Build TestMaker
========================================================
TESTMAKER
Brought to you by PushToTest. Please read license.html
to understand your rights to build and distribute this
software. Additional information at www.pushtotest.com
========================================================
initJAXB:
init:
deps-jar:
build_jaxb_sources:
files are up to date
files are up to date
Compiling 216 source files to /Users/frankcohen/dev/cvs/tm5/TestMaker/
build/classes
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:33: cannot find symbol
symbol : class TestscenarioRunner
location: package com.pushtotest.testmaker.XSTest.xml.TestScenario
import
com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:35: cannot find symbol
symbol : class XMLReader
location: package com.pushtotest.testmaker.XSTest.xml.TestScenario
import com.pushtotest.testmaker.XSTest.xml.TestScenario.XMLReader;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
controller/guiTestScenarioPanel.java:10: cannot find symbol
symbol : class XMLReader
location: package com.pushtotest.testmaker.XSTest.xml.TestScenario
import com.pushtotest.testmaker.XSTest.xml.TestScenario.XMLReader;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:54: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
private XMLReader reader;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:60: cannot find symbol
symbol : class TestscenarioRunner
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
private TestscenarioRunner TRunner;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
filehandlers/testscenario/fileTestScenario.java:25: cannot find symbol
symbol : class TestscenarioRunner
location: package com.pushtotest.testmaker.XSTest.xml.TestScenario
import
com.pushtotest.testmaker.XSTest.xml.TestScenario.TestscenarioRunner;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
filehandlers/testscenario/fileTestScenario.java:26: cannot find symbol
symbol : class XMLReader
location: package com.pushtotest.testmaker.XSTest.xml.TestScenario
import com.pushtotest.testmaker.XSTest.xml.TestScenario.XMLReader;
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:98: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
this.reader = new XMLReader(theFile);
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
XSTest/client/ControlRunner.java:378: lifetimeTx
(java.lang.String,int,int,double) in
com.pushtotest.tool.charts.ChartProcessor cannot be applied to
(int,int,double)
realTime.lifetimeTx(size,cru,tps);
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
controller/guiTestScenarioPanel.java:62: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.controller.guiTestScenarioPanel
XMLReader read = new XMLReader(thefts.getFileDir());
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
controller/guiTestScenarioPanel.java:62: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.controller.guiTestScenarioPanel
XMLReader read = new XMLReader(thefts.getFileDir());
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
controller/guiTestScenarioPanel.java:487: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.controller.guiTestScenarioPanel
XMLReader read = new XMLReader(temp);
/Users/frankcohen/dev/cvs/tm5/TestMaker/src/com/pushtotest/testmaker/
controller/guiTestScenarioPanel.java:487: cannot find symbol
symbol : class XMLReader
location: class com.pushtotest.testmaker.controller.guiTestScenarioPanel
XMLReader read = new XMLReader(temp);
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
13 errors
BUILD FAILED (total time: 56 seconds)
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
More information about the Dev
mailing list