taylor      2002/12/09 12:25:41

  Modified:    build    build.xml
  Log:
  clean up of testing from build.xml
  
  Revision  Changes    Path
  1.175     +1 -24     jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.174
  retrieving revision 1.175
  diff -u -r1.174 -r1.175
  --- build.xml 9 Dec 2002 20:24:08 -0000       1.174
  +++ build.xml 9 Dec 2002 20:25:41 -0000       1.175
  @@ -1118,30 +1118,7 @@
            <antcall target="unittest-security-user"/>
   
                 <!-- restore it -->
  -<!--          <copy file="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.temp" 
tofile="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.properties" overwrite="yes"/>
  --->
  -
  -      </target>
  -
  -    <target name="x" 
  -            description="LDAP security unit test">
  -              <copy file="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.properties" 
tofile="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.temp" overwrite="yes"/>
  -              <java fork="yes" 
classname="org.apache.jetspeed.util.OverwriteProperties" dir=".">
  -         <classpath>
  -             <pathelement location="${build.dest.dir}"/>
  -             <path refid="classpath"/>
  -             <pathelement location="${junit.jar}"/>
  -             <pathelement location="${hsql.jar}"/>
  -         </classpath>
  -                <sysproperty key="DEBUG" value="true"/>
  -                <arg 
value="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.properties"/>
  -                <arg value="./src/ldap/LDAP-JetspeedSecurity.properties"/>
  -                <arg value="${webapp.dir}/WEB-INF/conf/"/>
  -              </java>
  -
  -              <!-- restore it -->
  -<!--          <copy file="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.temp" 
tofile="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.properties" overwrite="yes"/>
  --->
  +              <copy file="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.temp" 
tofile="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.properties" overwrite="yes"/>
   
         </target>
   
  
  
  

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

Reply via email to