dev@glassfish.java.net

Re: Quicklook Instructions Updated (was IMPORTANT: GlassFish v2 M3 feature freeze... )

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Fri, 01 Dec 2006 08:53:18 -0800

I've read the directions, and still get this on Mac OS X, both
PowerPC and Intel:


     [java] compile-common:
     [java] [javac] Compiling 1 source file to /gf/build/
glassfish/appserv-tests/build/module/classes
     [java] [javac] /Volumes/Spare/build/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] /Volumes/Spare/build/glassfish/appserv-tests/
sqetests/security/wss/servletjaxws/client/TaxCalClient.java:19:
package com.sun.appserv.sqe.security.taxws does not exist
     [java]
     [java] BUILD FAILED
     [java] [javac] import
com.sun.appserv.sqe.security.taxws.TaxService;
     [java] [javac] ^
     [java] /Volumes/Spare/build/glassfish/appserv-tests/build.xml:
38: The following error occurred while executing this line:
     [java] /Volumes/Spare/build/glassfish/appserv-tests/build.xml:
118: The following error occurred while executing this line:
     [java] [javac] /Volumes/Spare/build/glassfish/appserv-tests/
sqetests/security/wss/servletjaxws/client/TaxCalClient.java:44:
cannot find symbol
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
build.xml:22: The following error occurred while executing this line:
     [java] [javac] symbol : class TaxService
     [java] [javac] location: class
com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
build.xml:83: The following error occurred while executing this line:
     [java] [javac] static TaxService service;
     [java] [javac] ^
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
build.xml:107: The following error occurred while executing this line:
     [java] [javac] /Volumes/Spare/build/glassfish/appserv-tests/
sqetests/security/wss/servletjaxws/client/TaxCalClient.java:77:
cannot find symbol
     [java] [javac] symbol : class Tax
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
build.xml:170: The following error occurred while executing this line:
     [java] [javac] location: class
com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
     [java] [javac] Tax port = service.getTaxPort();
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
security/build.xml:30: The following error occurred while executing
this line:
     [java] [javac] ^
     [java] [javac] 4 errors
     [java] in flushAll , creating new testSuiteHash
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
security/wss/build.xml:37: The following error occurred while
executing this line:
     [java] in flushAll , creating new testSuiteHash
     [java] in flushAll , creating new testSuiteHash
     [java] /Volumes/Spare/build/glassfish/appserv-tests/sqetests/
security/wss/servletjaxws/build.xml:48: The following error occurred
while executing this line:
     [java] /Volumes/Spare/build/glassfish/appserv-tests/config/
common.xml:46: Compile failed; see the compiler error output for
details.
     [java]


On Nov 30, 2006, at 5:45 PM, Dinesh Patil wrote:

> Here are the latest instructions for running quicklook on single
> instance or cluster mode.
>
> https://glassfish.dev.java.net/public/
> GuidelinesandConventions.html#Quicklook_Tests
> Quicklook: Run the test on Single instance Domain on Domain Admin
> Server (domain1).
> % cd $APS_HOME
> % maven runtest
> Quicklook for Cluster mode: Run the test on Cluster mode Domain
> (which is created by using "maven configure-cluster"). This will
> run test on Remote instance sqe-server, created and managed by
> nodeagent, sqe-agent that will be automatically created by the
> following target.
> % cd $APS_HOME
> % maven runtest-ee-standalone
> To run both Quicklook types above to verify your changes for all
> server combinations, use following command (which may take longer
> since its going to run the tests on both, domain1 and sqe-server as
> above)
> % cd $APS_HOME
> % maven runtest-ee
> thanks
> Dinesh
>
> Dhiru Pandey wrote:
>> Hello All,
>>
>> We have promoted the GlassFish V2/9.1 Milestone 3 (M3) feature
>> freeze build (b26).
>>
>> GlassFish CVS repository is now open for checkins.
>>
>> Between now and M3 completion (Dec 11, 2006) we will be focusing
>> on fixing P1 and P2 bugs
>>
>> Please follow the following checkin guidelines as specified at:
>> https://glassfish.dev.java.net/public/
>> GuidelinesandConventions.html#Commit_Procedures
>>
>> Additionally, since we are feature frozen:
>>
>> - All checkins must be accompanied with a bug id/issue id
>> - Any feature checkins must be approved by me or Sridatta
>> - The committers for following components must run QuickLook tests
>> on Cluster (EE QuickLook) when they make any checkins
>> o Admin infrastructure changes related to Server startup/shutdown
>> o ORB (changes that use java.nio classes must also run EE
>> QuickLook on Windows and Mac OS)
>> o Cluster synchronization
>> o Grizzly (changes that use java.nio classes must also run EE
>> QuickLook on Windows and Mac OS)
>> o JAX-WS
>> o GMS/JXTA changes
>> o In-memory replication
>>
>>
>> Thanks,
>> -Dhiru
>