Table of Contents
How to
Set up the build environment
Follow these steps to setup a working build environment :
- Check out the main modules from here
- For an Eclipse based setup, cd to querydsl-root and run
mvn -DdownloadSources=true clean generate-test-sources eclipse:clean eclipse:eclipse install
- If tests run at 100% and everyting installs, you are ready
Troubleshooting
If you run into any issues in setting up the environment, post a bug or add a comment to this page.