Author: rahul Date: Fri Nov 21 17:00:33 2008 New Revision: 719769 URL: http://svn.apache.org/viewvc?rev=719769&view=rev Log: Ported relevant 0.9 RC1 changes from trunk.
Added: commons/proper/scxml/branches/J6/xdocs/0.9/ commons/proper/scxml/branches/J6/xdocs/0.9/index.xml (with props) Modified: commons/proper/scxml/branches/J6/pom.xml commons/proper/scxml/branches/J6/src/site/site.xml commons/proper/scxml/branches/J6/xdocs/changes.xml commons/proper/scxml/branches/J6/xdocs/download_scxml.xml commons/proper/scxml/branches/J6/xdocs/index.xml commons/proper/scxml/branches/J6/xdocs/navigation.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/pom.xml (original) +++ commons/proper/scxml/branches/J6/pom.xml Fri Nov 21 17:00:33 2008 @@ -275,6 +275,14 @@ <headerFile>${basedir}/scxml-asl-header.txt</headerFile> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <version>2.2.1</version> + <configuration> + <comparisonVersion>0.8</comparisonVersion> + </configuration> + </plugin> </plugins> </reporting> Modified: commons/proper/scxml/branches/J6/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/site/site.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/src/site/site.xml (original) +++ commons/proper/scxml/branches/J6/src/site/site.xml Fri Nov 21 17:00:33 2008 @@ -67,7 +67,7 @@ </item> <item name="Javadoc" - href="/0.8/apidocs/index.html"/> + href="/0.9/apidocs/index.html"/> <item name="FAQ" href="faq.html"/> @@ -115,6 +115,21 @@ <menu name="Releases"> + <item name="Version 0.9" + href="/0.9/index.html" + collapse="true"> + + <item name="Javadoc" + href="/0.9/apidocs/index.html" /> + + <item name="Release notes" + href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/RELEASE-NOTES.txt?view=markup" /> + + <item name="Source" + href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/" /> + + </item> + <item name="Version 0.8" href="/0.8/index.html" collapse="true"> Added: commons/proper/scxml/branches/J6/xdocs/0.9/index.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/0.9/index.xml?rev=719769&view=auto ============================================================================== --- commons/proper/scxml/branches/J6/xdocs/0.9/index.xml (added) +++ commons/proper/scxml/branches/J6/xdocs/0.9/index.xml Fri Nov 21 17:00:33 2008 @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +--> + +<document> + + <properties> + <title>Commons SCXML v0.9</title> + <author email="[EMAIL PROTECTED]">Commons Documentation Team</author> + </properties> + + <body> + + <section name="Commons SCXML 0.9 release documentation"> + + <p> + The following documentation on the v0.9 release is available online: + </p> + + <p> + <ul> + <li>The v0.9 <a href="apidocs/index.html">Javadoc</a>.</li> + <li>The v0.9 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/RELEASE-NOTES.txt?view=markup">release notes</a>.</li> + <li>The v0.9 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/">source tree</a>.</li> + </ul> + </p> + + </section> + + </body> + +</document> Propchange: commons/proper/scxml/branches/J6/xdocs/0.9/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/scxml/branches/J6/xdocs/0.9/index.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: commons/proper/scxml/branches/J6/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/changes.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/xdocs/changes.xml (original) +++ commons/proper/scxml/branches/J6/xdocs/changes.xml Fri Nov 21 17:00:33 2008 @@ -27,7 +27,7 @@ <section name="About this document"> <ul> - <li>The latest release of Commons SCXML is version 0.7.</li> + <li>The latest release of Commons SCXML is version 0.8.</li> <li>If you are interested in helping the project, join us on the <a href="mail-lists.html">commons-dev mailing list</a>.</li> </ul> @@ -43,8 +43,114 @@ </release> - <release version="0.9" date="In SVN" - description="Unreleased code"> + <release version="0.9" date="December 2008" + description="Latest release"> + + <action dev="rahul" type="fix"> + [11-21-2008] Added clirr plugin report, cleaned up some checkstyle + errors. + </action> + + <action dev="rahul" type="add" issue="SCXML-86"> + [11-21-2008] Support "initial" attribute of <state>. + </action> + + <action dev="rahul" type="fix" issue="SCXML-88"> + [11-21-2008] SCXMLSerializer does not serialize custom namespace + declarations. + </action> + + <action dev="rahul" type="fix" issue="SCXML-88"> + [11-21-2008] SCXMLSerializer does not serialize custom namespace + declarations. + </action> + + <action dev="rahul" type="fix"> + [11-21-2008] Change "appLog" name to be derived from + "SCXMLSemantics.class" rather than the arbitrary "scxml.app.log" + </action> + + <action dev="rahul" type="fix" issue="SCXML-90"> + [11-21-2008] "event" attribute of <send> is not evaluated + </action> + + <action dev="rahul" type="add"> + [11-19-2008] Support executable content in <transition> + child of <initial> + </action> + + <action dev="rahul" type="add" issue="SCXML-81"> + [11-19-2008] Support for <onentry> and <onexit> children + for <parallel> states. + </action> + + <action dev="rahul" type="add" issue="SCXML-82"> + [11-18-2008] Support for <transition> children for + <parallel> states. + </action> + + <action dev="rahul" type="fix" issue="SCXML-89" due-to="Joel Truher"> + [11-14-2008] <assign> doesn't remove all existing children + from location. + </action> + + <action dev="rahul" type="add" issue="SCXML-80"> + [11-14-2008] SCXMLParser should throw an exception for parsing + failures on bad URIs in <state>'s "src" attribute. + </action> + + <action dev="rahul" type="fix" issue="SCXML-87" due-to="Roger Hoover"> + [11-13-2008] Delayed events not passing payload. + </action> + + <action dev="rahul" type="fix" issue="SCXML-85"> + [11-13-2008] Added Softwaredemo to "Who is using it?" + </action> + + <action dev="rahul" type="fix" issue="SCXML-84" due-to="Jakob Sachse"> + [10-03-2008] Added a tutorial about using Commons SCXML on + Google Android. + </action> + + <action dev="rahul" type="fix" issue="SCXML-83" due-to="Ingmar Kliche"> + [08-01-2008] Improvements in <send> serialization. + </action> + + <action dev="rahul" type="fix" issue="SCXML-79"> + [07-30-2008] Stop rendering non-standard "parentid" attribute during + serialization. + </action> + + <action dev="rahul" type="fix"> + [07-28-2008] Update datamodel section of the guide to stress namespace + awareness of document. + </action> + + <action dev="rahul" type="fix"> + [07-28-2008] <var> and <exit> should be serialized in the + Commons SCXML namespace. + </action> + + <action dev="rahul" type="fix" issue="SCXML-78" due-to="Daniel Schwager"> + [07-28-2008] SCXMLListeners will not processed in defined order. + </action> + + <action dev="rahul" type="fix" issue="SCXML-77" due-to="Edzard Hoefig"> + [07-28-2008] Correct semantics for <param> with only the "name" + attribute specified. + </action> + + <action dev="rahul" type="fix" issue="SCXML-76" due-to="Ingmar Kliche"> + [07-28-2008] Serialization of expressions may produce invalid XML. + </action> + + <action dev="rahul" type="add" issue="SCXML-75" due-to="Daniel Schwager"> + [07-11-2008] Make TriggerEvent class Serializable. + </action> + + <action dev="rahul" type="add" issue="SCXML-74" due-to="Edzard Hoefig"> + [07-11-2008] <data> should support the "id" attribute. + </action> <action dev="rahul" type="fix" issue="SCXML-73" due-to="Elaine Wong"> [06-17-2008] The "delay" attribute of the <send> element @@ -59,7 +165,7 @@ </release> <release version="0.8" date="May 2008" - description="Latest release"> + description="Release"> <action dev="rahul" type="add" issue="SCXML-64"> [05-03-2008] Better error reporting for ignored or misplaced elements @@ -110,7 +216,7 @@ </release> <release version="0.7" date="December 2007" - description="Minor release"> + description="Release"> <action dev="rahul" type="add"> [12-12-2007] Add experimental Maven2 pom.xml to source distro. Modified: commons/proper/scxml/branches/J6/xdocs/download_scxml.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/download_scxml.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/xdocs/download_scxml.xml (original) +++ commons/proper/scxml/branches/J6/xdocs/download_scxml.xml Fri Nov 21 17:00:33 2008 @@ -102,17 +102,17 @@ <ul class="downloads"> <li class="group"><div class="links"><span class="label">Binary</span></div> <ul> - <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.7.tar.gz">0.7.tar.gz</a> + <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.9-bin.tar.gz">0.9.tar.gz</a> <ul class="attributes"> - <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.tar.gz.md5">md5</a>]</span> - <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.tar.gz.asc">pgp</a>]</span> + <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.9-bin.tar.gz.md5">md5</a>]</span> + <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.9-bin.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> - <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.7.zip">0.7.zip</a> + <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.9-bin.zip">0.9.zip</a> <ul class="attributes"> - <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.zip.md5">md5</a>]</span> - <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.zip.asc">pgp</a>]</span> + <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.9-bin.zip.md5">md5</a>]</span> + <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.9-bin.zip.asc">pgp</a>]</span> </li> </ul> </li> @@ -120,17 +120,17 @@ </li> <li class="group"><div class="links"><span class="label">Source</span></div> <ul> - <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.7-src.tar.gz">0.7.tar.gz</a> + <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.9-src.tar.gz">0.9.tar.gz</a> <ul class="attributes"> - <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.tar.gz.md5">md5</a>]</span> - <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.tar.gz.asc">pgp</a>]</span> + <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.9-src.tar.gz.md5">md5</a>]</span> + <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.9-src.tar.gz.asc">pgp</a>]</span> </li> </ul> </li> - <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.7-src.zip">0.7.zip</a> + <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.9-src.zip">0.9.zip</a> <ul class="attributes"> - <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.zip.md5">md5</a>]</span> - <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.zip.asc">pgp</a>]</span> + <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.9-src.zip.md5">md5</a>]</span> + <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.9-src.zip.asc">pgp</a>]</span> </li> </ul> </li> Modified: commons/proper/scxml/branches/J6/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/index.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/xdocs/index.xml (original) +++ commons/proper/scxml/branches/J6/xdocs/index.xml Fri Nov 21 17:00:33 2008 @@ -73,10 +73,10 @@ <section name="Releases"> <p> - The latest release is v0.8. Read - <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup">v0.8 + The latest release is v0.9. Read + <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/RELEASE-NOTES.txt?view=markup">v0.9 release notes</a> before upgrading. - <a href="http://commons.apache.org/scxml/download_scxml.cgi">Download v0.8!</a> + <a href="http://commons.apache.org/scxml/download_scxml.cgi">Download v0.9!</a> </p> <p> The first release was v0.5. The initial release version number was chosen Modified: commons/proper/scxml/branches/J6/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/xdocs/navigation.xml?rev=719769&r1=719768&r2=719769&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/xdocs/navigation.xml (original) +++ commons/proper/scxml/branches/J6/xdocs/navigation.xml Fri Nov 21 17:00:33 2008 @@ -75,7 +75,7 @@ </item> <item name="Javadoc" - href="/0.8/apidocs/index.html"/> + href="/0.9/apidocs/index.html"/> <item name="FAQ" href="faq.html"/> @@ -120,6 +120,21 @@ <menu name="Releases"> + <item name="Version 0.9" + href="/0.9/index.html" + collapse="true"> + + <item name="Javadoc" + href="/0.9/apidocs/index.html" /> + + <item name="Release notes" + href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/RELEASE-NOTES.txt?view=markup" /> + + <item name="Source" + href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_9/" /> + + </item> + <item name="Version 0.8" href="/0.8/index.html" collapse="true">