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] >

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=detail&atid=684978&aid=1547784&group_id=119783where I put a patch

Re: [Wicket-user] Maven2 archetypes

2006-08-29 Thread Martin Funk
If anyone is still interested in this subject, you can look at https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1547784&group_id=119783 where I put a patch file to show how it could become part of wicket. After applying the patch wicket-parent> mvn -Pjdk1.4 install plus wicket-parent>

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-17 Thread Martin Funk
I agree completly. Bringing it to ibiblio would mean to set up jet another continuing process of deployment for someone of the wicket team. To make the move towards wicket a little easier I just added patch. https://sourceforge.net/tracker/index.php?func=detail&aid=1541969&group_id=134391&atid=730

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

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-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 proj