juergen     2004/04/01 05:06:58

  Modified:    proposals/tamino build.properties.sample readme.txt
               proposals/tamino/etc/ant misc.xml tomcat.xml tree.xml
  Log:
  ssx fixes for latest Tamino build (Michael)
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-slide/proposals/tamino/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   26 Mar 2004 11:07:58 -0000      1.2
  +++ build.properties.sample   1 Apr 2004 13:06:58 -0000       1.3
  @@ -42,7 +42,7 @@
   tamino.jar=x:\\mhm\\inodavext\\TaminoAPI4J.jar
   
   # SSX. Point this to the tamino install directory to use ssx. Comment-out otherwise
  -# sag.ssx=x:\\mhm\\inodavext\\mhm\\inodavext\\paris_472
  +# sag.ssx=x:\\mhm\\inodavext\\paris_527_win
   
   #
   # Tomcat servlet container
  
  
  
  1.4       +3 -1      jakarta-slide/proposals/tamino/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/readme.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.txt        26 Mar 2004 11:07:58 -0000      1.3
  +++ readme.txt        1 Apr 2004 13:06:58 -0000       1.4
  @@ -93,16 +93,18 @@
           ant make
   
   o Enter Tamino WebDAV Server directory
  +      cd jakarta-slide/proposals/tamino
   
   o make sure you've adjusted the test.* properties in build.properties
   
   o Install security (because we tested the test cases with security enabled):
         ant tws.security
   
  -o Generate a TProcessor configuration file :
  +o Generate a TProcessor configuration file:
         ant tp.properties
   
   o Start tws
  +      build/tree/bin/inodavserver run
   
   o Configure stores and run the functional Tests:
         cd jakarta-slide/testsuite
  
  
  
  1.2       +3 -0      jakarta-slide/proposals/tamino/etc/ant/misc.xml
  
  Index: misc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/misc.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- misc.xml  25 Mar 2004 16:17:58 -0000      1.1
  +++ misc.xml  1 Apr 2004 13:06:58 -0000       1.2
  @@ -149,6 +149,9 @@
           </xmlcatalog>
       </xslt>
   
  +    <!-- TODO: remove this when we've contributed the documentation -->
  +    <mkdir dir="${tws.home}/doc/graphics"/>
  +    
       <mkdir dir="${tws.doc}/graphics"/>
       <copy todir="${tws.doc}/graphics">
           <fileset dir="${tws.home}/doc/graphics">
  
  
  
  1.2       +2 -2      jakarta-slide/proposals/tamino/etc/ant/tomcat.xml
  
  Index: tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/tomcat.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tomcat.xml        25 Mar 2004 16:17:58 -0000      1.1
  +++ tomcat.xml        1 Apr 2004 13:06:58 -0000       1.2
  @@ -70,8 +70,8 @@
       <antcall target="ssx.jar"/>
   </target>
   <target name="tomcat.native.win">
  -    <copy file="${sag.ssx}/lib/sagssxuserdb2.dll" todir="${tomcat.native}/lib"/>
  -    <copy file="${sag.ssx}/lib/sagssxuserdbimpl2.dll" todir="${tomcat.native}/lib"/>
  +    <copy file="${sag.ssx}/bin/sagssxuserdb2.dll" todir="${tomcat.native}/lib"/>
  +    <copy file="${sag.ssx}/bin/sagssxuserdbimpl2.dll" todir="${tomcat.native}/lib"/>
   </target>
   <target name="tomcat.native.unix">
       <copy file="${sag.ssx}/lib/libsagssxuserdb2.so" todir="${tomcat.native}/lib"/>
  
  
  
  1.2       +1 -1      jakarta-slide/proposals/tamino/etc/ant/tree.xml
  
  Index: tree.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/tree.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tree.xml  25 Mar 2004 16:17:58 -0000      1.1
  +++ tree.xml  1 Apr 2004 13:06:58 -0000       1.2
  @@ -36,7 +36,7 @@
       <move file="${tws.build}/setup.exe" tofile="${tws.build}/${tws.distfile}.exe" />
   </target>
   
  -<target name="tree" description="Builds the install tree which contains everything 
you for a running webdav server.">
  +<target name="tree" description="Builds the install tree which contains everything 
you need for a running webdav server.">
       <antcall target="tomcat.orig.opt"/>
       <delete dir="${tws.tree}" />
       <mkdir dir="${tws.tree}" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to