[ 
https://issues.jboss.org/browse/RF-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727204#comment-12727204
 ] 

Lukáš Fryč commented on RF-12530:
---------------------------------

The issue is that {{trackChanges}} is set before the library was serialized, 
thus after restoring, changes were no more tracked.

This can be simply solved by changing order of 
{{library.stopTrackingChanges()}} and {{cache.save(library)}} operations.
                
> CDK: incremental build does not recompile template when changed
> ---------------------------------------------------------------
>
>                 Key: RF-12530
>                 URL: https://issues.jboss.org/browse/RF-12530
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: cdk
>    Affects Versions: 4.3.0.M2
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>             Fix For: 4.3.0.M2
>
>
> I have used following sample:
> https://github.com/richfaces/sandbox/blob/develop/bootstrap/ui/src/main/java/org/richfaces/bootstrap/ui/breadcrumb/breadcrumb.template.xml
> The incremental build does not work correctly, the resulting Renderer is not 
> updated at all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to