Title: [waffle-scm] [671] trunk/waffle-distribution: Updated docs for 1.1 release.

Diff

Modified: trunk/waffle-distribution/pom.xml (670 => 671)

--- trunk/waffle-distribution/pom.xml	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/pom.xml	2008-05-07 13:02:43 UTC (rev 671)
@@ -111,6 +111,26 @@
               </artifactItems>
             </configuration>
           </execution>         
+         <execution>
+            <id>unpack-javadoc-testing</id>
+            <phase>install</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/site/javadoc/testing</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>${pom.groupId}</groupId>
+                  <artifactId>waffle-testing</artifactId>
+                  <version>${pom.version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>         
         </executions>
       </plugin>
       <plugin>

Modified: trunk/waffle-distribution/src/site/content/download.html (670 => 671)

--- trunk/waffle-distribution/src/site/content/download.html	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/src/site/content/download.html	2008-05-07 13:02:43 UTC (rev 671)
@@ -12,29 +12,17 @@
     The stable releases of Waffle can be found on the
     <a href=""
     <ul>
+      <li><a href="" bin distribution</a> (7 May 2008)</li>
       <li><a href="" bin distribution</a> (19 January 2008)</li>
     </ul>
-    <ul>
-      <li><a href="" bin distribution</a> (6 January 2008)</li>
-    </ul>
-    <ul>
-      <li><a href="" bin distribution</a> (15 December 2007)</li>
-    </ul>
-    <ul>
-      <li><a href="" bin distribution</a> (28 July 2007)</li>
-    </ul>
   </p>
 
 <h2 id="snapshot">Latest Snapshot</h2>
 
   <p>
     The snapshot builds of Waffle can be found on the
-    <a href="" repository</a>:
-    <ul>
-      <li><a href=""
-    </ul>
-
-    Be sure to choose the snapshot with the latest timestamp in the filename.
+    <a href="" snapshots repository</a>.
+    Be sure to choose the snapshot with the latest version and the filename with the latest timestamp.
   </p>
 
 <h2 id="maven">Using Maven 2 Artifacts</h2>
@@ -49,11 +37,12 @@
     <version>[version]</version>
   </dependency>
     </textarea>
-    specifying the desired module and version.  Currently, Waffle comprises of three Java modules:
+    specifying the desired module and version.  Currently, Waffle comprises of four Java modules:
     <ul>
       <li><a href=""
       <li><a href=""
       <li><a href=""
+      <li><a href=""
     </ul>    
     Note that mock and taglib modules have a transitive dependency on core, so there is no need to declare
     the core dependency if using mock and/or taglib.

Modified: trunk/waffle-distribution/src/site/content/examples/examples.html (670 => 671)

--- trunk/waffle-distribution/src/site/content/examples/examples.html	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/src/site/content/examples/examples.html	2008-05-07 13:02:43 UTC (rev 671)
@@ -34,7 +34,7 @@
 <p style="margin-left: 40px;">Waffle, for this example, uses a 'Paranamer' for method encoding, resulting in smaller URLs, and more
   'convention-based' design</p>
 
-<h3>Paranamer + FreeMarker + Sitemesh example</h3>
+<h3>FreeMarker + Sitemesh example</h3>
 
 <p style="margin-left: 40px;">Source: <a href=""
 

Modified: trunk/waffle-distribution/src/site/content/index.html (670 => 671)

--- trunk/waffle-distribution/src/site/content/index.html	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/src/site/content/index.html	2008-05-07 13:02:43 UTC (rev 671)
@@ -7,6 +7,12 @@
 
 <h2>News</h2>
 
+<h3>May 7th, 2008</h3>
+
+<p>
+  Waffle 1.1 is released.
+</p>
+
 <h3>January 19th, 2008</h3>
 
 <p>

Modified: trunk/waffle-distribution/src/site/content/release-notes.html (670 => 671)

--- trunk/waffle-distribution/src/site/content/release-notes.html	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/src/site/content/release-notes.html	2008-05-07 13:02:43 UTC (rev 671)
@@ -5,6 +5,57 @@
 </head>
 <body>
 
+<h1>Waffle - Version 1.1 (May 7, 2008)</h1>
+        
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href="" -         remove session/response/request form request and session level (pico container)
+</li>
+<li>[<a href="" -         The &quot;select&quot; and &quot;calendar&quot; tags don't accept EL on the &quot;name&quot; attribute
+</li>
+</ul>
+    
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href="" -         waffle.tld is targeting j2ee 1.3 (servlets 2.3 and JSP 1.2)
+</li>
+<li>[<a href="" -         Add servletServiceRequested method to ServletMonitor
+</li>
+<li>[<a href="" -         Multiple-value parameters support in OgnlDataBinder
+</li>
+<li>[<a href="" -         Enhance BindMonitor
+</li>
+<li>[<a href="" -         Add common type ValueConverters to waffle-core
+</li>
+<li>[<a href="" -         Introduce consistent convention for ValueConverter binding 
+</li>
+<li>[<a href="" -         ActionInvocationException should be handled via ErrorsContext
+</li>
+<li>[<a href="" -         Better handling of fatal system errors
+</li>
+<li>[<a href="" -         Enhance ServletMonitor
+</li>
+<li>[<a href="" -         Add cause to ErrorMessage
+</li>
+<li>[<a href="" -         Rename View.getValue() to View.getPath()
+</li>
+<li>[<a href="" -         Enhance Registrar and AbstractRegistrar
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href="" -         Add Waffle Testing module
+</li>
+<li>[<a href="" -         Add Waffle FTL functions and macros
+</li>
+<li>[<a href="" -         Add ExportView
+</li>
+</ul>
+            
 
 <h1>Waffle - Version 1.0 (Jan 19, 2008)</h1>
         

Modified: trunk/waffle-distribution/src/site/templates/skin.html (670 => 671)

--- trunk/waffle-distribution/src/site/templates/skin.html	2008-05-07 12:24:43 UTC (rev 670)
+++ trunk/waffle-distribution/src/site/templates/skin.html	2008-05-07 13:02:43 UTC (rev 671)
@@ -90,7 +90,7 @@
   </div>
   <div class="clear"></div>
   <div id="footer">
-    <div class="left"> Last Published: 19 January 2008</div>
+    <div class="left"> Last Published: 7 May 2008</div>
     <div class="right">&#169; 2008</div>
     <div class="clear"></div>
   </div>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to