You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/09/26 05:55:00 UTC

[jira] [Assigned] (JCRVLT-207) make auto-import package a analyzer work with htl scripts

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

Tobias Bocanegra reassigned JCRVLT-207:
---------------------------------------

    Assignee: Tobias Bocanegra

> make auto-import package a analyzer  work with htl scripts
> ----------------------------------------------------------
>
>                 Key: JCRVLT-207
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-207
>             Project: Jackrabbit FileVault
>          Issue Type: Improvement
>          Components: package maven plugin
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>
> if a htl script references a use class, it should be included as import package dependency. eg:
> {code}
> <!doctype html>
> <html lang=“en-US”>
> <head>
>   <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
>   <title>Default Page Title</title>
> <body>
> <div class=“joke” data-sly-use.jokeModel=“org.adapto.core.models.JokeModel”>
>   <h1>${jokeModel.caption}</h1>
>   <p>${jokeModel.joke}</p>
> </div>
> </body>
> </html>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)