Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Hi, I want create a quickstart to demonstrate a potential bug in 1.4-rc1. However if I choose that release I get the following exception. [INFO] [ERROR] FATAL ERROR [INFO]

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Tried it with several other Wicket releases 1.3.5 and 1.3.3 (Maven 2.0.9) but I get the same error. Regards, Erik. Erik van Oosten wrote: Hi, I want create a quickstart to demonstrate a potential bug in 1.4-rc1. However if I choose that release I get the following exception. [INFO]

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
Sorry, I do not understand your suggestion. I am running in a new shell, there are no environment variable like CP set. The command I execute is: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4-rc1

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread James Carman
Try cleaning out your m2 repository (just rename the dir if you don't want to lose it). I think I saw this before when I upgraded or something. On Fri, Nov 14, 2008 at 10:30 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Sorry, I do not understand your suggestion. I am running in a new shell,

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Martijn Dashorst
I thought that starting up your wicket app got this result. If this is a maven commandline error, you're on the wrong list :) try nuking your local repository (I suggest renaming it). Apparently there's something borked in your plugins. Martijn On Fri, Nov 14, 2008 at 4:30 PM, Erik van Oosten

Re: Quickstart 1.4-rc1 exception

2008-11-14 Thread Erik van Oosten
It appears that my Maven repository (artifactory) is not functional anymore. Somehow its empty. I'll switch to central for a moment. Sorry for the hassle. Regards, Erik. Erik van Oosten wrote: Sorry, I do not understand your suggestion. I am running in a new shell, there are no