Hi there! I'm stuck on the submission of my calendar desktop gadget. It's obvious that I've done something wrong but what's the problem is unfortunately not very obvious to me. I've checked the XML with an on-line checker and it passed (When I didn't use variables defined in strings.xml) I've checked all my strings.xml files too.
The error message is: The gadget.gmanifest is invalid. Check if the xml is malformed. I feel I need a little bit help from You guys. My .gg file URL: http://google-calendar-pro-gadget.googlecode.com/files/google-calendar-pro-gadget-1-1-1-0.gg Project home: http://code.google.com/p/google-calendar-pro-gadget/ My gadget.manifest file currently reads: <gadget minimumGoogleDesktopVersion="5.8.0.0"> <platform> <windows minimumGadgetHostVersion="5.8.0.0"/> <mac minimumGadgetHostVersion="1.0.0.0"/> <linux minimumGadgetHostVersion="0.10.4"/> </platform> <about> <name>&GADGET_NAME;</name> <description>Integrates Google Calendar with your desktop</description> <aboutText>&GADGET_ABOUT_TEXT;</aboutText> <smallIcon>icon_small.png</smallIcon> <icon>icon_large.png</icon> <version>1.1.1.0</version> <author>Kent Knasen Larsson</author> <authorWebsite>http://code.google.com/p/google-calendar-pro-gadget/ </authorWebsite> <id>AF5E23FC-4EDF-44BB-A1BB-BE6A2E3777B2</id> <copyright>Copyright 2009 Google Inc. All Rights Reserved.</copyright> <authorEmail>[email protected]</authorEmail> <category>tools</category> <screenshotUrl>http://img8.imageshack.us/img8/3403/screenshothuz.png</screenshotUrl> </about> </gadget> The beginning of en/strings.xml file: <strings> <GADGET_NAME>Google Calendar Pro desktop gadget</GADGET_NAME> <GADGET_DESCRIPTION>Put Your Google Calendar on your desktop</GADGET_DESCRIPTION> <GADGET_ABOUT_TEXT>Google Calendar Pro Gadget Copyright (c) 2009 Google Inc. All Rights Reserved. Google Calendar Pro Gadget is a desktop gadget, that will integrate nicely (without dominating) and put your appointments and calendar on Your desktop. Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 This gadget is derived from a Google project and is maintained by the open-source community http://code.google.com/p/google-calendar-pro-gadget/ </GADGET_ABOUT_TEXT> <GADGET_VERSION>1.1.1.0</GADGET_VERSION> What could possibly be wrong with this? Thanks a lot! Kent -- You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-desktop-developer?hl=en.
