He all.

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)

I am using a local archetype-catalog.xml, whose contents is:

<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog>
    <archetypes>
        <archetype>
            <groupId>au.com.warpspeed.archetypes</groupId>
            <artifactId>basic-jar</artifactId>
            <version>1.0</version>
            <repository></repository>
            <description>WarpSpeed archetype for creating a basic JAR file
that conforms to our standards requirements.</description>
        </archetype>
        <archetype>
            <groupId>au.com.warpspeed.archetypes</groupId>
            <artifactId>basic-ejb</artifactId>
            <version>1.0</version>
            <repository></repository>
            <description>WarpSpeed archetype for creating a basic EJB JAR
file that conforms to our standards requirements.</description>
        </archetype>
        <archetype>
            <groupId>au.com.warpspeed.archetypes</groupId>
            <artifactId>basic-war</artifactId>
            <version>1.0</version>
            <repository></repository>
            <description>WarpSpeed archetype for creating a basic WAR file
that conforms to our standards requirements.</description>
        </archetype>
        <archetype>
            <groupId>au.com.warpspeed.archetypes</groupId>
            <artifactId>basic-ear</artifactId>
            <version>1.0</version>
            <repository></repository>
            <description>WarpSpeed archetype for creating a basic EAR file
that conforms to our standards requirements.</description>
        </archetype>
        <archetype>
            <groupId>au.com.warpspeed.archetypes</groupId>
            <artifactId>build</artifactId>
            <version>1.0</version>
            <repository></repository>
            <description>WarpSpeed archetype for creating the multi-module
build pom.xml for J2EE applications.</description>
        </archetype>
    </archetypes>
</archetype-catalog>

What am I doing wrong?

BTW, how does one install/deploy an archetype catalog?

Also, can an archetype create more than one project? For example, a singluar
archetype that creates a multi-module build project, the ear project, the
war project etc of a J2EE project.

-Chris

-- 
View this message in context: 
http://www.nabble.com/Can-not-create-a-project-from-archetype-tp17849000p17849000.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to