Re: [m2eclipse-user] Can not create a project from archetype

2008-06-16 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 13:14:20: > > The archetypes have all been deployed, it is just the catalog itself that > > I'ev not worked out how to do. > > > Not sure what to tell, really. A catalog is just an xml file, so you > just copy it to your server somewher

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 12:58:03: > [EMAIL PROTECTED] wrote: > > > I had previously deleted the local M:\... reference, and left it only > > at the "Default Local" one, ie the one in ~/.m2/ (which was not > > previously there as I had defined it elsewhere - I wa

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: Interesting... I wonder if you still have "" entry in your archetype catalog? What happen if you remove it from there? Currently yes. I'll remove it and try. Ka Pla! That worked. Probably something that you need to protect yourself from. Perhaps, though ideally

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 12:58:03: > [EMAIL PROTECTED] wrote: > > > Interesting... I wonder if you still have "" > entry in your archetype catalog? What happen if you remove it from there? Currently yes. I'll remove it and try. Ka Pla! That worked. Probably

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: I had previously deleted the local M:\... reference, and left it only at the "Default Local" one, ie the one in ~/.m2/ (which was not previously there as I had defined it elsewhere - I wanted to make sure that it all worked when everything was where it is meant to be

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 12:18:22: > [EMAIL PROTECTED] wrote: > > > mvn archetype:generate -Darchetype.interactive=false > > -DarchetypeCatalog=local > > do you know that "local" mean that catalog is located in > ~/.m2/archetype-catalog.xml ? > > > -Darchety

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: mvn archetype:generate -Darchetype.interactive=false -DarchetypeCatalog=local do you know that "local" mean that catalog is located in ~/.m2/archetype-catalog.xml ? -DarchetypeGroupId=au.com.aami.archetypes -DarchetypeArtifactId=basic-jar -DarchetypeVersion=1.

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 10:40:28: > [EMAIL PROTECTED] wrote: > > Deprecated yes, but still totally useable. > > > > Don't be in too much of a hurry to abandon the older commands. > > > Unfortunately backend used by the old archetype goal is not embeddable > and

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: Deprecated yes, but still totally useable. Don't be in too much of a hurry to abandon the older commands. Unfortunately backend used by the old archetype goal is not embeddable and can't be used in m2eclipse. So, if new goal doesn't work from the command line it

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 09:06:44: > [EMAIL PROTECTED] wrote: > >> If you can create new project using this archetype from the command > >> line, please submit jira issue (test archetype would help too). > >> > > Yes I can create them from the command line, usin

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: If you can create new project using this archetype from the command line, please submit jira issue (test archetype would help too). Yes I can create them from the command line, using: mvn archetype:create -DarchetypeGroupId=au.com.aami.archetypes -DarchetypeArti

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 16/06/2008 08:51:55: > [EMAIL PROTECTED] wrote: > > The problem is that it is only in my local one (ie mvn install) and > > nowhere else. > > > If you can create new project using this archetype from the command > line, please submit jira issue (te

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
[EMAIL PROTECTED] wrote: The problem is that it is only in my local one (ie mvn install) and nowhere else. If you can create new project using this archetype from the command line, please submit jira issue (test archetype would help too). Thanks Eugene ---

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Chris_Graham
Eugene Kuleshov <[EMAIL PROTECTED]> wrote on 15/06/2008 23:43:35: > ChrisGWarp wrote: > > I consistently get this error: > > > > 6/15/08 9:33:51 PM EST: [ERROR] The desired archetype does not exist > > (au.com.warpspeed.archetypes:basic-jar:1.0) The desired archetype does not > > exist (au.com.wa

Re: [m2eclipse-user] Can not create a project from archetype

2008-06-15 Thread Eugene Kuleshov
ChrisGWarp wrote: I consistently get this error: 6/15/08 9:33:51 PM EST: [ERROR] The desired archetype does not exist (au.com.warpspeed.archetypes:basic-jar:1.0) The desired archetype does not exist (au.com.warpspeed.archetypes:basic-jar:1.0) You didn't specify repository in your catalog whe