xlawrence    2005/01/14 15:36:46 CET

  Modified files:
    .                    README.txt 
  Log:
  More Readme informations
  
  Revision  Changes    Path
  1.7       +19 -9     uwcal_JSR168/README.txt
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/README.txt.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/README.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- README.txt        13 Jan 2005 15:14:04 -0000      1.6
  +++ README.txt        14 Jan 2005 14:36:45 -0000      1.7
  @@ -8,7 +8,8 @@
   
   For those familiar with Apache Ant, you should not be completely lost when
   switching to Maven. Indeed, all the Ant commands can be used in a Maven build
  -file, since Maven incorporates Apache Ant.
  +file, since Maven incorporates Apache Ant, and the execution of maven goals 
is
  +similar to ant targets.
   
   
   
================================================================================
  @@ -100,27 +101,35 @@
   3) From the syncAdmin tool, create 2 new users 'caluser' and 'caladmin', 2 
new
      devices 'SynchTest1' and 'SynchTest2', and add a new Principal
      'caluser/SynchTest1'.
  -4) Customize 'project.properties' so it reflects your system (tomcat
  +4) Customize 'project.properties' so it reflects your system (change tomcat
      install direcrory and sync4j sync server install directory).
  -5) maven quickStart
  +5) > maven quickStart  (to build and deploy the software)
   6) go to the sycn4j syncServer installation directory and install the 2 .s4j
      modules by updating the install.properties file
  -   (modules-to-install=calModuleOutlook,calModule)
  -7) maven server.jms          (start the JORAM JMS server)
  -8) maven server.jms.config   (create necessary JMS ressources on the JMS 
server)
  +   (modules-to-install=calModuleOutlook,calModule) and running the install
  +   script.
  +7) > maven server.jms          (start the JORAM JMS server)
  +8) > maven server.jms.config   (create necessary JMS ressources on the JMS 
server)
   9) Start the database server(s) (for sync4j, uwCal and jetspeed-2)
   10) Create the database for the calServer application (go to calClient/conf 
to
       get the Hibernate properties and schema that will tell you how to create 
the
       db (schema.ddl))
   11) start tomcat FROM the sync4j sync server root directory
  -12) maven calClient
  -13) maven synchClient
  +12) > maven calClient
  +13) > maven synchClient
   14) From the synchClient, create a new .ics empty file, and edit the
       communication settings:
       sync server url: http://localhost:8080/sync4j/sync
       userName       : caluser
       passWord       : <the one you chose in step 3>
       deviceID       : SynchTest1
  +15) From the uwCal quickStart directory, type: ant synchtest.initdb to create
  +    the uwCal DB.
  +16) Press the Synchronize button and check the content of the .ics file you
  +    created at step 14.
  +
  +Note: this current quickStart does not include the access to uwCal by the
  +      webApps.
   
   
   
================================================================================
  @@ -128,6 +137,7 @@
   
================================================================================
   
   Maven:      http://maven.apache.org/
  -Tomcat:     http://jakarta.apache.org/tomcat/index.html
  +Tomcat:     http://jakarta.apache.org/tomcat/
   Jetspeed-2: http://portals.apache.org/jetspeed-2/
   Sync4j:     http://sync4j.funambol.com/
  +uwCal:      http://www.washington.edu/ucal/
  

Reply via email to