blob: 961bb9f4086d0d4122fb456e009de8452c2c9b32 [file] [log] [blame]
<?xml version="1.0"?>
<!-- ======================================================================
Apr 14, 2005 11:29:28 PM
Test WTP Monitor
test wtp monitor
naci
====================================================================== -->
<project name="Test WTP Monitor" default="notify">
<description>
test wtp monitor
</description>
<path id="monitor.classpath">
<fileset dir="C:/nmd/dev/projects/wtpr1/org.eclipse.wtp.releng.monitor">
<include name="*.jar" />
</fileset>
</path>
<taskdef name="wtp-monitor" classname="org.eclipse.wtp.releng.monitor.BuildMonitor" classpathref="monitor.classpath" />
<!-- =================================
target: notify
================================= -->
<target name="notify" depends="init" description="--> test wtp monitor">
<wtp-monitor
hostname="crm.lomboz.org"
sender="ndai@lomboz.org"
recipients="ndai@lomboz.org"
prefix="[wtp-build]"
buildLabel="I-I20050414-200504142052"
dropTokenList="%wst%,%jst%,%wstsdk%,%jstsdk%"
xmlDirectoryName="./test-build/testResults/xml"
testResultsTemplateFileName="../org.eclipse.wtp.releng/templateFiles/testResults.php.template"
compileLogsDirectoryName="./test-build/compilelogs"
testManifestFileName="../org.eclipse.wtp.releng/testManifest.xml"
/>
</target>
<!-- - - - - - - - - - - - - - - - - -
target: init
- - - - - - - - - - - - - - - - - -->
<target name="init">
</target>
</project>