Author: David Michael Nelson (davidmichael.nelson -at- gmail -dot- com)
Project meant to find the cheapest plane tickets in Brazil, looking for specific week days within a given period.
- Groovy - http://groovy.codehaus.org
- Gradle - http://www.gradle.org/
- HTTPBuilder - http://groovy.codehaus.org/modules/http-builder/
- Spock - http://code.google.com/p/spock/ (Testing)
- Commons Logging - http://commons.apache.org/logging/ (Logging)
- Log4J - http://logging.apache.org/log4j/ (Logging - Optional)
- Download and set up Groovy and Gradle
- Checkout the code
- Test if it is building by running
gradle build
on project root - Have fun!
- Run
gradle idea
on project root - Open the project on IDEA
- Project being created with wrong JDK version
Just change for the one on your machine :).
- Project being created without referencing Groovy standard library causing ClassNotFoundException whem running scripts within IDEA
Right-click your project, click on Add framework support
, then select Groovy.