Adrian, The archetype for 0.22 is broken but has been fixed in 0.23-SNAPSHOT. You can run this command to guarentee you get the right version
mvn archetype:generate -DarchetypeGroupId=org.apache.rave -DarchetypeArtifactId=rave-custom-project-archetype -DarchetypeVersion=0.23-SNAPSHOT I tested it last night and it correctly created a site. After it's created, go into it and run "mvn install" then go into the portal directory and run "mvn cargo:run" Chris On Tue, Dec 3, 2013 at 11:21 AM, Adrian <[email protected]> wrote: > > Hi, since I dont receive any solutions in the users forum , I want to = > ask to the main devs here if someone know why I can=92t create an = > extended portal with rave using 0.22 or 0.23-SNAPSHOT, I=92ll explain = > what I do. > > First I went to a thread in the users forum that explains how to install = > the custom portal without any problems, I follow all the steps there = > mentioned: 1.- download the latests build from svn 2.- execute $mvn = > clean install 3.- execute mvn archetype:generate (without arguments) to = > access 0.23-SNAPSHOT, but then here I=92m only able to see until 0.22 = > and not 0.23-SNAPSHOT, I know that it works because one of my teammates = > did it without problems doing the same steps.=20 > > The other try I did is to use 0.22 but always I go to localhost:8080 or = > localhost:8080/portal/ I obtain a 404 error. > > So could anybody help me ?? :D thx before all. >
