Hi,
I've been having problem executing QL tests:
[java] compile-common:
[java] [javac] Compiling 1 source file to
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/build/module/classes
[java] [javac]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:18:
package com.sun.appserv.sqe.security.taxws does not exist
[java] [javac] import com.sun.appserv.sqe.security.taxws.Tax;
[java] [javac] ^
[java] [javac]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:19:
package com.sun.appserv.sqe.security.taxws does not exist
[java] [javac] import com.sun.appserv.sqe.security.taxws.TaxService;
[java] [javac] ^
[java] [javac]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:44:
cannot find symbol
[java] [javac] symbol : class TaxService
[java]
[java] BUILD FAILED
[java] [javac] location: class
com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
[java] [javac] static TaxService service;
[java] [javac] ^
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/build.xml:51:
The following error occurred while executing this line:
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/build.xml:94:
The following error occurred while executing this line:
[java] [javac]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:77:
cannot find symbol
[java] [javac] symbol : class Tax
[java] [javac] location: class
com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
[java] [javac] Tax port = service.getTaxPort();
[java] [javac] ^
[java] [javac] 4 errors
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/build.xml:20:
The following error occurred while executing this line:
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/build.xml:25:
The following error occurred while executing this line:
[java] in flushAll , creating new testSuiteHash
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/build.xml:48:
The following error occurred while executing this line:
[java] in flushAll , creating new testSuiteHash
[java]
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/config/common.xml:46:
Compile failed; see the compiler error output for details.
[java]
[java] Total time: 12 minutes 31 seconds
[java] in flushAll , creating new testSuiteHash
[java] [ERROR] Java Result: 1
BUILD FAILED
File......
/export/home/janey/GlassFish/glassfish_cl/glassfish/bootstrap/maven.xml
Element... fail
Line...... 642
Column.... 28
No message
Total time: 12 minutes 36 seconds
Finished at: Thu Jun 14 23:33:59 PDT 2007
Please help!
Jane