If you really want to get fully up to speed quickly, I would
recommend finding yourself a book or two to read. They will
help you absorb things at a faster pace than the individual
project websites.

To cover off the Ant side of things why not try:

http://www.amazon.com/Ant-Action-Manning-Steve-Loughran/dp/193239480X/

To cover off the CI side of things, try:

http://www.amazon.com/Continuous-Integration-Improving-Addison-Wesley-Signature/dp/0321336380/

There are plenty of other good ones out there too but with
these two you will go a long way.

Cheers, Paul.

Jan K wrote:
Hi,
I have downloaded the cruisecontrol.I have cvs.Can you let me know what
should i do next or can you give me any documentation on it.Please guide me.
Thorsten Scherler-3 wrote:
On Mon, 2008-09-01 at 02:40 -0700, Jan K wrote:
Hi,

I am new to apache ant.I just know for what purpose we use ant.Now i need
to automize my project with ant.My requirement is Whenever i checkin my
code,the build and deploy  should be done automatically.
Well there are a couple of our of the box tools for that
http://en.wikipedia.org/wiki/Continuous_Integration

Here on apache there are http://continuum.apache.org/ and
http://gump.apache.org/ but the list is long as you may see from the
websites above.

Basically what you need to do (the poor men approach) is create a
post-commit hook in your svn server that triggers the build.
The rest is done by your build script.

HTH

salu2

Also a notification
should be send to QA team.Also the build and deploy should be carried out
automatically in my onsite server also.This should be done for all the
java
projects running in our company.How can i do this,Please help
me.Please.Thanks in advance.
--
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to