</antcall>
</target>
<!-- =================================================================== -->
- <!-- Produces new test ps files -->
+ <!-- Produces new test PS files -->
<!-- =================================================================== -->
<target name="newPS" depends="init" description="Creates a new set of PostScript test files">
<antcall target="newTestFiles">
</antcall>
</target>
<!-- =================================================================== -->
+ <!-- Produces new test AFP files -->
+ <!-- =================================================================== -->
+ <target name="newAFP" depends="init" description="Creates a new set of AFP test files">
+ <antcall target="newTestFiles">
+ <param name="mimetype" value="application/x-afp"/>
+ <param name="msglevel" value="warn"/>
+ <param name="outDir" value="${testDir}"/>
+ </antcall>
+ </target>
+ <!-- =================================================================== -->
<!-- Produces new test areatree files -->
<!-- =================================================================== -->
<target name="newAT" depends="init" description="Creates a new set of AreaTree XML test files">