You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Peter Doornbosch (JIRA)" <de...@myfaces.apache.org> on 2007/12/03 15:56:43 UTC

[jira] Commented: (TOMAHAWK-15) DefaultAddResource cache disabled because of the Maven build

    [ https://issues.apache.org/jira/browse/TOMAHAWK-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547865 ] 

Peter Doornbosch commented on TOMAHAWK-15:
------------------------------------------

See the patch attached to https://issues.apache.org/jira/browse/TOMAHAWK-746.


> DefaultAddResource cache disabled because of the Maven build
> ------------------------------------------------------------
>
>                 Key: TOMAHAWK-15
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-15
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: ExtensionsFilter
>            Reporter: Sylvain Vieujot
>
> Since the build is done by Maven, the ant code that was parsing the commons/src/main/resources/org/apache/myfaces/renderkit/html/util/AddResource.properties
> by replacing the @lastModified@ tag with the build date is gone.
> So the file in the jar now contains 
> lastModified=@lastModified@
> instead of something like :
> lastModified=2006-02-14 23:47:48 +0400
> The effect of this is that the resource files aren't cached anymore.
> I'm still very new to maven, so I don't know yet how to restore this in the maven build.

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