root/trunk/deployment/caldavTest/shellscr/resources/bwruntest.sh

Revision 2938 (checked in by douglm, 3 years ago)

Skip a couple of jars in jbossService.xml

Add a carddav datasource definition to configurations and update properties appropriately

Fix up prefixing in caldav test so that it can be used to test carddav. Add some carddav tests

Comment out the javadocs group definitions for calendarapi - it was breaking.

Line 
1 #!/bin/sh
2
3 # Run the bedework caldav test program
4
5 # JAVA_HOME needs to be defined
6
7 cp=.:./classes:./resources
8
9 for i in lib/*
10   do
11     cp=$cp:$i
12 done
13
14 RUNCMD="$JAVA_HOME/bin/java -cp $cp @CALDAVTEST-CLASS@"
15
16 APPNAME=@BW-APP-NAME@
17
18 echo $RUNCMD $*
19 $RUNCMD  $*
20
Note: See TracBrowser for help on using the browser.