[jboss-cvs] jboss-profiler/examples/jboss-4.0/bin ...

Takuro Okada t2-okada at nri.co.jp
Fri Mar 2 00:37:28 EST 2007


  User: tokada  
  Date: 07/03/02 00:37:28

  Modified:    examples/jboss-4.0/bin  Tag: JBossProfiler_Expansion
                        run-with-jboss-profiler.bat
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +10 -1     jboss-profiler/examples/jboss-4.0/bin/Attic/run-with-jboss-profiler.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: run-with-jboss-profiler.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/examples/jboss-4.0/bin/Attic/run-with-jboss-profiler.bat,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- run-with-jboss-profiler.bat	19 Feb 2007 10:55:59 -0000	1.1.2.1
  +++ run-with-jboss-profiler.bat	2 Mar 2007 05:37:28 -0000	1.1.2.2
  @@ -1,5 +1,14 @@
   @echo off
   setlocal
  -set JAVA_OPTS=%JAVA_OPTS% -javaagent:pluggable-instrumentor.jar
  +
  +rem ##### JBoss AOP Configuration (HotSwap) #####
  +rem set JBOSS_AOP_HOME=C:\jboss-aop_1.5.2.GA\
  +rem set JAVA_OPTS=%JAVA_OPTS% -Xbootclasspath/p:%JBOSS_AOP_HOME%\bin\gen-classloader\jboss-classloader-transformer.jar;%JBOSS_AOP_HOME%\lib\jdk14-pluggable-instrumentor.jar
  +
  +rem ##### JBoss AOP Configuration (JDK5) #####
  +set JBOSS_AOP_HOME=C:\jboss-aop_1.5.2.GA\
  +set JAVA_OPTS=%JAVA_OPTS% -javaagent:%JBOSS_AOP_HOME%\lib-50\pluggable-instrumentor.jar
  +
   call run.bat -c default
  +
   endlocal
  
  
  



More information about the jboss-cvs-commits mailing list