Re: FATAL ERROR: Unable to read settings.xml

2009-08-12 Thread RFatton
Thanks for your help, was indeed an issue with java. Seems to be working fine now. R RFatton wrote: > > Hi all, > > New to maven, having trouble getting it working. > > I'm using ubuntu and ran "sudo apt-get install maven2" for install. > > Also added M2_HOME=/usr/share/maven2, export M2=

RE: FATAL ERROR: Unable to read settings.xml

2009-08-11 Thread Jonathan Woods
Slightly lame suggestion, but... have you tried a different JVM, not forgetting to set JAVA_HOME? From your stack trace it's a JVM error, and nothing to do with settings.xml files. > -Original Message- > From: RFatton [mailto:conorg...@hotmail.com] > Sent: 11 August 2009 14:00 > To: user

Re: FATAL ERROR: Unable to read settings.xml

2009-08-11 Thread Brett Randall
On Tue, Aug 11, 2009 at 11:00 PM, RFatton wrote: > > Hi all, > > New to maven, having trouble getting it working. > > I'm using ubuntu and ran "sudo apt-get install maven2" for install. > > Also added M2_HOME=/usr/share/maven2, export M2=$M2_HOME/bin, export > PATH=$M2:$PATH to enviroment. > > Wh