What to do when ANT SCP task hangs unexpectedly & automating Javadoc
I had this issue with a project earlier within an ANT build script I have for Team Concert. In this project I generate JavaDoc with the ANT task <javadoc> and then I use <scp> to move the generated HTML, CSS, and other artifacts over to the target documentation server. The scp task is a secure … Read more