Re: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-25 Thread jan-helge . bergesen
] cc: Subject:Re: Upgrading to 1.0RC3 - exception thrown when listing goals It was the repository connection string. throws Exception is an abomination. On Tue, 25 May 2004 08:58:36 +1000, Brett Porter [EMAIL PROTECTED] wrote: What happened? (Maybe we need to document

Re: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-24 Thread Omair-Inam Abdul-Matin
Never mind, Problem solved. Omair Omair-Inam Abdul-Matin wrote: I installed Maven 1.0RC3. The first time I forgot to remove the local plugins directory and maven threw a nasty exception and quit on me. I then uninstalled it, removed the local plugin directory and reinstalled it. Now when I

RE: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-24 Thread Brett Porter
- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Omair-Inam Abdul-Matin Sent: Tuesday, 25 May 2004 7:47 AM To: [EMAIL PROTECTED] Subject: Re: Upgrading to 1.0RC3 - exception thrown when listing goals Never mind, Problem solved. Omair Omair-Inam Abdul-Matin wrote: I installed

Re: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-24 Thread Dion Gillard
] Subject: Re: Upgrading to 1.0RC3 - exception thrown when listing goals Never mind, Problem solved. Omair Omair-Inam Abdul-Matin wrote: I installed Maven 1.0RC3. The first time I forgot to remove the local plugins directory and maven threw a nasty exception and quit

RE: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-24 Thread Brett Porter
throws Exception is an abomination. Yes it is. - Brett

Re: Upgrading to 1.0RC3 - exception thrown when listing goals

2004-05-24 Thread matthew.hawthorne
Dion Gillard wrote: throws Exception is an abomination. Very true, but this is even worse: try { // stuff } catch(Exception) { return null; } ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,