>So can you elaborate more on what exactly you did to confirm that this >release is valid? Browsers used, builds ran, etc. Did you use the >artifacts as provided by the downloadable distribution? Did you check >out the tag, and build the release from there, and compared it against >the distribution? Did you use the self build artifacts to check if >they too work?
I ran a few tests: - unpacked source distribution and built install target - unpacked binary distribution and reviewed directory and BUILD, README, etc. contents - copied demos/src/pivot/demos/dom/dom_demo.html to unpacked binary lib directory - copied pivot-demos.jar from compiled source distribution to same - copied StAX JARs from wtk/lib to same - removed "-incubating" from JAR names in binary lib directory - loaded dom_demo.html in Safari and confirmed that the test application loaded and worked properly This allowed me to verify that the binary release JARs and the compiled source were both working. I also quickly perused Javadoc to look for any obvious issues. G
