AntスクリプトまたはAntXMLおよびSVNコマンドをカスタマイズして次のことを実行したいと思います。Eclipseワークスペースに4つのプロジェクトがあります。私はEclipseIndigoを使用しており、JavaEEを使用しています。
JavaWebアプリケーションとJavaWebサービスの4つのプロジェクトa、b、c、dがあります。次のプロセスを自動化したい:
1.Get update from svn for All a,b,c,d project.
2.clean all four project.
3.Build all four project.
4.make jar of project d and export into lib of project b.
5.Build b project.
6.make jar of project c and export into lib of project a.
7.Build a project.
8.Make ab.war archive of project a and b and put into specified location(i.e. c:\xyz\)
9.Then I want to commit this ab.war archive to a particular svn location or tag it (for read-only).
どうすればそれを達成できますか?