Re: New maven convention archetype

2009-04-09 Thread Lukasz Lenart
Ok, I made some minor tweaks and right now everything should be as expected, please test it. Then I will register new Task with Jira ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@str

Re: New maven convention archetype

2009-04-08 Thread Musachy Barroso
lol. I hadn't thought of that, no package, no subdir required, clever ;) musachy On Wed, Apr 8, 2009 at 11:16 AM, Lukasz Lenart wrote: > 2009/4/8 Musachy Barroso : >> no, that would just instruct convention to scan from that package >> down, what you need to do (I have no idea how archetypes wor

Re: New maven convention archetype

2009-04-08 Thread Lukasz Lenart
2009/4/8 Musachy Barroso : > no, that would just instruct convention to scan from that package > down, what you need to do (I have no idea how archetypes work), is to > get the package name, and substring from "actions.", replace "." by > "/" and that will be the path under WEB-INF/content. If you

Re: New maven convention archetype

2009-04-08 Thread Musachy Barroso
no, that would just instruct convention to scan from that package down, what you need to do (I have no idea how archetypes work), is to get the package name, and substring from "actions.", replace "." by "/" and that will be the path under WEB-INF/content. If you can't determine were to put the fil

Re: New maven convention archetype

2009-04-08 Thread Lukasz Lenart
2009/4/8 Musachy Barroso : > The archetype is generating the jsps in the wrong location, it is > missing the namespace in the patch. For example, if I enter > "actions.test" for the package, the jsp is generated as > WEB-INF/content/hello.jsp, it should be WEB-INF/content/test/hello.jsp Archetype

Re: New maven convention archetype

2009-04-08 Thread Musachy Barroso
The archetype is generating the jsps in the wrong location, it is missing the namespace in the patch. For example, if I enter "actions.test" for the package, the jsp is generated as WEB-INF/content/hello.jsp, it should be WEB-INF/content/test/hello.jsp musachy On Wed, Apr 8, 2009 at 8:56 AM, Luka