[Bedework-commit] bedework r1868 - in trunk: build
deployment/testsuite/shellscr/resources
svnadmin at bedework.org
svnadmin at bedework.org
Wed Apr 30 22:33:13 EDT 2008
Author: douglm
Date: 2008-04-30 22:33:08 -0400 (Wed, 30 Apr 2008)
New Revision: 1868
Modified:
trunk/build/quickstart-build.xml
trunk/deployment/testsuite/shellscr/resources/bwruntest.sh
Log:
Add a couple of CalDAV tests
Remove the calendarCollection property adn just use the calType property throughout. This requires dropping the column e.g.
alter table BW_CALENDARS drop column CALENDAR_COLLECTION
More annotations work to complete generation of BwEventProxy.
Remove the BwEventProxy class and use the one generated from annotations.
Add a test for the overrides
Add some basic calendar tests
Modified: trunk/build/quickstart-build.xml
===================================================================
--- trunk/build/quickstart-build.xml 2008-04-25 05:44:01 UTC (rev 1867)
+++ trunk/build/quickstart-build.xml 2008-05-01 02:33:08 UTC (rev 1868)
@@ -455,6 +455,8 @@
<target name="tomcatstart-profile-yk" depends="run.init"
description="starts the tomcat server with rpofiling">
<echo message="Starting Tomcat from ${org.bedework.appserver.dir}"/>
+ <echo message="For this to work you need to do something like:"/>
+ <echo message="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/douglm/drop2/java/yourkit/yjp-6.0.15/bin/linux-x86-32"/>
<java fork="true" dir="${basedir}"
classname="org.apache.catalina.startup.Bootstrap">
<classpath>
Modified: trunk/deployment/testsuite/shellscr/resources/bwruntest.sh
===================================================================
--- trunk/deployment/testsuite/shellscr/resources/bwruntest.sh 2008-04-25 05:44:01 UTC (rev 1867)
+++ trunk/deployment/testsuite/shellscr/resources/bwruntest.sh 2008-05-01 02:33:08 UTC (rev 1868)
@@ -15,7 +15,7 @@
APPNAME=@BW-APP-NAME@
-function runit() {
+runit() {
echo $RUNCMDPREFIX "org.junit.runner.JUnitCore org.bedework.testsuite.$1"
$RUNCMDPREFIX "org.junit.runner.JUnitCore" "org.bedework.testsuite.$1"
}
More information about the Bedework-commit
mailing list