Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
Without knowing anything about it in any detail (I don't run Vista), I would guess you might need to disable a firewall or grant Internet-connect privileges to your JDK executables. Wayne On 11/20/07, Sean Hennessy [EMAIL PROTECTED] wrote: Perhaps you might try adding -U option to command line

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
Perhaps you might try adding -U option to command line and archetypeGroupId also..or simpler maven-archetype-site first? C:\Users\toby\workspacemvn -U -e archetype:create -DgroupId=com.mycompany.app -DarchetypeGroupId=org.apache.maven.archetypes -DartifactId=my-webapp

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
It seems there are no firewall problems because the eclipse update works ok ... also I can't even get a simple mvn archetype:create to work I've copied the settings.xml from maven-2.0.7\conf to my .m2 folder as well but still no luck :-( Toby Hobson wrote: Hi guys, I've recently

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
the eclipse update works ok -- what (exactly) do you mean? How does Eclipse working == no firewall problems? In addition to the Vista firewall, what antivirus software are you running? A few people have posted here very frustrated by things only to discover that McAfee or something similar was

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
Sorry ... I mean that the JDK executable is able to pass through the vista firewall, I'll try disabling AVG etc. - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 9:39:46 PM Subject: Re: Artifact problem

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
, 20 November, 2007 9:43:07 PM Subject: Re: Artifact problem on vista Sorry ... I mean that the JDK executable is able to pass through the vista firewall, I'll try disabling AVG etc. - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
:-( - Original Message From: Toby Hobson [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 9:43:07 PM Subject: Re: Artifact problem on vista Sorry ... I mean that the JDK executable is able to pass through the vista firewall, I'll try

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
@maven.apache.org Sent: Tuesday, 20 November, 2007 9:39:46 PM Subject: Re: Artifact problem on vista the eclipse update works ok -- what (exactly) do you mean? How does Eclipse working == no firewall problems? In addition to the Vista firewall, what antivirus software are you running? A few

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
- Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 10:07:03 PM Subject: Re: Artifact problem on vista (Eclipse uses javaw.exe) != (Maven uses java.exe). It is very possible that javaw.exe would be allowed while

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
] C:\Users\toby\workspace - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 10:07:03 PM Subject: Re: Artifact problem on vista (Eclipse uses javaw.exe) != (Maven uses java.exe). It is very possible

Re: Artifact problem on vista

2007-11-20 Thread Toby Hobson
Nope ... just a normal wifi router/firewall and my xp laptop works ok Toby - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 10:52:55 PM Subject: Re: Artifact problem on vista Are you perhaps behind

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
Hobson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 3:00 PM To: Maven Users List Subject: Re: Artifact problem on vista Nope ... just a normal wifi router/firewall and my xp laptop works ok Toby - Original Message From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users

Re: Artifact problem on vista

2007-11-20 Thread Wayne Fay
From: Wayne Fay [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, 20 November, 2007 10:52:55 PM Subject: Re: Artifact problem on vista Are you perhaps behind an Internet proxy of some kind? If so, you must configure things in settings.xml. This is documented

RE: Artifact problem on vista

2007-11-20 Thread David Florance
/ ... David. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: mercredi 21 novembre 2007 00:59 To: Maven Users List Subject: Re: Artifact problem on vista Unfortunately, you've exhausted my personal list of things to check when Maven does not work. Based on what you've said