This document lists the changes from version to version. The most recent version is at the top.
Classes Affected | Changes |
---|---|
resources/ri.sig | Changed the way support for extensibility attributes is implemented. |
com.ibm.sigtest.ClassDesc |
Added some carriage-returns to the toString() method.
|
build.xml | Updated version number from 1.0 to 1.1. |
build.xml | Added an ant target to generate an html file from the CVS logs. |
resources/ri.sig | Added support for extensiblity attributes to all WSDL elements. |
build.xml |
Removed the tcktools target and added
tcktools_src and tcktools_bin targets.
|
com.ibm.sigtest.SigTestUtils |
The getClassDesc(Class) method will now use the
getClassName(Class) utility method to get the
name of the class, instead of the Class.getName()
method.
|
build.xml |
Added a target 'tcktools' that will create a jar
file 'build/tcktools.jar' that contains the 2 generic
TCK tools: the signature test tool, which consists of some model
classes and 2 command-line utilities, and the TCKDoclet, which is
a parameterized doclet used to generate test documentation.
|
build.xml,com.ibm.tck.TCKDoclet,doc/footer.txt |
Moved the TCKDoclet class from the
com.ibm.wsdl.tck.util.doclet package to the
com.ibm.tck package.Made TCKDoclet generic (it is now parameterized using
the command-line options made available to Doclets by the Javadoc tool).
|
resources/ri.sig | Updated signatures to keep pace with changes to JWSDL. |
com.ibm.wsdl.tck.DefinitionTest,com.ibm.wsdl.tck.util.doclet.TCKDoclet | Removed the test for the default namespace being the WSDL namespace. |
com.ibm.sigtest.ProjectDesc,com.ibm.sigtest.TestSignatures | Created a command-line utility for comparing project files. |
com.ibm.sigtest.ProjectDesc,com.ibm.sigtest.SigTestUtils | Added some documentation. |
com.ibm.sigtest.ProjectFileGenerator,com.ibm.sigtest.SigTestUtils | Created a command-line utility for generating project files. |