Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Prepared build.xml as below
<target name="deploy" depends="init">
<echo message="Deploying workflow ${workflow.file}..."/>
<java jar="" fork="true" failonerror="true">
<arg value="wt.load.LoadFromFile"/>
<arg value="${workflow.dir}/${workflow.file}"/>
<classpath>
<pathelement path="${wt.bin}"/>
</classpath>
</java>
</target>
Suggest the correct way to deploy data in windchill 12.0
Solved! Go to Solution.
Hi @RS_10128209
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.
Best regards,
Its got solved using CCD build framework