behindthebeats / glomaker

Automatically exported from code.google.com/p/glomaker
1 stars 0 forks source link

XML File paths not encoded correctly #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load in either Why Learn or Access Views in the Planner.
2. Package.
3. Reopen.

In both cases the ImageLoaderPlugin component incorrectly writes the file
path: 

<![CDATA["FilePathProperty::NoUrlSet"]]> 

...causing the XML file to fail to load. If you manually remove the encoded
quotes and the CDATA tags, leaving only "FilePathProperty::NoUrlSet", the
XML will load normally (set filehash to "ignore"). 

If you go into the Designer and replace the image with one from the
component library, the XML will render correctly.

Original issue reported on code.google.com by martinag...@googlemail.com on 18 Aug 2009 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by msa...@gmail.com on 25 Aug 2009 at 10:47