|
BuildingCalDAV4j
More info on building CalDAV4j
Get Java 1.6Caldav4j requires Java 1.6 Get Maven 2.xDownload and install the latest version of the Maven build tool. Get the sourceCheckout the CalDAV4j source code. Build without TestsFrom within the source tree run: mvn -Dmaven.test.skip=true package Build With TestsThe reason I mentioned building without the tests first is because building with the tests is harder than it should be right now, but if you are developing CalDAV4j you should really be running the tests.
mvn package The so-called unit tests are really functional tests - they require the a running CalDAV server to test against. Right now certain assumptions are made about the server such as URL (http://localhost:8080/chandler/dav) which means that the server that is tested against must be in fact a Cosmo server. Making CalDAV4j run and be tested against ANY CalDAV compliant server is a priority for the project. |
Sign in to add a comment