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/07 23:31:13 UTC

cvs commit: jakarta-turbine-jcs maven.xml project-b4.xml

asmuts      2005/01/07 14:31:13

  Modified:    .        maven.xml project-b4.xml
  Log:
  Added the ability to set auxiliaries to use a thread pools in the event queue.  By default none are used and no
  threadpool configuration is necessary.  Everything is as is unless you configure it otherwise.
  
  No version update.  I need to make sure the indexed disk cache can function
  with more than one thread pulling out of the queue.
  
  Revision  Changes    Path
  1.7       +11 -21    jakarta-turbine-jcs/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	5 Jan 2005 00:26:54 -0000	1.6
  +++ maven.xml	7 Jan 2005 22:31:13 -0000	1.7
  @@ -12,6 +12,17 @@
     </preGoal>
   
   
  +  <preGoal name="test:single">
  +
  +    <!-- Work area for unit tests -->
  +
  +    <mkdir dir="target/test-sandbox/logs"/>
  +    <copy todir="target/test-classes">
  +        <fileset dir="src/test-conf"/>
  +    </copy>
  +
  +  </preGoal>
  +
     <postGoal name="java:compile" >
         <attainGoal name="rmic"/>
     </postGoal>
  @@ -19,27 +30,6 @@
   
     <goal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
   
  -    <property
  -      name="mavenDependencyClasspath"
  -      refid="maven.dependency.classpath"
  -    />
  -
  -    <j:choose>
  -      <j:when test="${systemScope['os.name'].startsWith('Windows')}">
  -        <u:tokenize var="classpath" delim=";">${mavenDependencyClasspath}</u:tokenize>
  -      </j:when>
  -      <j:otherwise>
  -        <u:tokenize var="classpath" delim=":">${mavenDependencyClasspath}</u:tokenize>
  -      </j:otherwise>
  -    </j:choose>
  -
  -    <echo>
  -      maven.dependency.classpath:
  -      <j:forEach var="entry" items="${classpath}">${entry}
  -      </j:forEach>
  -    </echo>
  -
  -	
       <rmic base="${maven.build.dest}" classname="org.apache.jcs.auxiliary.remote.RemoteCacheListener">
         <classpath>
           <path refid="maven.dependency.classpath"/>
  
  
  
  1.4       +3 -3      jakarta-turbine-jcs/project-b4.xml
  
  Index: project-b4.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/project-b4.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project-b4.xml	23 Jul 2004 12:36:47 -0000	1.3
  +++ project-b4.xml	7 Jan 2005 22:31:13 -0000	1.4
  @@ -6,7 +6,7 @@
     <pomVersion>3</pomVersion>
     <name>jakarta-turbine-jcs</name>
     <id>jcs</id>
  -  <currentVersion>1.1-dev</currentVersion>
  +  <currentVersion>1.1.3-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -71,7 +71,7 @@
       </dependency>
       <dependency>
         <id>commons-logging</id>
  -      <version>1.0</version>
  +      <version>1.0.3</version>
       </dependency>
       <dependency>
         <id>commons-lang</id>
  @@ -87,7 +87,7 @@
       </dependency>
       <dependency>
         <id>log4j</id>
  -      <version>1.1.3</version>
  +      <version>1.2.8</version>
       </dependency>
       <dependency>
         <id>servletapi</id>
  
  
  

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