view j2se/make/tools/signaturetest/README @ 2:16f2b6c91171 trunk

[svn] Load openjdk/jdk7/b14 into jdk/trunk.
author xiomara
date Fri, 22 Jun 2007 00:46:43 +0000
parents a4ed3fb96592
children
line wrap: on
line source

README:

These files are from the JCK test suite, and shouldn't be directly modified.
If a bug needs to be fixed in them, it should be fixed in the JCK source
and then the updated file copied into this directory.  (This is why the
SCCS ID values are stored.)

Full instructions on how to run this test can be found in the
APIChangesTest.java file.  Here are some simple examples:

    To create a signature file:
        java javasoft.sqe.tests.api.APIChangesTest -TestURL file://`pwd`/ \
             -Filename mySignatureFile -setup

    To run the test with that signature file:
        java javasoft.sqe.tests.api.APIChangesTest -TestURL file://`pwd`/ \
             -Filename mySignatureFile