Ssb-v7.0.1 build project

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 &quot;${dtd}&quot;"/>
                    <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 directory C:\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

still not working
image


This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.