[jbossws-commits] JBossWS SVN: r2316 - in branches/jbossws-1.2.0: jbossws-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 9 06:16:25 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-09 06:16:25 -0500 (Fri, 09 Feb 2007)
New Revision: 2316

Modified:
   branches/jbossws-1.2.0/build/hudson/jboss/bin/jboss.sh
   branches/jbossws-1.2.0/build/hudson/jboss/bin/runjboss.sh
   branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
echo jboss startup env

Modified: branches/jbossws-1.2.0/build/hudson/jboss/bin/jboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/bin/jboss.sh	2007-02-09 10:55:59 UTC (rev 2315)
+++ branches/jbossws-1.2.0/build/hudson/jboss/bin/jboss.sh	2007-02-09 11:16:25 UTC (rev 2316)
@@ -23,7 +23,7 @@
     # This version of run.sh obtains the pid of the JVM and saves it as jboss.pid
     # It relies on bash specific features
     # Do you want to hide jboss output?
-    /bin/bash $DIRNAME/runjboss.sh &> /dev/null &
+    /bin/bash $DIRNAME/runjboss.sh &
     sleep 20
     ;;
 stop)

Modified: branches/jbossws-1.2.0/build/hudson/jboss/bin/runjboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/bin/runjboss.sh	2007-02-09 10:55:59 UTC (rev 2315)
+++ branches/jbossws-1.2.0/build/hudson/jboss/bin/runjboss.sh	2007-02-09 11:16:25 UTC (rev 2316)
@@ -140,7 +140,7 @@
    "$JAVA" $JAVA_OPTS \
       -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \
       -classpath "$JBOSS_CLASSPATH" \
-      org.jboss.Main "$@" &
+      org.jboss.Main "$@" &> /dev/null &
       echo $! > $JBOSS_HOME/bin/jboss.pid
       fg
    STATUS=$?

Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml	2007-02-09 10:55:59 UTC (rev 2315)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml	2007-02-09 11:16:25 UTC (rev 2316)
@@ -421,9 +421,8 @@
   <!-- Common test target -->
   <target name="tests-main" depends="init">
     <mkdir dir="${tests.output.dir}/reports"/>
-    <junit printsummary="yes" showoutput="yes" dir="${tests.output.dir}" fork="yes" forkmode="perBatch">
+    <junit printsummary="yes" showoutput="yes" dir="${tests.output.dir}">
       <jvmarg value="-Djava.security.manager"/>
-      <jvmarg value="-DXmx256m"/>
       <sysproperty key="build.testlog" value="${tests.output.dir}/log"/>
       <sysproperty key="client.scenario" value="${client.scenario}"/>
       <sysproperty key="java.endorsed.dirs" value="${endorsed.dirs}"/>




More information about the jbossws-commits mailing list