Hi,

 

I try to define a custom j2ee archetype with spring, struts, hibernate, ...

I have an issue to define the sources and resources in the archetype.xml file :

            <sources>

                        <source>src/main/java/**/* </source>

            </sources>

 

            <resources>

                        <resource>src/main/resources/**/* </resource>

                        <resource>src/main/resources/**/* </resource>

                        <resource>src/main/webapp/**/* </resource>

            </resources>

 

            <testSources>

                        <source>src/test/java/**/*</source>

            </testSources>

 

            <testResources>

                        <resource>src/test/resources/**/*</resource>

            </testResources>

 

            <siteResources>

                        <resource>src/site/**/*</resource>

            </siteResources>

 

When I use my archetype, there is an error:

Embedded error: Error merging velocity templates

D:\IGN\testarchetype\gestiocouches\src\main\java\fr\geoportail\**\*.txt 
(unknown path)

 

What's wrong ?

Thanks in advance.

Aurelien.

Reply via email to