[Dev] Client class missing
William Martinez Pomares
wmartinez at AVANTICATEC.NET
Thu Mar 15 10:01:48 PST 2007
Hi.
That is weird. The PTTMonitorClient.jar should be in the TestMaker/lib
and it should be also included in the
TestMaker/nbproject/project.properties file under testmaker.classpath so
it is included in the javac classpath.
I just downloaded the CVS version and it runs for me. Could you check if
you are missing those changes?
William
-----Original Message-----
From: dev-bounces at lists.pushtotest.com
[mailto:dev-bounces at lists.pushtotest.com]On Behalf Of Frank Cohen
Sent: Wednesday, March 14, 2007 10:03 PM
To: TestMaker Developers List
Subject: [Dev] Client class missing
I updated my tm5 source and get this when I use the <run> target of
the tm5/TestMaker/build.xml. It looks like the Client class is no
checked-into cvs. -Frank
========================================================
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:
Compiling 10 source files to /Users/frankcohen/dev/cvs/tm5b/tm5/
TestMaker/build/classes
/Users/frankcohen/dev/cvs/tm5b/tm5/TestMaker/src/com/pushtotest/
testmaker/XSTest/client/ControlRunner.java:33: package
com.pushtotest.testnetwork.monitor does not exist
import com.pushtotest.testnetwork.monitor.Client ;
/Users/frankcohen/dev/cvs/tm5b/tm5/TestMaker/src/com/pushtotest/
testmaker/XSTest/client/ControlRunner.java:204: cannot find symbol
symbol : class Client
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
Client c = new Client();
/Users/frankcohen/dev/cvs/tm5b/tm5/TestMaker/src/com/pushtotest/
testmaker/XSTest/client/ControlRunner.java:204: cannot find symbol
symbol : class Client
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
Client c = new Client();
/Users/frankcohen/dev/cvs/tm5b/tm5/TestMaker/src/com/pushtotest/
testmaker/XSTest/client/ControlRunner.java:229: cannot find symbol
symbol : class Client
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
Client c = new Client();
/Users/frankcohen/dev/cvs/tm5b/tm5/TestMaker/src/com/pushtotest/
testmaker/XSTest/client/ControlRunner.java:229: cannot find symbol
symbol : class Client
location: class com.pushtotest.testmaker.XSTest.client.ControlRunner
Client c = new Client();
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
BUILD FAILED (total time: 20 seconds)
--
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