2013-03-09 39 views
0

最近我开发了一些简单的Weider 6 excersises浏览器的应用程序。j2me JAR Manifest,JAD文件和诺基亚发布QA失败

我已经创建了从JAR清单元素手动JAD文件,但我的应用程序是由诺基亚撤销发布QA团队,原因如下:

Dear publisher, 
While processing your content we found the following MIDlet-attributes are not present in the JAD and JAR manifest files: 

Key 'MicroEdition-Profile' is not in the .jad and .jar. 
Key 'MicroEdition-Configuration' is not in the .jad and .jar. 
Key 'MIDlet-1' is not in the .jad and .jar. 
Key 'MIDlet-Name' is not in the .jad and .jar. 
Key 'MIDlet-Version' is not in the .jad and .jar. 
Key 'MIDlet-Vendor' is not in the .jad and .jar. 

什么是很奇怪的,因为我的清单看起来像以下:

MIDlet-Version: 1.0.0 
MIDlet-Vendor: Michal Kulesza 
MIDlet-Jar-URL: Weider6.jar 
MicroEdition-Configuration: CLDC-1.0 
MicroEdition-Profile: MIDP-2.1 
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises 
MIDlet-Name: Weider6 

和JAD文件几乎是一样的:

MIDlet-Jar-Size: 199784 
Sealed: true 
MIDlet-Version: 1.0.0 
MIDlet-Vendor: Michal Kulesza 
MIDlet-Jar-URL: Weider6.jar 
MicroEdition-Configuration: CLDC-1.0 
MicroEdition-Profile: MIDP-2.1 
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises 
MIDlet-Name: Weider6 

你们有没有遇到过这样的问题? 我做错了什么或者是他们的错?

回答

-1

您可以与我在网上查了JAD文件JAD-检查 jadcheck.appspot.com

你或许应该也包括这些条目: MIDlet的图标 的MIDlet-说明 但这些缺少的条目不能为的原因错误报告你有。

对我来说,它似乎上传过程中出现问题。例如,您可以轻松完成一个错误:选择要上传的文件,但不确认它开始实际上传。 这发生在我身上,当我最终保存了整个表单时,文件没有上传,系统使用了我的旧文件,QA重新检查了我的旧版本。 现在在我提交QA之前,我总是下载我上传的内容,以检查系统是否真的有我的新文件。

还有一个额外的“验证”按钮。它应该捕获像这样的错误。

+0

是否有理由解答问题? – Meier 2013-09-10 14:07:33