Write build.xml file (ANT) for compiling and generating WAR file

Thanks for your help.

I found a repository of a buddy which exemplifies the creation of ANT files for building a Vaadin 7 project: https://github.com/canthony/simple-vaadin-7-compile-widgetset-ivy

I have been able to get it to work. What I’m doing now is to figure out how to add the Cargo functionality to this existing ANT build.xml file.

I’ll report my advances.