|
roller build.xml,1.115,1.116: msg#00035java.roller.cvs
Update of /cvsroot/roller/roller In directory sc8-pr-cvs1:/tmp/cvs-serv6743 Modified Files: build.xml Log Message: Adding RollerAtomServlet. Index: build.xml =================================================================== RCS file: /cvsroot/roller/roller/build.xml,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** build.xml 30 Aug 2003 23:28:53 -0000 1.115 --- build.xml 3 Sep 2003 21:26:58 -0000 1.116 *************** *** 102,105 **** --- 102,106 ---- <path refid="xml.path"/> <fileset dir="${ro.tools}/lib"> + <include name="atom4j.jar"/> <include name="junit-3.8.1.jar"/> <include name="log4j-1.2.4.jar"/> *************** *** 182,185 **** --- 183,188 ---- <path refid="business.path"/> <path location="${build.tests}" /> + <!--path location="${ro.tools}/lib/strutstest-2.0.0.jar"/> + <path location="${ro.tools}/lib/httpunit.jar"/--> </path> *************** *** 880,883 **** --- 883,913 ---- </target> + <!--target name="test-struts" depends="build-test" > + <copy file="${basedir}/personal/testing/bookmarks.opml" + tofile="bookmarks.opml" /> + + <copy file="./personal/testing/hibernate.properties" + tofile="${ro.build}/compile_beans/hibernate.properties" /> + + <java classname="junit.textui.TestRunner" fork="yes" failonerror="false"> + <arg value="org.roller.presentation.TestAll"/> + <jvmarg value="-DrollerImpl=hibernate"/> + <classpath> + <path refid="junit.path"/> + <path location="${build.stage_web}" /> + <path location="${build.stage_web}/WEB-INF/classes/" /> + <path> + <fileset dir="${build.stage_web}/WEB-INF/lib"> + <include name="*.jar"/> + </fileset> + </path> + <path location="${ro.tools}/lib/mm.mysql-2.0.14-bin.jar"/> + <path location="${ro.tools}/lib/servlet-2.3.jar"/> + </classpath> + </java> + + <delete file="bookmarks.opml" /> + </target--> + <target name="test-hibernate" depends="build-test" > <copy file="${basedir}/personal/testing/bookmarks.opml" *************** *** 901,905 **** <batchtest toDir="${build.reports}/hibernate/xml"> <fileset dir="${build.tests}"> ! <include name="**/*Test.class"/> </fileset> </batchtest> --- 931,935 ---- <batchtest toDir="${build.reports}/hibernate/xml"> <fileset dir="${build.tests}"> ! <include name="org/roller/business/*Test.class"/> </fileset> </batchtest> *************** *** 944,948 **** <batchtest toDir="${build.reports}/castor/xml"> <fileset dir="${build.tests}"> ! <include name="**/*Test.class"/> </fileset> </batchtest> --- 974,978 ---- <batchtest toDir="${build.reports}/castor/xml"> <fileset dir="${build.tests}"> ! <include name="org/roller/business/*Test.class"/> </fileset> </batchtest> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | roller/tools/lib atom4j.jar,NONE,1.1, lavandowska |
|---|---|
| Next by Date: | roller/src/org/roller/presentation/atom RollerAtomServlet.java,NONE,1.1, lavandowska |
| Previous by Thread: | roller/tools/lib atom4j.jar,NONE,1.1, lavandowska |
| Next by Thread: | roller/src/org/roller/presentation/atom RollerAtomServlet.java,NONE,1.1, lavandowska |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |