Satish Artham wrote: > If you're implying that 1.2 beta is more stable than 1.1 then I will use > the beta version. It is more stable than 1.1 . It has all the bugfixes found against 1.1. There may be regressions, but if you find them, now is the time to do so. Better than to wait till it gets declared the 1.2 release and then we find the defects. The process I use is 1. I download from CVS axis and build it myself. 2. I import the built files into my projects through an explicit task: This copies files that have different content. 3. the copied files are stored in SCM, so that we can roll back to the version, and so other people (and cruise control) does not need the axis source. 4. I usually update axis every week, unless I am making changes to axis itself. It works pretty well. Having a weekly update reduces the need to test for regressions so early, but still keeps me up to date. And having everything on SCM lets me roll back. -steve