The ant-target which is failing is:
<target name="-generateDTD">
<if>
<not>
<available file="${dtd}"/>
</not>
<then>
<echo>Generating ${build.iiqBinaryExtract}/sailpoint.${IIQVersion}${IIQPatchLevel}.dtd...</echo>
<java classname="sailpoint.launch.Launcher" fork="true">
<arg line="sailpoint.tools.xml.DTDGenerator "${dtd}""/>
<classpath>
<pathelement path="${build.iiqBinaryExtract}/WEB-INF/classes"/>
<pathelement location="${build.iiqBinaryExtract}/WEB-INF/lib/identityiq.jar"/>
</classpath>
</java>
</then>
</if>
</target>
Can you perform the following:
- Run ant target
clean(if not possible delete the full directoryC:\Apps\tepos\my_local_iiq\ssb-v7.0.1\build) - Run ant target
war
If it fails again, verify the following files exist:
C:\Apps\tepos\my_local_iiq\ssb-v7.0.1\build\WEB-INF\lib\identityiq.jar
– Remold




