[Dev] Client class missing
Frank Cohen
fcohen at pushtotest.com
Thu Mar 15 12:17:31 PST 2007
I did an update and received PTTMonitorClient.jar in the lib
directory. Next I'm opening the sample TestScenario.xml file and
getting a NPE
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:138)
at com.pushtotest.testmaker.controller.guiTestRunPanel.loadIcon
(guiTestRunPanel.java:168)
at com.pushtotest.testmaker.controller.guiTestRunPanel.addNodeImages
(guiTestRunPanel.java:93)
I'm looking into this now.
-Frank
On Mar 15, 2007, at 11:01 AM, William Martinez Pomares wrote:
> 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
> _______________________________________________
> Dev mailing list
> Dev at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/dev
>
--
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