From: Tim P. <ti...@pa...> - 2010-02-10 18:29:18
|
Hi all, I have, finally, set up my Hudson server. http://hudson.paneris.net/ I did not get a reply as to whether to commit, so I went ahead as the Jena Repository url has changed. We and arc are still dependent upon jenatest-0.6.0. The class NodeUtils should be moved into the main jar. I was given an assurance on teh Jena list that this would happen a while back. I then had real problems with the maven release plugin which boiled down to: export CVS_RSH=ssh You can now perform a release with mvn release:prepare release:perform I have released 0.9.3 and we are now working on 0.9.4-SNAPSHOT I have setup two CI jobs: ng4j which does a complete maven build: mvn clean deploy, site site:deploy which deploys to the maven repo at http://paneris.net/maven2/ and deploys a Maven generated web site to http://paneris.net/ng4j/ The ant build checks that it still completes successfully (test failures now are a failure). I have not updated the wiki nor the sourceforge downloads cheers Tim |