Sorry for english this might be very basic Question, I have an Application where i want to perform three different operations
- Taking Export From SVN
- Creating Zip of the Folders
- Uploading to Ftp
As these Operation takes some to for processes to complete.
How can i do this with Java, what is the best way to do this..
Thanks in Advance….
Using ANT might be a good idea.
In particular: