RE: build after every checkin

2006-08-17 Thread Shute, James
] Sent: Thursday, August 17, 2006 6:54 AM To: continuum-users@maven.apache.org Subject: Re: build after every checkin Continuum can do this but without the interface. You need to wite a xml-rpc client (http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html) and add a hook in your scm

Re: build after every checkin

2006-08-17 Thread Emmanuel Venisse
6:54 AM To: continuum-users@maven.apache.org Subject: Re: build after every checkin Continuum can do this but without the interface. You need to wite a xml-rpc client (http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html) and add a hook in your scm. Emmanuel Satish a écrit : How

RE: build after every checkin

2006-08-17 Thread Shute, James
@maven.apache.org Subject: Re: build after every checkin We can't add a hook in your scm. It's generally a script that you add in a directory of your scm. We can't create the full xml-rpc because it depends on how you want to use it, but we provide a helper class that will help you. Emmanuel Shute, James

Re: build after every checkin

2006-08-17 Thread Emmanuel Venisse
: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 8:06 AM To: continuum-users@maven.apache.org Subject: Re: build after every checkin We can't add a hook in your scm. It's generally a script that you add in a directory of your scm. We can't create the full xml-rpc

RE: build after every checkin

2006-08-17 Thread Shute, James
Excellent - thanks -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 8:26 AM To: continuum-users@maven.apache.org Subject: Re: build after every checkin oh I misunderstood. It's the default mode. With a small interval, it will be ok

Re: build after every checkin

2006-08-16 Thread Emmanuel Venisse
Continuum can do this but without the interface. You need to wite a xml-rpc client (http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html) and add a hook in your scm. Emmanuel Satish a écrit : How can i configure the build to happen after every checkin instead of the sceduled