To run Java2D TestProduct :

% java TestProduct

-----------------------------------------------------------------------
Introduction
-----------------------------------------------------------------------

Java2D TestProduct is the Java2D regression test suite.  DataBuffers
are generated and stored into JarFiles.  On playback these DataBuffers,
the master suite of reference images, are compared pixel by pixel to
the current implementation of the test.


-----------------------------------------------------------------------
Tips on usage 
----------------------------------------------------------------------- 

If the jarfiles directory is empty jarfiles will need to be created.
Launch TestProduct with 'java TestProduct -jfgeneration -jtag=Sol26-Q'.  
The jtag= argument 'Sol26' equals the platform and 'Q' equals the build
version.  Generating jarfiles can take awhile depending on the number of 
controls and the number of tests. 

Now that jarfiles of DataBuffers have been generated TestProduct can
be run in gui mode or non gui mode.  When running in non gui mode the
-nogui command line parameter must be specified, 

    java TestProduct -run -nogui -jtag=Sol-Q -rfile=Sol-R

For all other help :

    java TestProduct -h


-----------------------------------------------------------------------
NOTE about the tests
----------------------------------------------------------------------- 

The test groups are in separate packages with their class files stored 
in directories named according to the test group name.  This makes it 
possible for the tests to be loaded dynamically. All tests extend the 
TestSurface abstract class and implement the TestSurface render method. 

You can run the tests in stand-alone mode by issuing a command like 
this from the TestProduct directory:
    
    java tests.Clipping.Texture


----------------------------------------------------------------------- 
For questions :

Brian Lichtenwalter	lichtenw@eng.sun.com	x51918
