husted 01/07/05 04:45:59
Modified: doc Tag: STRUTS_1_0_BRANCH project.xml installation.xml
Added: doc Tag: STRUTS_1_0_BRANCH release-notes-1.0.1.xml
Log:
Add release notes for nightly build and update menu links. Add note to installation
page regarding Struts jar [bugzilla 2163 - [EMAIL PROTECTED]].
Revision Changes Path
No revision
No revision
1.1.2.4 +9 -11 jakarta-struts/doc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- project.xml 2001/06/15 01:46:05 1.1.2.3
+++ project.xml 2001/07/05 11:45:56 1.1.2.4
@@ -6,17 +6,15 @@
<title>Struts Framework</title>
<menu name="Documentation">
- <item name="Home" href="index.html"/>
- <item name="Installation" href="installation.html"/>
- <item name="User Guide (1.0)" href="userGuide/index.html"/>
- <item name="Javadoc" href="api/index.html"/>
- <item name="Release Notes (1.0b1)" href="release-notes-1.0-b1.html"/>
- <item name="Release Notes (1.0b2)" href="release-notes-1.0-b2.html"/>
- <item name="Release Notes (1.0b3)" href="release-notes-1.0-b3.html"/>
- <item name="Release Notes (1.0)" href="release-notes-1.0.html"/>
- <item name="Resources" href="userGuide/resources.html"/>
- <item name="Who We Are" href="userGuide/volunteers.html"/>
- <item name="TODO List (1.1)" href="todo-1.1.html"/>
+ <item name="Home" href="index.html"/>
+ <item name="Installation" href="installation.html"/>
+ <item name="User Guide (1.0)" href="userGuide/index.html"/>
+ <item name="Javadoc" href="api/index.html"/>
+ <item name="Release Notes (1.0.1)" href="release-notes-1.0.1.html"/>
+ <item name="Release Notes (1.0)" href="release-notes-1.0.html"/>
+ <item name="Resources" href="userGuide/resources.html"/>
+ <item name="Who We Are" href="userGuide/volunteers.html"/>
+ <item name="TODO List (1.1)" href="todo-1.1.html"/>
</menu>
<menu name="Java Developer Guides">
1.4.2.2 +6 -0 jakarta-struts/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- installation.xml 2001/06/15 23:31:31 1.4.2.1
+++ installation.xml 2001/07/05 11:45:56 1.4.2.2
@@ -130,6 +130,12 @@
files included in a binary distribution of Struts, as described
in the following section.</p>
+ <p>IMPORTANT NOTE: The <code>struts.jar</code> must be in your classpath when
+ compiling Struts. The <code>build.xml</code> provided does this automatically.
+ If you use your development machine to test Struts application locally, be
+ sure that the <code>stuts.jar</code> is NOT on your classpath when your
+ container is running.</p>
+
</section>
<section name="Install A Struts Binary Distribution" href="Installing">
No revision
No revision
1.1.2.1 +199 -0 jakarta-struts/doc/Attic/release-notes-1.0.1.xml