5 Replies Latest reply on Apr 25, 2006 10:43 AM by starksm64

    Alternative parameters in startup script

    kabirkhan

      I have added a new test to the testsuite:

      org.jboss.test.aop.test.ScopedUnitTestCase

      This needs some additional parameters in the run.sh file in order to run properly, so I have excluded this for the main tests. Question is do we have any examples in the testsuite for running with an alternative run.sh file?

      What is needed is
      a) To copy aop/output/lib/pluggable-instrumentor.jar to jboss/bin
      b) Modifying run.sh:

      # Setup JBoss sepecific properties
      JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME -javaagent:pluggable-instrumentor.jar"