> I'm looking for a 'reference' project, something that can be reimplemented > in Scala or Ruby, allows me to set up Hudson and some plugins that seem > interesting....
Ultimately, I find "implementing" yet another bowling/sudoku example by following someone's directions to be not only unfulfilling but also less educational than you might plan before doing it. It is far more useful to be working on a REAL project, even just a small one. Since you mentioned Maven... The book Maven: The Definitive Guide has been split into 2 parts -- I'd encourage you to work through Maven by Example [1]. You may also find the Nexus book to be useful [2]. I'm not sure if Hudson has anything similar but I had no problems getting Hudson installed and running (at a basic level) in a matter of minutes. [1] http://www.sonatype.com/books/mvnex-book/reference/public-book.html [2] http://www.sonatype.com/books/nexus-book/reference/ Wayne -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
