[ 
https://issues.apache.org/jira/browse/CLK-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Malcolm Edgar updated CLK-606:
------------------------------

    Comment: was deleted

(was: Начиная с 9 марта я несколько дней проведу в больнице, где не смогу
проверять почту и отвечать на письма.

Как только у меня представится возможность, я сразу отвечу на Ваше письмо.

Спасибо!

-- 
Best regards,
Andrey P.Rybin

e-mail/gtalk/jabber: [email protected]
mob.: +7(915)405-4296
Tel: +7(347)293-45-19
Fax: +7(347)293-09-13
sip: [email protected]
)

> Remove Click core's dependency on Velocity
> ------------------------------------------
>
>                 Key: CLK-606
>                 URL: https://issues.apache.org/jira/browse/CLK-606
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.1.0, 2.1.0 RC1
>         Environment: click-nodeps-2.1.0-RC1-incubating.jar , 
> click-extras-2.1.0-RC1-incubating.jar, ognl-2.6.9.jar, freemarket2.3.16.jar
>            Reporter: Andrey Rybin
>            Assignee: Malcolm Edgar
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> I use freemarker and dependencies in separate jars. 
> I haven't 'velocity' in my classpath.
> So I found bug: common click core depends on Velocity.
> Namely:
> org.apache.click.ClickServlet.java
> org.apache.click.util.ErrorReport.java
> They both depend on
> org.apache.velocity.exception.ParseErrorException   (search:
> instanceof ParseErrorException)
> and require Velocity be present in classpath even if freemarker are used.
> My workaround:
> I made fake public class ParseErrorException extends Exception {}.
> But you can make generic solution, for example:
> TemplateService
> + boolean isParseErrorException (Exception e)
> + Map<String, Object> describeParseErrorException (Exception e)
> or your own ClickTemplateException to wrap low level velocity/freemarker 
> exceptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to