[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2831) .graph file out of synch with Eclipse workspace

Xue Peng (JIRA) jira-events at lists.jboss.org
Mon Oct 6 23:03:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xue Peng resolved JBIDE-2831.
-----------------------------

    Resolution: Done



I use the Resource ( from EMF ) to save the file :

Resource resource = ......;
resource.doSave(Collections.EMPTY_MAP);

when I finish the save action , the contents of target file have be modified , but why the file doesn't "Refresh" itself ?
would anybody tell me how to make the EMF resource to save file avoid out of sync ?

now , I make the file to refresh after the saving is complete :
   
Resource resource = ......;
resource.doSave(Collections.EMPTY_MAP);
file.refreshLocal(Resource.DEPTH_ONE);


> .graph file out of synch with Eclipse workspace
> -----------------------------------------------
>
>                 Key: JBIDE-2831
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2831
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: smooks
>    Affects Versions: 3.0.0.beta1
>         Environment: FC8, Eclipse Ganymede
>            Reporter: John Graham
>            Assignee: Xue Peng
>            Priority: Blocker
>             Fix For: 3.0.0.beta1
>
>
> With any change to the Smooks configuration file in the editor, the smooks.graph file is made out of synch with the Eclipse workspace.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list