RE: continuous integration server

2008-04-15 Thread Mayank Gupta
We also use quickbuild and we do an end to end build automation using this. It starts from tagging to compilation, packaging, moving deliverables to release area, creation of release notes and pushing the same in wiki format, auto deployment in staging environments, automated testing and effective

RE: Continuum dead?

2007-05-09 Thread Mayank Gupta
Yes, you are right. And some of CI tools are really good. For Post release functions, Quickbuild is a wonderful tool. Bamboo is another CI tool but it is more helpful in pre release activities like unit testing and code coverage review. With Regards, Mayank -Original Message- From: Gre

RE: New user

2006-07-11 Thread Mayank Gupta
tall-file command... > > More on this on: > http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html > > > Cheers > > Thierry > > 2006/7/11, Mayank Gupta <[EMAIL PROTECTED]>: >> >> Hi All, >> >> >> >> I am a new

RE: New user

2006-07-11 Thread Mayank Gupta
user Hi Mayank, as you put your jar files as dependencies, you should install them in your local repository, using the maven install-file command... More on this on: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Cheers Thierry 2006/7/11, Mayank Gupta <[EMAIL PROTEC

New user

2006-07-11 Thread Mayank Gupta
Hi All, I am a new user and I am facing difficulty in understanding a basic maven concept. My source code need some jar files in the classpath (here which may be referred as a dependency). I add those in the dependency list of my pom.xml. But where I need to store those jar files so that at the