felixcatx / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Request: more helpful error messages for invalid gadgets #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I had a strings xml file with mismatched tags like so:
<AAAA>...</AAAA>
<BBBB>...</AAAA>

When I double click the gadget.gmanifest file I get:
Invalid Gadget Package

In the Gadget Designer I get:
Error loading manifest.  Please check if the XML is malformed.

But it's not the manifest xml that's malformed, it's the strings.xml xml 
that's malformed.

File name and line numbers would be greatly appreciated!

Original issue reported on code.google.com by callinga...@gmail.com on 10 Aug 2009 at 6:17