[jbosstools-issues] [JBoss JIRA] (JBIDE-8519) ?floor, ?ceiling and ?round are not recognized by FreeMarker IDE

Isaac Rooskov (JIRA) jira-events at lists.jboss.org
Wed Apr 18 19:49:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isaac Rooskov updated JBIDE-8519:
---------------------------------

    Release Notes Docs Status: Documented as Resolved Issue
                       Writer: irooskov
           Release Notes Text: In previous versions of JBoss Developer Studio the functions ?floor, ?ceiling and ?round caused parse errors. This issue has been fixed by updating the Freemarker runtime to version 2.3.18, which corrects this issue.

    
> ?floor, ?ceiling and ?round are not recognized by FreeMarker IDE
> ----------------------------------------------------------------
>
>                 Key: JBIDE-8519
>                 URL: https://issues.jboss.org/browse/JBIDE-8519
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: FreeMarker
>    Affects Versions: 3.2.0.Final
>         Environment: Ubuntu Linux
> Eclipse Helios Java EE (Build id: 20100917-0705)
> FreeMarker IDE	1.1.0.v20110215-1224-H22-GA
>            Reporter: Rafal Piotrowski
>            Assignee: Denis Golovin
>            Priority: Minor
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.M3
>
>         Attachments: screenshot101.png
>
>
> Sample code:
> \[#ftl\]
> \[#assign testlist=[0, 1, -1, 0.5, 1.5, -0.5, -1.5, 0.25, -0.25, 1.75, -1.75] /\]
> \[#list testlist as result\]
>     ${result} ?floor=${result?floor}
>     ${result} ?ceiling=${result?ceiling}
>     ${result} ?round=${result?round}
> \[/#list\]
> is causing parse errors in eclipse, because plugin is using freemarker 2.3.8. These functions are in Freemarker from version 2.3.13 (http://freemarker.sourceforge.net/docs/ref_builtins_number.html#ref_builtin_rounding).
> I have tried to add new freemarker library to plugin directory and change Bundle-ClassPath in META-INF/MANIFEST.MF, but it didn't work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list