Re: [Dspace-tech] Maven Errors

2011-09-11 Thread Gareth Kelly
Hi, Trying to do a fresh install of dspace 1.7.2 on ubuntu 11.04 following strictly the guide at https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.7+on+Ubuntu with sun java. Can not complete build due to the error below. Server is an amazon ec2 if it helps. Had success earlier

Re: [Dspace-tech] Maven Errors

2011-07-08 Thread Lewatle Phaladi
Hi Hilton and Dspace Team The problem is solved after your help. Thanks, Lewatle From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: 07 July 2011 03:56 PM To: Lewatle Phaladi Subject: Re: [Dspace-tech] Maven Errors I had the same problem. So I put the server in our DMZ

Re: [Dspace-tech] Maven Errors

2011-07-07 Thread P. S. Mukhopadhyay
What Java u r using? On Wed, Jul 6, 2011 at 6:31 PM, P. S. Mukhopadhyay psmukhopadh...@gmail.com wrote: hello my settings.xml under .m2 folder (hidden folder) settings proxies proxy idoptional/id activetrue/active protocolhttp/protocol username/username

Re: [Dspace-tech] Maven Errors

2011-07-07 Thread Lewatle Phaladi
Phaladi Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Maven Errors What Java u r using? On Wed, Jul 6, 2011 at 6:31 PM, P. S. Mukhopadhyay psmukhopadh...@gmail.com wrote: hello my settings.xml under .m2 folder (hidden folder) settings proxies proxy idoptional/id

Re: [Dspace-tech] Maven Errors

2011-07-07 Thread Tim Donohue
...@gmail.com] *Sent:* 07 July 2011 12:54 PM *To:* Lewatle Phaladi *Cc:* dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] Maven Errors What Java u r using? On Wed, Jul 6, 2011 at 6:31 PM, P. S. Mukhopadhyay psmukhopadh...@gmail.com mailto:psmukhopadh...@gmail.com wrote: hello my

Re: [Dspace-tech] Maven Errors

2011-07-06 Thread Lewatle Phaladi
Hi In addition to what I have sent, here is part of server.xml file in maven, proxy idOptional/id activetrue/active protocolhttp/protocol hostourproxy.wits.ac.za/host port80/port usernamemyusername/username passwordmypassword/password

Re: [Dspace-tech] Maven Errors

2011-07-06 Thread P. S. Mukhopadhyay
hello my settings.xml under .m2 folder (hidden folder) settings proxies proxy idoptional/id activetrue/active protocolhttp/protocol username/username password/password host192.168.3.5/host port3128/port nonProxyHostslocalhost,*.example.com/nonProxyHosts /proxy

[Dspace-tech] Maven Errors

2011-07-06 Thread Lewatle Phaladi
Hi All I am installing dspace1.7.2 and I have this errors, can anyone give me idea with this errors. [INFO] BUILD FAILURE [INFO] [INFO] Total time: 13:10.929s [INFO] Finished at: Wed Jul 06 13:56:23 SAST 2011

Re: [Dspace-tech] Maven Errors

2011-07-06 Thread Tim Donohue
Lewatle, A few ideas: (1) Is your proxy information in the ~/.m2/settings.xml file? (You had said it was a server.xml file). For an example of configuring a Maven proxy, see our installation docs at: