AliSherKashif / codenameone

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

White space in permission string in j2me manifest #451

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When building for j2me the jar's manifest permissions value contains a white 
space which breaks the permission string (the 
javax.microedition.io.Connector.http etc string)

What steps will reproduce the problem?
1. build an app that uses network for j2me
2.
3.

What is the expected output? What do you see instead?
manifest value string of keys should not be split, permission value is split

What version of the product are you using? On what operating system?
eclipse, win7, cn1 20121021

Original issue reported on code.google.com by s...@the-futuresoft.com on 24 Dec 2012 at 7:49

GoogleCodeExporter commented 9 years ago
The manifest file specification requires a line break after 72 characters. What 
is the problem you are experiencing?

Original comment by shai.almog on 25 Dec 2012 at 1:06