ozeigermann 2004/03/31 06:56:20
Modified: . Tag: SLIDE_2_0_RELEASE_BRANCH RELEASE-NOTES-2.0-RC1
build.xml
src/doc Tag: SLIDE_2_0_RELEASE_BRANCH howto-j2eestore.xml
Log:
Preparations for RC1
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -1 jakarta-slide/Attic/RELEASE-NOTES-2.0-RC1
Index: RELEASE-NOTES-2.0-RC1
===================================================================
RCS file: /home/cvs/jakarta-slide/Attic/RELEASE-NOTES-2.0-RC1,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- RELEASE-NOTES-2.0-RC1 31 Mar 2004 11:16:54 -0000 1.1.2.1
+++ RELEASE-NOTES-2.0-RC1 31 Mar 2004 14:56:20 -0000 1.1.2.2
@@ -47,9 +47,10 @@
- Replaced outdated ANTLR version with most recent 2.7.3
Misc:
-- Added database schemata to the bundled and binary distributions
- Misc corrections to the documentation
- Default URL encoding now is UTF-8 instead of platform default
+- Bundled versions now use Tomcat 5.0.19 (instead of 5.0.16) and 4.1.30 (instead of
4.1.29)
+- Added database schemata to the bundled and binary distributions
KNOWN ISSUES
------------
1.191.2.8 +8 -2 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.191.2.7
retrieving revision 1.191.2.8
diff -u -r1.191.2.7 -r1.191.2.8
--- build.xml 31 Mar 2004 11:16:54 -0000 1.191.2.7
+++ build.xml 31 Mar 2004 14:56:20 -0000 1.191.2.8
@@ -19,7 +19,7 @@
<property name="name" value="Jakarta-Slide"/>
<property name="year" value="2004"/>
<property name="version" value="2.0rc1"/>
- <property name="release-notes" value="RELEASE-NOTES-2.0-BETA1"/>
+ <property name="release-notes" value="RELEASE-NOTES-2.0-RC1"/>
<property name="project" value="jakarta-slide"/>
<property name="final.name" value="${project}-${version}"/>
<property name="final-src.name" value="${project}-src-${version}"/>
@@ -212,6 +212,7 @@
<copy todir="${slide.build}/classes">
<fileset dir="src/share">
<include name="**/*.properties"/>
+ <exclude name="**/slide.properties"/>
</fileset>
</copy>
<copy todir="${slide.build}/lib">
@@ -333,7 +334,7 @@
<!-- =================================================================== -->
<!-- Build a Slide distribution -->
<!-- =================================================================== -->
- <target name="dist"
depends="main,prepare-dist,doc,javadoc,dist-xml,log4j-logger, jdk14-logging"
description="Make distribution of core components">
+ <target name="dist"
depends="main,prepare-dist,doc,javadoc,dist-xml,log4j-logger,jdk14-logging"
description="Make distribution of core components">
<copy file="src/etc/MANIFEST.MF"
tofile="${slide.build}/classes/MANIFEST.MF"/>
<replace file="${slide.build}/classes/MANIFEST.MF" token="$$VERSION$$"
value="${version}"/>
<echo message="Building Slide main JAR file"/>
@@ -471,11 +472,16 @@
</fileset>
</copy>
+ <copy todir="${catalina.dist}/slide/db-schema" overwrite="yes">
+ <fileset dir="src/conf/schema"/>
+ </copy>
+
<!-- also copy general information into Slide directory -->
<copy todir="${catalina.dist}/slide" overwrite="yes">
<fileset dir=".">
<include name="README"/>
<include name="LICENSE"/>
+ <include name="NOTICE"/>
<include name="${release-notes}"/>
</fileset>
</copy>
No revision
No revision
1.6.2.2 +5 -1 jakarta-slide/src/doc/howto-j2eestore.xml
Index: howto-j2eestore.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/howto-j2eestore.xml,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- howto-j2eestore.xml 25 Feb 2004 08:37:42 -0000 1.6.2.1
+++ howto-j2eestore.xml 31 Mar 2004 14:56:20 -0000 1.6.2.2
@@ -4,6 +4,7 @@
<properties>
<author email="[EMAIL PROTECTED]">Colin Britton</author>
+ <author email="[EMAIL PROTECTED]">Oliver Zeigermann</author>
<title>J2EE/JDBC Store Howto</title>
</properties>
@@ -43,7 +44,10 @@
be fast in some enviroments. This option is switched off here.
</p>
- <p>If your store is not configure using a datasource looked up using JNDI you
will have to provide more information to Slide
+ <p>You have to create the tables of the database schema manually. Schemata are
available in
+ src/conf/schema if you have the source distribution or in slide/db-schema if
you have the Tomcat bundled or binary distribution.</p>
+
+ <p>If your store is not configured using a datasource looked up using JNDI you
will have to provide more information to Slide
like this for example:
<pre>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]