You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/20 16:22:49 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/share build-tests-weblogic-70.xml

vmassol     2002/07/20 07:22:49

  Modified:    sample-servlet/conf/sample/build/share
                        build-tests-weblogic-70.xml
  Log:
  support for authentication
  
  Revision  Changes    Path
  1.2       +16 -0     jakarta-cactus/sample-servlet/conf/sample/build/share/build-tests-weblogic-70.xml
  
  Index: build-tests-weblogic-70.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/share/build-tests-weblogic-70.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-tests-weblogic-70.xml	19 Jun 2002 22:02:53 -0000	1.1
  +++ build-tests-weblogic-70.xml	20 Jul 2002 14:22:49 -0000	1.2
  @@ -127,4 +127,20 @@
           <copy file="${target.test.dir}/test.war"
               todir="${target.weblogic70.dir}/testdomain/applications"/>
   
  +        <!-- Update the war to include the proprietary weblogic.xml config
  +             file. -->
  +
  +        <!-- Hack: Make sure weblogic.xml is always newer than the war so that
  +             the later is always updated. Waiting for an Ant bug fix -->
  +        <touch file="${target.weblogic70.dir}/testdomain/applications/test.war"
  +            datetime="06/28/2000 2:02 pm"/>
  +
  +        <war update="true"
  +            warfile="${target.weblogic70.dir}/testdomain/applications/test.war">
  +
  +            <webinf dir="${conf.weblogic70.dir}">
  +                <include name="weblogic.xml"/>
  +            </webinf>
  +        </war>
  +
       </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>