Re: [JPP-Devel] Sample Ant Tasks For Nightly Build

2008-03-17 Thread Paul Austin
Landon, I use some shell scripts and my maven script to do the build. If you have cygwin on your windows box you can use these The update script goes something like this. #!/bin/bash for module in *; do if [ -d $module ]; then cd $module svn update cd .. fi done Then the build sc

[JPP-Devel] Sample Ant Tasks For Nightly Build

2008-03-17 Thread Sunburned Surveyor
If anyone has Ant Tasks that they use to [1] update an source code tree from an SVN repository, and [2] upload a zip file to an FTP site, could you shoot them my way. I'm going to work on modifying my Ant script to automatically update and then commit a build of OpenJUMP to my website. I'll tinker