Introduction
You want an easy fast way to regularly update your existing Wonder source tree and Wonder installation from CVS. The best way to do this is automate it with a script. Otherwise it becomes a chore and you will tend not to update frequently and hence not benefit from the continuous improvements and bug fixes. I typically update between 1 and 3 times a week.
Prerequisites
Wonder source tree is checked out from CVS: Download Wonder Source, Build and Install
Setup the Update Script
Setup a script in your home folder (I use ~/scripts) that will update your CVS source tree and install latest frameworks while you have a coffee break 
Here is the script I use. Examine it and change the WONDER_DIR and MY_USER_NAME variables to suit your situation
Updating With The Script
- Simply run the script as root
- If you have projects linked to your Eclipse workspace (import, no copy), then Eclipse will detect underlying changes to file system and rebuild the appropriate workspace projects. It is a good idea to check for red x's to ensure that recent Wonder changes have not broken your code. Also it is a good idea to run your test suites on projects that depend on Wonder to make sure the latest updates have not affected your code.