Objective
Link Eclipse WO project directly to Project Wonder frameworks source instead of the installed Wonder binaries.
Prerequisites
Import the Wonder projects from local checked out cvs source tree into your workspace: Wonder:Working With Wonder Source in Eclipse
Procedure
- Edit the Build Path on your Project. (Right-click your project -> Build Path/Configure Build Path...)
- Go to the Projects tab and Add Project References to the ERExtensions, Ajax, or other checked-out Project Wonder projects.
- Go to the Build Order tab and move the project references (typically default to the bottom) up above the WO Frameworks library by multiple selecting those cvs projects and clicking 'Up'. This will cause Eclipse to resolve Project Wonder references from the Eclipse project first, before the frameworks.
- So what does this procedure actually do? Well, it changes the file named ".classpath" that resides in your project directory. If you use a version control system, such as Subversion (which you should use), you will see that this is the file that changed upon your next commit attempt.