Chain a package and deployment together using Ant Tasks
![]()
Can this be done using ant tasks and the Java Plain API?
I have read this 2 blog posts but I dont really know how to make the deployment automatically after the package. http://jorgediazblog.wordpress.com/2013/10/30/automatically-link-rebuilt-impacted-files-to-a-work-item-custom-ant-task/ http://ryehle.wordpress.com/2011/12/21/adding-a-custom-ant-task-to-your-build-toolkit/ |