[ http://jira.codehaus.org/browse/XDP-120?page=all ]

Konstantin Pribluda closed XDP-120.
-----------------------------------


> 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
>          Issue Type: Wish
>          Components: Build System
>    Affects Versions: 1.0.2
>            Reporter: Jack Hung
>            Priority: Minor
>             Fix For: 1.0.4
>
>
> 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

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to