Add **/*.ftl to the includes freemarker template in top-level project.xml
-------------------------------------------------------------------------

         Key: XDP-120
         URL: http://jira.codehaus.org/browse/XDP-120
     Project: XDoclet 2 Plugins
        Type: Wish
  Components: Build System  
    Versions: 1.0.2    
 Reporter: Jack Hung
    Priority: Minor


I've posted an issue to the generama tracker related to the 
FreeMarkerTemplateEngine (http://jira.codehaus.org/browse/GRA-5). Personally I 
prefered FreeMarker than Velocity or Jelly.

In order for plugins that use FM template, I have to include ftl(s) in the 
project resources:

<resources>
            <resource>
                <directory>${basedir}/src/main/java</directory>
                <includes>
                    <include>**/*.jelly</include>
                    <include>**/*.vm</include>
                    <include>**/*.xml</include>
                    <include>**/*.dtd</include>
                    <include>**/*.xsd</include>
                    <include>**/*.png</include>
                    <include>**/*.jpg</include>
                    <include>**/*.gif</include>
                    <include>**/*.ftl</include>    <--------- add this
                </includes>
            </resource>
        </resources>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to