cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Want to load workflow and lifecycles using build.xml through ANT command

RS_10128209
12-Amethyst

Want to load workflow and lifecycles using build.xml through ANT command

RS_10128209_0-1722939139160.png

 

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

ACCEPTED SOLUTION

Accepted Solutions

Its got solved using CCD build framework

View solution in original post

2 REPLIES 2

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,

Catalina
PTC Community Moderator

Its got solved using CCD build framework

Announcements


Top Tags