A getting started user behind proxy under win xp problem?

2007-06-13 Thread Johan Iskandar
Hi all, I'am using maven 2.0.6 from win xp behind my corporate firewall I'm trying to execute the line mvn archetype:create -DgroupId=mavenbook -DartifactId=my-app I have searched a lot of places, but I've given up.. Help is much appreciated here. Thanks. Best regards, johan

Re: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Antonio Petrelli
2007/6/13, Johan Iskandar [EMAIL PROTECTED]: I'am using maven 2.0.6 from win xp behind my corporate firewall Did you configure the proxy? http://maven.apache.org/guides/mini/guide-proxies.html Antonio

RE: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Johan Iskandar
/mirrorOf !-- The Netherlands, Amsterdam -- /mirror /mirrors /settings -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 10:02 PM To: Maven Users List Subject: Re: A getting started user behind proxy under win xp problem? 2007/6/13

Re: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Wendy Smoak
On 6/13/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Did you configure the proxy? http://maven.apache.org/guides/mini/guide-proxies.html ... and after you do that, add -U on the command line to force Maven to check for updates. The default update policy is once per day, and as far as

RE: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Johan Iskandar
The funny thing is when I used my new settings (below) the thing actually downloaded things.. I dunno if this is the correct behaviour.. I've taken this new setting from here and added the previous proxy and localrepo tags: http://www.hibernate.org/422.html I created a new blank directory in

RE: used to be A getting started user behind proxy under win xp problem?

2007-06-13 Thread Johan Iskandar
... proxies proxy activetrue/active protocolhttp/protocol hostwww-proxy.ag-it.com/host port8080/port idagit/id /proxy /proxies ... Sorry these lines should have been ... proxies proxy activetrue/active protocolhttp/protocol

Re: used to be A getting started user behind proxy under win xp problem?

2007-06-13 Thread Wayne Fay
As Wendy said in the other thread... ... and after you do that, add -U on the command line to force Maven to check for updates. The default update policy is once per day, and as far as Maven is concerned, it already checked today, even though it failed. Wayne On 6/13/07, Johan Iskandar