Update of /cvsroot/jwebunit/jWebUnit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23501

Modified Files:
        build.xml 
Log Message:
fix jwebfit.fit and SampleApp targets classpath

Index: build.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** build.xml   10 Nov 2004 19:10:07 -0000      1.31
--- build.xml   11 Feb 2005 05:34:13 -0000      1.32
***************
*** 136,143 ****
      <target name="sampleApp" depends="sampleApp.compile">
        <java classname="net.sourceforge.jwebunit.fit.PseudoWebApp">
!               <classpath>
!                       <pathelement location="classes"/>
!                       <pathelement location="lib/httpunit.jar"/>
!               </classpath>
        </java>
      </target>
--- 136,141 ----
      <target name="sampleApp" depends="sampleApp.compile">
        <java classname="net.sourceforge.jwebunit.fit.PseudoWebApp">
!               <classpath location="classes"/>
!             <classpath refid="src.classpath"/>
        </java>
      </target>
***************
*** 148,162 ****
                <arg path="fitplugin/test/testOutput"/>
                <sysproperty key="wiki" value="true"/>
!               <classpath>
!                   <pathelement location="classes"/>
!                       <pathelement location="lib\fit.jar"/>
!                       <pathelement location="lib\httpunit.jar"/>
!                       <pathelement location="lib\js.jar"/>
!                       <pathelement location="lib\junit.jar"/>
!                       <pathelement location="lib\servlet.jar"/>
!                       <pathelement location="lib\nekohtml.jar"/>
!                       <pathelement location="lib\xercesImpl.jar"/>
!                       <pathelement location="lib\xml-apis.jar"/>
!               </classpath>
        </java>
      </target>
--- 146,151 ----
                <arg path="fitplugin/test/testOutput"/>
                <sysproperty key="wiki" value="true"/>
!               <classpath refid="jwebfit.classpath"/>                  
!               <classpath location="classes"/>
        </java>
      </target>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to