-
Notifications
You must be signed in to change notification settings - Fork 3
GettingStarted
Robert Peszek edited this page Sep 22, 2013
·
2 revisions
-
You can build the project with gradle (GradleBuild.
-
You can use Eclipse (eclipse project is checked in). (You will probably need to make some small adjustments to the project file.)
-
To import to other IDE such as IntelliJ IDEA make sure that you select all locations of source files:
-
src/groovy - Fpiglet source
-
ext/gruesome - a slightly modified copy of https://github.com/mcandre/gruesome together with its own (FreeBSD) license file.
-
test - All Fpiglet test files.
Currently project used Groovy 2.0.6 library and JUnit4.
- For anyone interested, the best way to start is to look at my unit test cases. (Starting with fun.by_example package.)
- TOC and better wiki organization is work in progress
Check out my blog for some examples: http://rpeszek.blogspot.com
Link on the project home page.
- It maybe easier to read the code after viewing Fpiglet self-imposed rules on style and code organization FunPiggyStyle