Changeset 1868
- Timestamp:
- 04/30/08 22:33:08
- Files:
-
- trunk/build/quickstart-build.xml (modified) (1 diff)
- trunk/deployment/testsuite/shellscr/resources/bwruntest.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart-build.xml
r1807 r1868 456 456 description="starts the tomcat server with rpofiling"> 457 457 <echo message="Starting Tomcat from ${org.bedework.appserver.dir}"/> 458 <echo message="For this to work you need to do something like:"/> 459 <echo message="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/douglm/drop2/java/yourkit/yjp-6.0.15/bin/linux-x86-32"/> 458 460 <java fork="true" dir="${basedir}" 459 461 classname="org.apache.catalina.startup.Bootstrap"> trunk/deployment/testsuite/shellscr/resources/bwruntest.sh
r1539 r1868 16 16 APPNAME=@BW-APP-NAME@ 17 17 18 functionrunit() {18 runit() { 19 19 echo $RUNCMDPREFIX "org.junit.runner.JUnitCore org.bedework.testsuite.$1" 20 20 $RUNCMDPREFIX "org.junit.runner.JUnitCore" "org.bedework.testsuite.$1"
