[jboss-cvs] JBossCache/etc ...

Manik Surtani manik at jboss.org
Wed Apr 4 10:46:45 EDT 2007


  User: msurtani
  Date: 07/04/04 10:46:45

  Modified:    etc      build.xml
  Log:
  Updated gui for tutorial
  
  Revision  Changes    Path
  1.23      +10 -6     JBossCache/etc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- build.xml	14 Mar 2007 17:58:03 -0000	1.22
  +++ build.xml	4 Apr 2007 14:46:45 -0000	1.23
  @@ -178,18 +178,22 @@
      </target>
   
      <target name="run.demo" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
  +         <sysproperty key="java.net.preferIPv4Stack" value="true"/>
  +         <sysproperty key="bind.address" value="127.0.0.1"/>
            <classpath refid="lib.classpath"/>
            <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
            <classpath path="${output}/etc"/>
            <classpath path="${build}"/>
  +         <arg value="-console"/>
  +         <!-- make sure we use the embedded BeanShell console -->
         </java>
      </target>
   
   
      <target name="run.demo.async" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <arg value="-config"/>
            <arg value="META-INF/replAsync-service.xml"/>
  @@ -202,7 +206,7 @@
   
   
      <target name="run.demo.async.shared.cacheloader" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <arg value="-config"/>
            <arg value="META-INF/replAsyncSharedCacheLoader-service.xml"/>
  @@ -215,7 +219,7 @@
   
   
      <target name="run.demo.unshared.node1" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <arg value="-config"/>
            <arg value="META-INF/node1.xml"/>
  @@ -227,7 +231,7 @@
      </target>
   
      <target name="run.demo.unshared.node2" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <arg value="-config"/>
            <arg value="META-INF/node2.xml"/>
  @@ -391,7 +395,7 @@
   
      <target name="run.pojocache.demo" depends="compile" description="run JBoss Cache demo.">
         <!--java classname="org.jboss.cache.aop.TreeCacheAopView" fork="yes"-->
  -      <java classname="org.jboss.cache.TreeCacheView2" fork="yes">
  +      <java classname="org.jboss.cache.JBossCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <!--
                  <jvmarg value="-Xdebug"/>
  
  
  



More information about the jboss-cvs-commits mailing list