Author Message
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
Hello. I have automated the build process by using an ant task. It properly generates the war file, but I don't think it is updating the underlying java files. For instance I updated a prompt timeout from 5 seconds to 2 seconds, and while the project was built as expected, this prompt is still generating a 5s timeout vxml. How can I ensure that the project is updated during a CI build?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You need to make sure you have an ANT task to compile the java file under the WEB-INF/src directory before the files in the classes directory are copied or packaged into the war.
Go to:   
Mobile view