You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/11/23 20:10:36 UTC

svn commit: r883480 - in /incubator/olio/dist: README build.xml releasenotes/RELEASE-NOTES-java-0.2.txt releasenotes/RELEASE-NOTES-php-0.2.txt releasenotes/RELEASE-NOTES-rails-0.2.txt

Author: shanti
Date: Mon Nov 23 20:10:24 2009
New Revision: 883480

URL: http://svn.apache.org/viewvc?rev=883480&view=rev
Log:
Fix for OLIO-124 and new release notes for 0.2 build

Added:
    incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt   (with props)
    incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt   (with props)
    incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt   (with props)
Modified:
    incubator/olio/dist/README
    incubator/olio/dist/build.xml

Modified: incubator/olio/dist/README
URL: http://svn.apache.org/viewvc/incubator/olio/dist/README?rev=883480&r1=883479&r2=883480&view=diff
==============================================================================
--- incubator/olio/dist/README (original)
+++ incubator/olio/dist/README Mon Nov 23 20:10:24 2009
@@ -14,6 +14,7 @@
   in ~/.ant/lib.
 . Type:  ant php-rat >nightly/php-rat.out
 . Type:  ant rails-rat >nightly/rails-rat.out
+. Type:  ant java-rat >nightly/java-rat.out
 
 NOTES:
 . The running of RAT is not made part of the release generation as it 

Modified: incubator/olio/dist/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/dist/build.xml?rev=883480&r1=883479&r2=883480&view=diff
==============================================================================
--- incubator/olio/dist/build.xml (original)
+++ incubator/olio/dist/build.xml Mon Nov 23 20:10:24 2009
@@ -46,7 +46,7 @@
     <property name="rails.src.name" value="apache-olio-rails-src-${version.str}"/>
     <property name="rails.relnotes" value="RELEASE-NOTES-rails-${olio.version}.txt"/>
 
-    <property name="java.app.dir" value="${base.dir}/webapp/java/trunk/ws"/>
+    <property name="java.app.dir" value="${base.dir}/webapp/java/trunk/ws/apps/webapp"/>
     <property name="java.workload.dir" value="${base.dir}/workload/java/trunk"/>
     <property name="java.pkg.name" value="apache-olio-java-${version.str}"/>
     <property name="java.src.name" value="apache-olio-java-src-${version.str}"/>
@@ -160,18 +160,18 @@
             <tarfileset dir="stage" prefix="${java.pkg.name}" includes="release,LICENSE,NOTICE"/>
             <tarfileset dir="${relnotes.dir}" prefix="${java.pkg.name}" includes="${java.relnotes}"/>
             <tarfileset dir="${docs.dir}" prefix="${java.pkg.name}" includes="java_setup.html"/>
-            <tarfileset dir="${java.workload.dir}/build" prefix="${java.pkg.name}" includes="JavaOlioDriver.jar"/>
+            <tarfileset dir="${java.workload.dir}/build" prefix="${java.pkg.name}" includes="OlioDriver.jar"/>
             <tarfileset dir="${geocoder.dir}/dist" prefix="${java.pkg.name}" includes="geocoder.war"/>
-            <tarfileset dir="${java.app.dir}" prefix="${java.pkg.name}/oliojava" excludes="build.xml, build.properties"/>
+            <tarfileset dir="${java.app.dir}/dist" prefix="${java.pkg.name}" includes="webapp.war"/>
         </tar>
 
         <zip destfile="${kit.dir}/${java.pkg.name}.zip">
             <zipfileset dir="stage" prefix="${java.pkg.name}" includes="release,LICENSE,NOTICE"/>
             <zipfileset dir="${relnotes.dir}" prefix="${java.pkg.name}" includes="${java.relnotes}"/>
             <zipfileset dir="${docs.dir}" prefix="${java.pkg.name}" includes="java_setup.html"/>
-            <zipfileset dir="${java.workload.dir}/build" prefix="${java.pkg.name}" includes="JavaOlioDriver.jar"/>
+            <zipfileset dir="${java.workload.dir}/build" prefix="${java.pkg.name}" includes="OlioDriver.jar"/>
             <zipfileset dir="${geocoder.dir}/dist" prefix="${java.pkg.name}" includes="geocoder.war"/>
-            <zipfileset dir="${java.app.dir}" prefix="${java.pkg.name}/oliojava" excludes="build.xml, build.properties"/>
+            <zipfileset dir="${java.app.dir}/dist" prefix="${java.pkg.name}" includes="webapp.war"/>
         </zip>
     </target>
 

Added: incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt
URL: http://svn.apache.org/viewvc/incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt?rev=883480&view=auto
==============================================================================
--- incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt (added)
+++ incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt Mon Nov 23 20:10:24 2009
@@ -0,0 +1,59 @@
+<!--
+ * 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.
+ * 
+-->
+This is the first release of the Java implementation of Olio.
+There are two tarballs for this release: 
+apache-olio-java-0.2.tar.gz is the binary kit.
+apache-olio-java-src-0.2.tar.gz is the source that corresponds to the binary kit.
+
+On Linux, use 'tar -xzf apache-olio-java-0.2.tar.gz' to extract.
+On Solaris, use 'gzcat apache-olio-java-0.2.tar.gz | /usr/sfw/bin/gtar -xvf -'
+
+The instructions for setting up Olio from the binary kit are contained in 
+java_setup_kit.html which is located in the top-level directory. 
+You can also browse the document at 
+  https://svn.apache.org/repos/asf/incubator/olio/docs/java_setup_kit.html
+
+The instructions for setting up Olio from the source kit are contained in
+java_setup.html which is located in the 'docs' directory.
+
+Issues fixed in this release
+============================
+OLIO-136: Timezone field in user/person table too small
+OLIO-135: On weblogic :Gives "IllegalStateException: ..." for index page
+OLIO-134: Deployment of java application fails on weblogic server
+OLIO-133: Upgrade java loader to revised loader framework
+OLIO-132: Invitations do not work in Java app
+OLIO-131: Clicking on an attendee brings up a blank page
+OLIO-130: Java doAddEvent failing in workload
+OLIO-129: "Average Images in Tag Search Results" statistic in summary report often fails
+OLIO-127: Home page image stats collection incorrect
+OLIO-126: Remove debug msgs in Java app
+OLIO-121: addPerson fails on Weblogic application server
+OLIO-120: dynamic weaving does not work with JPA/Eclipselink and Weblogic 10.3 with Fetching set to LAZY
+OLIO-118: SocialEvent does not permit changing of timezone in addEvent- reverts to system default
+OLIO-114: FileUploadHandler.java's logger is pointing to the wrong logger string
+OLIO-113: Remove old service entries from benchmark class
+OLIO-112: Update driver to use HttpClient3.0.1 APIs
+OLIO-95:  put memcached layer back in Java application
+OLIO-93: License files etc. need to be fixed in java version
+OLIO-90: Simulation of browser caches incorrect
+OLIO-87: Change static image/doc files 
+OLIO-84: Upgrade driver code to use httpclient 3.0.1
+OLIO-81: Cycle time distribution too small for Add* operations
+

Propchange: incubator/olio/dist/releasenotes/RELEASE-NOTES-java-0.2.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt
URL: http://svn.apache.org/viewvc/incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt?rev=883480&view=auto
==============================================================================
--- incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt (added)
+++ incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt Mon Nov 23 20:10:24 2009
@@ -0,0 +1,52 @@
+<!--
+ * 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.
+ * 
+-->
+This is the 0.2 release of the PHP implementation of Olio.
+There are two tarballs for this release: 
+apache-olio-php-0.2.tar.gz is the binary kit.
+apache-olio-php-src-0.2.tar.gz is the source that corresponds to the binary kit.
+On Linux, use 'tar -xzf apache-olio-php-0.2.tar.gz' to extract.
+On Solaris, use 'gzcat apache-olio-php-0.2.tar.gz | /usr/sfw/bin/gtar -xvf -'
+
+The instructions for setting up Olio from the binary kit are contained in 
+php_setup_kit.html which is located in the top-level directory. 
+You can also browse the document at 
+  https://svn.apache.org/repos/asf/incubator/olio/docs/php_setup_kit.html
+
+The instructions for setting up Olio from the source kit are contained in
+php_setup.html which is located in the 'docs' directory.
+
+Issues fixed in this release
+============================
+OLIO-136: Timezone field in user/person table too small
+OLIO-129: "Average Images in Tag Search Results" statistic in summary report often fails
+OLIO-127: Home page image stats collection incorrect
+OLIO-119: Need to remove the tinymce traces in the code
+OLIO-117: to print out true value of $stream in classes/Geocoder.php(36)
+OLIO-113: Remove old service entries from benchmark class
+OLIO-112: Update driver to use HttpClient3.0.1 APIs
+OLIO-108: Application performance is dominated by gd library
+OLIO-90: Simulation of browser caches incorrect
+OLIO-87: Change static image/doc files 
+OLIO-84: Upgrade driver code to use httpclient 3.0.1
+OLIO-83: Delete extraneous index PERSON_USERNAME_IDX
+OLIO-81: Cycle time distribution too small for Add* operations
+OLIO-61: Grasp mysql error file
+OLIO-40: File loader is slow. Filestore architecture is problematic
+OLIO-18: Calendar widgit is broken when wrapping years
+

Propchange: incubator/olio/dist/releasenotes/RELEASE-NOTES-php-0.2.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt
URL: http://svn.apache.org/viewvc/incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt?rev=883480&view=auto
==============================================================================
--- incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt (added)
+++ incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt Mon Nov 23 20:10:24 2009
@@ -0,0 +1,63 @@
+<!--
+ * 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.
+ * 
+-->
+This is the 0.2 release of the rails implementation of Olio.
+There are two tarballs for this release: 
+apache-olio-rails-0.2.tar.gz is the binary kit.
+apache-olio-rails-src-0.2.tar.gz is the source that corresponds to the binary kit.
+
+On Linux, use 'tar -xzf apache-olio-rails-0.2.tar.gz' to extract.
+On Solaris, use 'gzcat apache-olio-rails-0.2.tar.gz | /usr/sfw/bin/gtar -xvf -'
+
+The instructions for setting up Olio from the binary kit are contained in 
+rails_setup_kit.html which is located in the top-level directory.
+You can also browse the document at 
+  https://svn.apache.org/repos/asf/incubator/olio/docs/rails_setup_kit.html
+
+The instructions for setting up Olio from the source kit are contained in
+rails_setup.html which is located in the 'docs' directory.
+
+This release is known to work on ruby 1.8.6, ruby 1.8.7 and a
+combination of rake 0.8.7/rails 2.3.3 or rake 0.8.4/rails 2.3.2. It may work on other 
+versions/combinations as well.
+
+Issues fixed in this release
+============================
+OLIO-138: RailsService gives NPE if 'type' not specified
+OLIO-136: Timezone field in user/person table too small
+OLIO-129: "Average Images in Tag Search Results" statistic in summary report often fails
+OLIO-113: Remove old service entries from benchmark class
+OLIO-112: Update driver to use HttpClient3.0.1 APIs
+OLIO-90: Simulation of browser caches incorrect
+OLIO-87: Change static image/doc files 
+OLIO-84: Upgrade driver code to use httpclient 3.0.1
+OLIO-81: Cycle time distribution too small for Add* operations
+
+Known Issues
+=============
+OLIO-122: Thumbnails generated by rails app are too big
+OLIO-110: tag/event queries need optimising
+OLIO-104: During test runs with caching enabled, occasionaly it was observed that 
+   "Average images on Tag Search Results" would be zero
+OLIO-102: Page caching of home (index) page causes driver operation failures due to 
+   contention on static file
+OLIO-85: Incorrect handling of friend cloud
+OLIO-76: Some times, the addition of an attendee fails resulting in the 
+  following message in the run log: Add attendee failed, possible race condition
+OLIO-40: This issue has not been fixed for rails. The filestore architecture is
+   different from php and java apps

Propchange: incubator/olio/dist/releasenotes/RELEASE-NOTES-rails-0.2.txt
------------------------------------------------------------------------------
    svn:executable = *