You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2005/01/27 23:45:11 UTC

cvs commit: jakarta-turbine-jcs project.properties project.xml

asmuts      2005/01/27 14:45:11

  Modified:    .        project.properties project.xml
  Log:
  1.  Fixed remote clustering (or server chaining) and failover.
  I've tested with up to 3 remote servers.
  You can chain remote servers.  Basically, gets can be distributed.
  Since gets are the most common operation, this will help a system scale.
  Also you can set servers to failover.  This allows you to have a hot standby.
  
  2.  Cleaned up javadocs all over the place.  There is still more to do.
  
  Revision  Changes    Path
  1.6       +3 -0      jakarta-turbine-jcs/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	22 Aug 2003 09:27:54 -0000	1.5
  +++ project.properties	27 Jan 2005 22:45:11 -0000	1.6
  @@ -7,6 +7,9 @@
   maven.core.callback.post-compile.buildTarget = jcs:copy-classpath-vm
   
   maven.junit.fork = true
  +# I'm setting this for jcoverage.
  +#maven.test.failure.ignore=true
  +maven.jcoverage.junit.fork = true
   
   # -------------------------------------------------------------------
   # C H E C K S T Y L E  P R O P E R T I E S
  
  
  
  1.44      +15 -2     jakarta-turbine-jcs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml	13 Jan 2005 09:12:58 -0000	1.43
  +++ project.xml	27 Jan 2005 22:45:11 -0000	1.44
  @@ -1,10 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  +
     <pomVersion>3</pomVersion>
     <name>Turbine JCS</name>
     <id>jcs</id>
  -  <currentVersion>1.2.1-dev</currentVersion>
  +  <currentVersion>1.2.2-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -14,8 +15,10 @@
     <package>org.apache.jcs</package>
     <logo>/images/blue-logo.gif</logo>
   
  +
     <gumpRepositoryId>jakarta</gumpRepositoryId>
   
  +
     <shortDescription>Cache</shortDescription>
     <description>Comprehensive Caching System</description>
     <url>http://jakarta.apache.org/turbine/jcs/</url>
  @@ -24,12 +27,14 @@
     <siteDirectory>/www/jakarta.apache.org/turbine/jcs/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-jcs/</distributionDirectory>
   
  +
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-jcs</connection>
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-jcs</developerConnection>
       <url>http://cvs.apache.org/viewcvs/jakarta-turbine-jcs/</url>
     </repository>
   
  +
     <mailingLists>
       <mailingList>
         <name>JCS User List</name>
  @@ -44,6 +49,8 @@
         <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=turbine-jcs-dev@jakarta.apache.org</archive>
       </mailingList>
     </mailingLists>
  +
  +
     <developers>
       <developer>
         <name>Aaron Smuts</name>
  @@ -153,6 +160,8 @@
         <version>1.5.0</version>
       </dependency>
     </dependencies>
  +
  +
     <build>
       <sourceDirectory>src/java</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  @@ -177,9 +186,10 @@
           </includes>
         </resources>
       </unitTest>
  -
       <jars></jars>
     </build>
  +
  +
     <reports>
       <report>maven-jdepend-plugin</report>
       <report>maven-checkstyle-plugin</report>
  @@ -190,9 +200,12 @@
       <report>maven-javadoc-plugin</report>
       <report>maven-jxr-plugin</report>
       <report>maven-junit-report-plugin</report>
  +    <!--
       <report>maven-jcoverage-plugin</report>
  +     -->
       <report>maven-tasklist-plugin</report>
       <report>maven-pmd-plugin</report>
       <report>maven-simian-plugin</report>
     </reports>
  +
   </project>
  
  
  

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