Re: [Wicket-user] Maven2 archetypes

2006-09-04 Thread Martin Funk
i havent seen the patch in the code yet. let me know if there are problems wit it, that i could get rid of. martin Igor Vaynberg schrieb: i think this is a good thing to have, martijn will you encorporate the patch? -Igor On 8/29/06, *Martin Funk* [EMAIL PROTECTED] mailto:[EMAIL

Re: [Wicket-user] Maven2 archetypes

2006-08-29 Thread Igor Vaynberg
i think this is a good thing to have, martijn will you encorporate the patch?-IgorOn 8/29/06, Martin Funk [EMAIL PROTECTED] wrote:If anyone is still interested in this subject, you can look at https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783where I put a patch

Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Martin Funk
Verry nice, thank you. Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio, that way a 'simple': - mvn archetype:create -DarchetypeGroupId=wicket -DarchetypeArtifactId=wicket-archetype-template -DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp could get you started with

Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Gwyn Evans
Hadn't thought about it - might be worth leaving it 'till it's on the Wicket repo at least? Maybe wait till Martijn's back to see what he says about ibiblio, but sounds good to me, at least. /Gwyn On 17/08/06, Martin Funk [EMAIL PROTECTED] wrote: Verry nice, thank you. Personally I wouldn't

Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Nathan Hamblen
There's always... mvn archetype:create -DarchetypeGroupId=net.databinder \ -DarchetypeArtifactId=data-app -DarchetypeVersion=0.6 \ -DgroupId=example -DartifactId=myExample Nathan Martin Funk wrote: Verry nice, thank you. Personally I wouldn't mind seeing a couple wicket-archetypes on

Re: [Wicket-user] Maven2 archetypes

2006-08-16 Thread Gwyn Evans
Nice - Have added to wicket-stuff SVN will have to have a look at adding to the Wicket repo! /Gwyn On 15/08/06, Martin Funk [EMAIL PROTECTED] wrote: Hi, I've been playing arround with maven archetypes as described in http://maven.apache.org/guides/mini/guide-creating-archetypes.html

[Wicket-user] Maven2 archetypes

2006-08-15 Thread Martin Funk
Hi, I've been playing arround with maven archetypes as described in http://maven.apache.org/guides/mini/guide-creating-archetypes.html Things went faster as expected and at the end I came up with a maven archetype for wicket. The archetype creates a project that looks very much the same as a