Please add the target below. I will modify the automated build to call
this target after it is added. Unfortunately, it doesn't look like CTF
uses JUnit testrunner directly, therefore I can't use the junit tasks
and e-mail out the test that broke the build. It will still e-mail out
a build failure if any test fails.
thanks,
dean
<target name="automated_build" depends="jar,tests">
<!-- this mimics the CTFRun.sh script -->
<delete includeEmptyDirs="true">
<fileset dir="build/tests" includes="output/**"/>
</delete>
<java
classname="org.exolab.castor.tests.framework.CastorTestSuiteRunner"
failonerror="true" fork="yes">
<arg line="-verbose -printStack -text src/tests/MasterTestSuite"/>
<classpath>
<fileset dir="lib">
<include name="**/*.jar"/>
</fileset>
<pathelement path="build/classes"/>
<pathelement path="build/tests"/>
</classpath>
</java>
</target>
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev