Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread dion
We really should FAQ this. But the very first run of maven expands the plugins in the $MAVEN_HOME directory. It's a known bug. And will be fixed for 1.0. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Graham

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread Jose Gonzalez Gomez
From several messages: If you install Maven as root and want non-root users to use it, you should have a look at this patch: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-302 -- You can apply the patch in le

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread Graham Leggett
Jose Gonzalez Gomez wrote: There's a recent thread about this issue titled "Newbie - Permission denied on several files" started by me, take a look there The search archives options finds no such thread :( Can you give me a brief summary of what I must do to get maven to work? Do I have to g

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread Jose Gonzalez Gomez
There's a recent thread about this issue titled "Newbie - Permission denied on several files" started by me, take a look there Regards Jose Graham Leggett wrote: [EMAIL PROTECTED] wrote: Oh, and do you have write permissions to /opt/maven-1.0-beta-8/plugins/*? No - why would a norma

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread Graham Leggett
[EMAIL PROTECTED] wrote: Oh, and do you have write permissions to /opt/maven-1.0-beta-8/plugins/*? No - why would a normal user need write access to this directory? Regards, Graham -- - [EMAIL PROTECTED] "There's a moon

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread Graham Leggett
Neil Blue wrote: I think you need to use genapp as the command e.g. maven -Dpackage=za.co.fma.patricia genapp Bombs out with the exact same error :( Regards, Graham -- -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 15:08 To: [EMAIL PROTECTED] Subjec

Re: Maven initial project creation throws an exception and dies

2003-04-02 Thread dion
Where's the genapp goal? Oh, and do you have write permissions to /opt/maven-1.0-beta-8/plugins/*? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Graham Leggett <[EMAIL PROTECTED]> wrote on 03/04/2003 12:07:39 AM

RE: Maven initial project creation throws an exception and dies

2003-04-02 Thread Neil Blue
Hi Graham, I think you need to use genapp as the command e.g. maven -Dpackage=za.co.fma.patricia genapp Neil :) -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 15:08 To: [EMAIL PROTECTED] Subject: Maven initial project creation throws an exception