Hi Works fine for me.
Did a svn up rm -rf repository in my m2 directory disabled my current settings.xml by moving it to .backup name stopped nexus, eg. just plain vanilla maven 2.0.9 on jdk 1.5 mvn clean install -Dtest=flase from the CAMEL root dir Waited a long time :) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50 minutes 9 seconds [INFO] Finished at: Thu Dec 24 10:34:56 CET 2009 [INFO] Final Memory: 139M/411M [INFO] ------------------------------------------------------------------------ On Wed, Dec 23, 2009 at 2:55 PM, Kevin Jackson <[email protected]> wrote: > Hi, >> I will have a look on that this afternoon and coming back to you with >>>> info. I have done the code and test it with Key value pair format but >>>> not yet for CSV. This could be possible. I think that @Section tag is >>>> not checked in bindyCSVFormat. >>>> >>>> Concerning version number, this should be camel 2.2 ? Can you confirm >>>> Claus ? >>> >>> I'm looking at trunk src which I believe will be 2.2, but I'm using >>> 2.1 binary (I have tried to build trunk, but the poms are currently >>> broken and the trunk won't build from a clean .m2 - also the binary >>> doesn't contain camel-bindy.jar - so I had to download this separately >>> from repo1) >>> >> >> And you follow the guidelines from >> http://camel.apache.org/building.html >> >> Doing a quick clean build? >> >> And consider using nexus as its goes much faster and easier with maven. > > I am using maven to build the camel-trunk but I'm having to hack pom > files to correct version numbers of jars which are not available in > the repos. > > I'm running mvn -Dtest=false -DfailIfNoTests=false clean install from > the building page and I get multiple failures which I have to fix each > one before I can re-run and then fix the next > > Can you confirm that with an empty ~/.m2 that the camel-trunk source > is actually buildable? > > kjack...@ws55:~/tools/camel$ mvn -version > Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100) > Java version: 1.6.0_16 > Java home: /usr/lib/jvm/java-6-sun-1.6.0.16/jre > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux" version: "2.6.31-16-generic" arch: "i386" Family: "unix" > > > Thanks, > Kev > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
