xlawrence 2005/01/05 11:07:08 CET
Added files:
docs uwCalInit.txt
Log:
Added guideline text file for initializing the uwCal testDB
Revision Changes Path
1.1 +66 -0 uwcal_JSR168/docs/uwCalInit.txt (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/docs/uwCalInit.txt?rev=1.1&content-type=text/plain
Index: uwCalInit.txt
====================================================================
I managed to get something that runs:
So far it just puts data in the db.
You'll need to check out the latest stuff.
When it's in the quickstart directory
If you're not using the quickstar you'll need to modify these steps.
-----------------------------------------------------------
Step 1
cd calendar2
ant quickstart.build
Just copies some files - the quickstart/build.xml file has changes
-------------------------------------------------------------
Step 2:
Start up the database in separate window
cd
ant hsqldb
-------------------------------------------------------------
Step 3:
cd
ant clean.deploy.debug
To get it all up to date
-------------------------------------------------------------
Step 4:
ant synchtest.initdb
This runs the application in
calendar2/tests/src/synch/edu/.../SynchTest.java
It adds 10 each of public locations, sponsors and events
Then it adds 4 private events for the user caluser and 1 event ref to
the first public event
The private event data is essentially that you sent me earlier
Try something like
cd calendar2
ant quickstart.build
cd ..
ant synchtest.initdb