Hi, Here is what I did:
> - Reviewed release notes > - Reviewed RAT reports - Downloaded apache-pivot-1.3-incubating-src.zip, verified MD5 sum, expanded, and verified its contents - Downloaded apache-pivot-1.3-incubating.zip and verified MD5 sum, expanded, and verified its contents // // From the binary zip: // - Reviewed all root files One question, from "Additional Notes" in RELEASE-NOTES: TextArea is still not completely functional ? And the WTKX Translator and Compiler are still present ? In the README: > NOTE Pivot uses the StAX API to load and process WTKX source files. Like many > APIs in the JDK, StAX uses a service discovery mechanism to locate and But why not also write that now we use the version bundled in the Java 6 Runtime ? A migration guide from 1.2, or at least some info of the parts removed in 1.3 (like the bind annotations, etc) could be useful i think. - Reviewed contents of lib directory, and decompressed jars - Reviewed Javadoc contents, and see some pages - Deployed pivot_demos.war to local Tomcat 6.0.18 instance - Verified successful execution of "Kitchen Sink", "Stock Tracker", "JSON Viewer" -> note that pasting inside the contents of TerraTheme_test.json i got 2 times the color[] in the tree (someone has this ?), "Scripting", "Table Row Editor", "Large Data Sets", "RSS Feed", "DOM Interaction", "Fixed Column Table", "Multiple Selection" - Deployed pivot_tutorials.war to local Tomcat 6.0.18 instance - Verified successful execution of "Sample Application", "Hello, World!", and all other examples -- Note that the following pages (referenced my some links, like that in tutorials index) doesn't exist: Calendars Menus Table Views Tree Views File Browsing Windows The Clipboard Drag and Drop Drawing Effects Background Tasks Web Queries Data Binding Localization Scripting while in the real Pivot site they exist (some are empty). // // From the source zip: // - Reviewed all root files - Executed all build targets described in BUILD file -- all ok, only it's still present the annoying ant warning on the missing xbean.jar ... -- in the ant install there is a warning: [signjar] Warning: [signjar] The signer certificate has expired. should that certificate be renewed ? I think documentation is an important point (also for the perception of the quality of the project), so I'd like to vote -1 at the moment. And so also the JSON Viewer could be fixed for the final 1.3 release. That's all, Sandro
