[Dev] tm5 repository throwing compiler errors
William Martinez Pomares
wmartinez at AVANTICATEC.NET
Mon Mar 12 09:57:52 PST 2007
Sorry for this.
Testmaker directory has an actual working version, but when building I
had some problems with the synch.
I think it is updated now.
We have a local SVN and I have to synchronize with CVS. Anyone that may
suggest a synch tool that works on working copies? (client side view)
instead on only repositories?
Thanks and Sorry.
William.
-----Original Message-----
From: dev-bounces at lists.pushtotest.com
[mailto:dev-bounces at lists.pushtotest.com]On Behalf Of Frank Cohen
Sent: Sunday, March 11, 2007 10:57 PM
To: TestMaker Developers List
Subject: [Dev] tm5 repository throwing compiler errors
I did a new checkout of tm5. In NetBeans 5.5 I opened the tm5/
testmaker project. I chose the run script and got:
========================================================
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
========================================================
files are up to date
Compiling file:/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/
src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd
Writing output to /Users/frankcohen/dev/cvs/tm5justincase/tm5/
TestMaker/src
init:
deps-jar:
Created dir: /Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/
build/classes
Compiling 220 source files to /Users/frankcohen/dev/cvs/tm5justincase/
tm5/TestMaker/build/classes
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/XSTest/xml/TestScenario/ScriptRunner.java:37:
cannot find symbol
symbol : class DeviceLogger
location: class
com.pushtotest.testmaker.XSTest.xml.TestScenario.ScriptRunner
private DeviceLogger devLog;
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:48: cannot find symbol
symbol : constructor fileTestScenario
(com.pushtotest.testmaker.controller.Controller)
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fileTestScenario fts = new fileTestScenario( this );
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:49: cannot find symbol
symbol : method createTestScenario()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fts.createTestScenario();
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:58: cannot find symbol
symbol : constructor fileTestScenario
(com.pushtotest.testmaker.controller.Controller)
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fileTestScenario fts = new fileTestScenario( this );
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:59: cannot find symbol
symbol : method openTestScenario(<nulltype>)
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
if ( fts.openTestScenario( null ) ) {
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:73: cannot find symbol
symbol : constructor fileTestScenario
(com.pushtotest.testmaker.controller.Controller)
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fileTestScenario fts = new fileTestScenario( this );
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:74: cannot find symbol
symbol : method openTestScenario(java.io.File)
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
if ( fts.openTestScenario( new File( path ) ) )
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:115: cannot find symbol
symbol : method getTestScenarioFile()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
if ( ftme.getTestScenarioFile().getAbsolutePath
().equals( thefile.getAbsolutePath() ) ) {
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/controller/Controller.java:167: cannot find symbol
symbol : method getTestScenarioFile()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
ts.setAttribute( "path", myf.getTestScenarioFile
().getAbsolutePath() );
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/XSTest/TestScenario.java:68: cannot find symbol
symbol : method getTestScenarioRootElement()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
Element el1 = fts.getTestScenarioRootElement();
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/filehandlers/testscenario/
guiTestScenarioEditor.java:190: cannot find symbol
symbol : method saveAsTestScenario()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fts.saveAsTestScenario();
/Users/frankcohen/dev/cvs/tm5justincase/tm5/TestMaker/src/com/
pushtotest/testmaker/filehandlers/testscenario/
guiTestScenarioEditor.java:217: cannot find symbol
symbol : method closeEditor()
location: class
com.pushtotest.testmaker.filehandlers.testscenario.fileTestScenario
fts.closeEditor();
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.
12 errors
BUILD FAILED (total time: 28 seconds)
-Frank
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
_______________________________________________
Dev mailing list
Dev at lists.pushtotest.com
http://lists.pushtotest.com/mailman/listinfo/dev
More information about the Dev
mailing list