Serkan Costu a écrit :
Hello,
I need your advice about ant with continuum. I have an Ant script; that
does some tasks in particular order;
1- Checks-out about 60 projects from the CVS to a local folder in
my computer, accordingly to some tag version.
2- Compiles all of the projects and generate .class files of Java
resources.
3- Then packages projects as Jars/wars.
4- After that generates an ear file and deploy to the web
application server.
Is there a way to automate this work by Continuum? I could set-up one
ant project in Continuum, but exactly I want to do is; Continuum will
just execute my ant script at a certain time and post the resulting
output to my mail. I dont want to configure all of my projects one by
one.
1- Create your Ant file
2- Add your ant file in your CVS
3- Add a ANT project in Continuum that use the scm url of your Ant file
4- Configure a schedule you want to use
5- Set the build definition to "always build" (in 1.1-beta-4) and attach the
schedule
Emmanuel