You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/03/22 05:06:06 UTC

svn commit: r387707 - /struts/shale/trunk/docs/release-notes-1.0.2.html

Author: wsmoak
Date: Tue Mar 21 20:06:04 2006
New Revision: 387707

URL: http://svn.apache.org/viewcvs?rev=387707&view=rev
Log:
Adapted Craig's 20060124 announcement of the nightly build reorganization, for the release notes.
Added information about shale-dependencies and shale-starter, and moved the example apps to the 'also available' section since they are no longer included in the main release distribution.

Modified:
    struts/shale/trunk/docs/release-notes-1.0.2.html

Modified: struts/shale/trunk/docs/release-notes-1.0.2.html
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.2.html?rev=387707&r1=387706&r2=387707&view=diff
==============================================================================
--- struts/shale/trunk/docs/release-notes-1.0.2.html (original)
+++ struts/shale/trunk/docs/release-notes-1.0.2.html Tue Mar 21 20:06:04 2006
@@ -83,6 +83,23 @@
             Standalone Tiles distribution is included here, to avoid the
             requirement to extract it from the sample applications.</li>
         </ul>
+    <li>Source code and JavaDocs for the following modules:
+        <ul>
+        <li><a href="../blank/docs/api/index.html">Blank Example App</a></li>
+        <li><a href="../clay-plugin/docs/api/index.html">Clay Plug-In</a></li>
+        <li><a href="../core-library/docs/api/index.html">Core Library</a></li>
+        <li><a href="../mailreader/docs/api/index.html">MailReader Example App</a></li>
+        <li><a href="../sql-browser/docs/api/index.html">SQL Browser Example App</a></li>
+        <li><a href="../test-framework/docs/api/index.html">Unit Test Framework</a></li>
+        <li><a href="../tiger/docs/api/index.html">Tiger Extensions</a></li>
+        <li><a href="../use-cases/docs/api/index.html">Use Cases Example App</a></li>
+        </ul>
+    </ul>
+    
+    In addition to the standard Shale release distribution, the following 
+    examples and resources are available:
+    
+    <ul>
     <li>Example web applications
         <ul>
         <li><code>shale-blank.war</code> - Very simple "starter" application that
@@ -96,17 +113,33 @@
         <li><code>shale-usecases.war</code> Omnibus example application
             that illustrates the use of most Shale features.</li>
         </ul></li>
-    <li>Source code and JavaDocs for the following modules:
-        <ul>
-        <li><a href="../blank/docs/api/index.html">Blank Example App</a></li>
-        <li><a href="../clay-plugin/docs/api/index.html">Clay Plug-In</a></li>
-        <li><a href="../core-library/docs/api/index.html">Core Library</a></li>
-        <li><a href="../mailreader/docs/api/index.html">MailReader Example App</a></li>
-        <li><a href="../sql-browser/docs/api/index.html">SQL Browser Example App</a></li>
-        <li><a href="../test-framework/docs/api/index.html">Unit Test Framework</a></li>
-        <li><a href="../tiger/docs/api/index.html">Tiger Extensions</a></li>
-        <li><a href="../use-cases/docs/api/index.html">Use Cases Example App</a></li>
-        </ul>
+    <li>Shale dependencies
+        <ul><code>shale-dependencies.zip</code> or 
+            <code>shale-dependencies.tar.gz</code> - For convenience,
+                  this is a snapshot of all the dependencies 
+                  that would normally be downloaded by executing the
+                  download-dependencies target in the top level build script.  
+                  Unpack this into the top-level directory of the framework 
+                  distribution (it will create a lib subdirectory).
+            </ul></li>
+    <li>Shale Starter
+        <ul><code>shale-starter.zip</code> or
+            <code>shale-dependencies.tar.gz</code> - 
+            A starting point source directory structure for a Shale based
+            application that will use Ant as the build tool. This is based on
+            the source code of the Shale Blank Starter Application example, but
+            separated out for the convenience of those who need only this
+            feature. To create a new project:
+            <ul>
+            <li>Untar or unzip this artifact into the directory that should
+            contain the new project directory.</li>
+            <li>Rename the <code>shale-starter</code> directory that is created
+            to the desired name of your project directory.</li>
+            <li>Follow the directions in the <code>README.txt</code> directory
+            of the new project to customize the default settings.</li>
+            <li>Start building and testing your Shale based application.</li>
+            </ul>
+        </ul></li>
     </ul>
     
     <a name="Changes"></a>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r387707 - /struts/shale/trunk/docs/release-notes-1.0.2.html

Posted by Craig McClanahan <cr...@apache.org>.
On 3/21/06, Wendy Smoak <ws...@gmail.com> wrote:
>
> On 3/21/06, Craig McClanahan <cr...@apache.org> wrote:
>
> > > URL: http://svn.apache.org/viewcvs?rev=387707&view=rev
>
> > Are you not seeing the javadocs (as well as the sources) for the sample
> apps
> > in the main (shale-framework-xxxxx.{tar.gz,zip}) artifacts?  The intent
> was
> > that just the binaries for the sample apps would be packaged into the
> > separate war files.  I agree that the heading ("Source code and
> JavaDocs")
> > should just say "JavaDocs" but all the links work for me.
>
> What part of the commit are you questioning?  All the links work for me,
> too.
>
> The only link I removed (in the commit before this) is the "Example
> applications" link that used to point at the nonexistent "../webapps"
> directory.
>
> Then I moved the list of example apps down to another section, and
> added your descriptions of shale-starter and shale-dependencies.


Can I blame the cat that was on my lap, demanding attention, for not
scrolling through the entire thing?  :-).  I missed the fact that it was a
move of the javadoc links, not just a delete.

(The diff shows the list of Javadocs being moved up the page, instead
> of the list of example apps being moved down.)
>
> Thanks,
> --
> Wendy


Craig

Re: svn commit: r387707 - /struts/shale/trunk/docs/release-notes-1.0.2.html

Posted by Wendy Smoak <ws...@gmail.com>.
On 3/21/06, Craig McClanahan <cr...@apache.org> wrote:

> > URL: http://svn.apache.org/viewcvs?rev=387707&view=rev

> Are you not seeing the javadocs (as well as the sources) for the sample apps
> in the main (shale-framework-xxxxx.{tar.gz,zip}) artifacts?  The intent was
> that just the binaries for the sample apps would be packaged into the
> separate war files.  I agree that the heading ("Source code and JavaDocs")
> should just say "JavaDocs" but all the links work for me.

What part of the commit are you questioning?  All the links work for me, too.

The only link I removed (in the commit before this) is the "Example
applications" link that used to point at the nonexistent "../webapps"
directory.

Then I moved the list of example apps down to another section, and
added your descriptions of shale-starter and shale-dependencies.

(The diff shows the list of Javadocs being moved up the page, instead
of the list of example apps being moved down.)

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r387707 - /struts/shale/trunk/docs/release-notes-1.0.2.html

Posted by Craig McClanahan <cr...@apache.org>.
On 3/21/06, wsmoak@apache.org <ws...@apache.org> wrote:
>
> Author: wsmoak
> Date: Tue Mar 21 20:06:04 2006
> New Revision: 387707
>
> URL: http://svn.apache.org/viewcvs?rev=387707&view=rev
> Log:
> Adapted Craig's 20060124 announcement of the nightly build reorganization,
> for the release notes.
> Added information about shale-dependencies and shale-starter, and moved
> the example apps to the 'also available' section since they are no longer
> included in the main release distribution.


Are you not seeing the javadocs (as well as the sources) for the sample apps
in the main (shale-framework-xxxxx.{tar.gz,zip}) artifacts?  The intent was
that just the binaries for the sample apps would be packaged into the
separate war files.  I agree that the heading ("Source code and JavaDocs")
should just say "JavaDocs" but all the links work for me.

Craig

Modified:
>     struts/shale/trunk/docs/release-notes-1.0.2.html
>
> Modified: struts/shale/trunk/docs/release-notes-1.0.2.html
> URL:
> http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.2.html?rev=387707&r1=387706&r2=387707&view=diff
>
> ==============================================================================
> --- struts/shale/trunk/docs/release-notes-1.0.2.html (original)
> +++ struts/shale/trunk/docs/release-notes-1.0.2.html Tue Mar 21 20:06:04
> 2006
> @@ -83,6 +83,23 @@
>              Standalone Tiles distribution is included here, to avoid the
>              requirement to extract it from the sample applications.</li>
>          </ul>
> +    <li>Source code and JavaDocs for the following modules:
> +        <ul>
> +        <li><a href="../blank/docs/api/index.html">Blank Example
> App</a></li>
> +        <li><a href="../clay-plugin/docs/api/index.html">Clay
> Plug-In</a></li>
> +        <li><a href="../core-library/docs/api/index.html">Core
> Library</a></li>
> +        <li><a href="../mailreader/docs/api/index.html">MailReader
> Example App</a></li>
> +        <li><a href="../sql-browser/docs/api/index.html">SQL Browser
> Example App</a></li>
> +        <li><a href="../test-framework/docs/api/index.html">Unit Test
> Framework</a></li>
> +        <li><a href="../tiger/docs/api/index.html">Tiger
> Extensions</a></li>
> +        <li><a href="../use-cases/docs/api/index.html">Use Cases Example
> App</a></li>
> +        </ul>
> +    </ul>
> +
> +    In addition to the standard Shale release distribution, the following
> +    examples and resources are available:
> +
> +    <ul>
>      <li>Example web applications
>          <ul>
>          <li><code>shale-blank.war</code> - Very simple "starter"
> application that
> @@ -96,17 +113,33 @@
>          <li><code>shale-usecases.war</code> Omnibus example application
>              that illustrates the use of most Shale features.</li>
>          </ul></li>
> -    <li>Source code and JavaDocs for the following modules:
> -        <ul>
> -        <li><a href="../blank/docs/api/index.html">Blank Example
> App</a></li>
> -        <li><a href="../clay-plugin/docs/api/index.html">Clay
> Plug-In</a></li>
> -        <li><a href="../core-library/docs/api/index.html">Core
> Library</a></li>
> -        <li><a href="../mailreader/docs/api/index.html">MailReader
> Example App</a></li>
> -        <li><a href="../sql-browser/docs/api/index.html">SQL Browser
> Example App</a></li>
> -        <li><a href="../test-framework/docs/api/index.html">Unit Test
> Framework</a></li>
> -        <li><a href="../tiger/docs/api/index.html">Tiger
> Extensions</a></li>
> -        <li><a href="../use-cases/docs/api/index.html">Use Cases Example
> App</a></li>
> -        </ul>
> +    <li>Shale dependencies
> +        <ul><code>shale-dependencies.zip</code> or
> +            <code>shale-dependencies.tar.gz</code> - For convenience,
> +                  this is a snapshot of all the dependencies
> +                  that would normally be downloaded by executing the
> +                  download-dependencies target in the top level build
> script.
> +                  Unpack this into the top-level directory of the
> framework
> +                  distribution (it will create a lib subdirectory).
> +            </ul></li>
> +    <li>Shale Starter
> +        <ul><code>shale-starter.zip</code> or
> +            <code>shale-dependencies.tar.gz</code> -
> +            A starting point source directory structure for a Shale based
> +            application that will use Ant as the build tool. This is
> based on
> +            the source code of the Shale Blank Starter Application
> example, but
> +            separated out for the convenience of those who need only this
> +            feature. To create a new project:
> +            <ul>
> +            <li>Untar or unzip this artifact into the directory that
> should
> +            contain the new project directory.</li>
> +            <li>Rename the <code>shale-starter</code> directory that is
> created
> +            to the desired name of your project directory.</li>
> +            <li>Follow the directions in the <code>README.txt</code>
> directory
> +            of the new project to customize the default settings.</li>
> +            <li>Start building and testing your Shale based
> application.</li>
> +            </ul>
> +        </ul></li>
>      </ul>
>
>      <a name="Changes"></a>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>