I have been testing the DirectoryHierarchyReader and it
looks like the created graph is being correctly
exported, but when loaded back in again and saved back
out it loses all its <edge />s... I have included the
2 files i saved...
Here are the steps i followed.
1. Downloaded newest ivc.zip (at about 4:15PM)
2. got persisters and balloon from update site
3. exported dir hierarchy reader and treeviz to ivc
4. started ivc and used dir hierarchy reader to make a
graph
5. checked with treeviz and balloon graph and they look
fine.
6. saved out the graph (cow.xml)
7. loaded the graph
8. at this point neither treeviz or balloon graph says
it can't load the model
9. saved the loaded graph (cow2.xml)
10. when comparing it looks like cow2.xml is missing
all its <edge />s... (and if you do a diff it shows the
edges and the timestamp are the only things different)
it looks like this must be a problem with the Prefuse
persister...