You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/01/23 12:46:39 UTC

[jira] [Updated] (FREEMARKER-15) Unextract jar-s inside src/test, generate them instead

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

Daniel Dekany updated FREEMARKER-15:
------------------------------------
    Description: 
It seems it's a legal/policy problem that we have those binaries in the source release, despite they were created as part of the project, and are referred to in the NOTICE file. So we must generate them on-the-fly from an extracted from. Also then WebappLocalFreemarkerServlet.class need to be compiled from its source form.

./src/test/resources/freemarker/ext/jsp/webapps/config/WEB-INF/lib/templates.jar
./src/test/resources/freemarker/ext/jsp/webapps/config/WEB-INF/lib/WebappLocalFreemarkerServlet.jar
./src/test/resources/freemarker/ext/jsp/webapps/tldDiscovery/WEB-INF/lib/taglib-foo.jar
./src/test/resources/freemarker/ext/jsp/webapps/tldDiscovery/WEB-INF/taglib 2.jar

  was:It seems it's a legal/policy problem that we have those binaries in the source release, despite they were created as part of the project, and are referred to in the NOTICE file. So we must generate them on-the-fly from an extracted from. Also then WebappLocalFreemarkerServlet.class need to be compiled from its source form.


> Unextract jar-s inside src/test, generate them instead
> ------------------------------------------------------
>
>                 Key: FREEMARKER-15
>                 URL: https://issues.apache.org/jira/browse/FREEMARKER-15
>             Project: Apache Freemarker
>          Issue Type: Task
>          Components: engine
>            Reporter: Daniel Dekany
>
> It seems it's a legal/policy problem that we have those binaries in the source release, despite they were created as part of the project, and are referred to in the NOTICE file. So we must generate them on-the-fly from an extracted from. Also then WebappLocalFreemarkerServlet.class need to be compiled from its source form.
> ./src/test/resources/freemarker/ext/jsp/webapps/config/WEB-INF/lib/templates.jar
> ./src/test/resources/freemarker/ext/jsp/webapps/config/WEB-INF/lib/WebappLocalFreemarkerServlet.jar
> ./src/test/resources/freemarker/ext/jsp/webapps/tldDiscovery/WEB-INF/lib/taglib-foo.jar
> ./src/test/resources/freemarker/ext/jsp/webapps/tldDiscovery/WEB-INF/taglib 2.jar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)