Thanks that did it. I didn't use the SVN, but it compiled regardless.
Kurt From: [email protected] Date: Wed, 21 Jul 2010 21:50:44 +0200 To: [email protected] Subject: Re: [castor-user] compiling source code First of all, you should download and install it, if its not on your system yet. Have a look at: http://maven.apache.org/ (Linux and OS X have ready packages for fetching it). Also study some documentation before using it (you will need to understand how the maven build circle works). It will help you: http://maven.apache.org/guides/index.html The largest reference is the maven book: http://www.sonatype.com/products/maven/documentation/book-defguide ... After that you can use the maven commands directly in castor's root directory (e.g. mvn clean compile - for compilation). There is no difference in using maven with castor or any other project. But I really recommend to get a little familiar with it before. There are lots of documents and examples online. cheers, daniel Am 21.07.2010 um 21:35 schrieb KURT PETERS: I'm not familiar with maven. Have any tips on how to use it with castor? kurt -------------- http://soup.cyphorious.net http://cyphorious.net

