As a follow on to the prior discussion ... the upgrade for users from 5.0.11 to 5.0.12 (once 5.0.12 is available) will have one big wrinkle:
Package org.apache.tapestry has been renamed to org.apache.tapestry5. The rationale behind this is the rename will allow Tapestry 3 or Tapestry 4 applications to co-exist with a Tapestry 5 application. Without it, there were a number of naming conflicts. It's unfortunate that such a large change should occur so late, pretty much on the eve of a release candidate (5.0.12 may be a second beta, or may be the release candidate). This represents a lack of foresight on my part, and an evolving set of priorities. If you are on Unix, you can update your code pretty easily: find . -name \*.java -o -name \*.xml -o -name \*.properties | xargs sed -i s/org\\.apache\\.tapestry\\./org.apache.tapestry5./g This finds all Java, XML and properties files and edits them in place to replace "org.apache.tapestry." with "org.apache.tapestry5.". This will be necessary after tonight's nightly build (if you are using 5.0.12-SNAPSHOT) or once 5.0.12 is available (as part of the upgrade from 5.0.11). Thanks to everyone for all the great input; it felt that the consensus was that tapestry5 (rather than tapestry.v5 or other suggestions) was the best approach. Tapestry5 really is a new product in the Tapestry product line, and this naming still feels consistent to me. -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]