You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2004/09/15 18:43:23 UTC

cvs commit: jakarta-slide/proposals/tamino/etc/ant tree.xml tws.nsi webapp.xml

pnever      2004/09/15 09:43:23

  Modified:    proposals/tamino/etc/ant tree.xml tws.nsi webapp.xml
  Log:
  For TWS 422
  
  Revision  Changes    Path
  1.3       +15 -0     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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tree.xml	1 Apr 2004 13:06:58 -0000	1.2
  +++ tree.xml	15 Sep 2004 16:43:23 -0000	1.3
  @@ -36,6 +36,21 @@
       <move file="${tws.build}/setup.exe" tofile="${tws.build}/${tws.distfile}.exe" />
   </target>
   
  +<target name="war" description="Builds a WAR file for distribution (assumes tree has been built)">
  +    <mkdir dir="${tws.build}/tmp4war"/>
  +    <copy todir="${tws.build}/tmp4war">
  +        <fileset dir="${webapp.dir}"/>
  +    </copy>
  +    <copy todir="${tws.build}/tmp4war/WEB-INF/lib">
  +        <fileset dir="${tomcat.patched}/common/lib"
  +                 includes="**/tws-urm.jar,**/log4j-1.2.8.jar"
  +        />
  +    </copy>
  +    <jar destfile="${tws.build}/taminowebdavserver.war">
  +        <fileset dir="${tws.build}/tmp4war"/>
  +    </jar>
  +</target>
  +
   <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}" />
  
  
  
  1.2       +1 -1      jakarta-slide/proposals/tamino/etc/ant/tws.nsi
  
  Index: tws.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/tws.nsi,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tws.nsi	25 Mar 2004 16:17:58 -0000	1.1
  +++ tws.nsi	15 Sep 2004 16:43:23 -0000	1.2
  @@ -62,7 +62,7 @@
     CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Run.lnk" $WINDIR\system32\CMD.EXE '/c set JAVA_HOME=$1&& inodavserver.cmd run' $INSTDIR\WebDAV.ico
     CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Browse.lnk" "http://localhost:8080/taminowebdavserver"
     CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Readme.lnk" "$INSTDIR\readme.txt"
  -  CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation.lnk" "$INSTDIR\doc\index.html"
  +  CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation.lnk" "$INSTDIR\doc\overview.htm"
     CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Homepage.lnk" "${PRODUCT_WEB_SITE}"
     
   ; TODO  WriteIniStr "$INSTDIR\console.url" "JPL Console" "URL" "${PRODUCT_WEB_SITE}"
  
  
  
  1.2       +2 -0      jakarta-slide/proposals/tamino/etc/ant/webapp.xml
  
  Index: webapp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/webapp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webapp.xml	25 Mar 2004 16:17:58 -0000	1.1
  +++ webapp.xml	15 Sep 2004 16:43:23 -0000	1.2
  @@ -44,6 +44,8 @@
       <copy todir="${webapp.lib}" file="${oro.jar}"/>
       <copy todir="${webapp.lib}" file="${jta.jar}"/>
       <copy todir="${webapp.lib}" file="${ant.jar}"/>
  +    <copy todir="${webapp.lib}" file="${commons-codec.jar}"/>
  +    <copy todir="${webapp.lib}" file="${commons-transaction.jar}"/>
   
         <!-- These files are expected to run tws, but they are not copied because they are
              included in standard-tomcat/common/endorsed:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org