Discussion:
Windows linefeed problem
Stefan Mayr
2008-12-17 09:23:19 UTC
Permalink
As found in the sprintdevelopers forum, some (specially Samsung phones)
dont like crlf as the end of the line. It should be only a linefeed. Is
there any option for enabling only lf when creating a package in eclipseme?

thx
Diego Tognola
2008-12-17 09:57:55 UTC
Permalink
Uhm, line feeds where ? (Not that I am aware of any such options, but just wondering what you are referring to)
Post by Stefan Mayr
As found in the sprintdevelopers forum, some (specially Samsung phones)
dont like crlf as the end of the line. It should be only a linefeed. Is
there any option for enabling only lf when creating a package in eclipseme?
thx
Stefan Mayr
2008-12-17 10:40:49 UTC
Permalink
Post by Diego Tognola
Uhm, line feeds where ? (Not that I am aware of any such options, but
just wondering what you are referring to)

Specially in the manifest and jad file. For example on windows machines:

MIDlet-Version: 1.0.0<lf><cr>

should be

MIDlet-Version: 1.0.0<lf>

otherwise you could get an 905 Attribute Mismatch when installing on phones.

regards
steve
Setera Craig
2008-12-17 11:42:15 UTC
Permalink
There is no such control in either EclipseME or MTJ. I do know the
problem you are referring to and it affects an extremely small number
of devices. My suggestion would be to make the change outside of
EclipseME or MTJ. This seems like something appropriate for Ant build
scripts.
Post by Diego Tognola
Post by Diego Tognola
Uhm, line feeds where ? (Not that I am aware of any such options, but
just wondering what you are referring to)
Specially in the manifest and jad file. For example on windows
MIDlet-Version: 1.0.0<lf><cr>
should be
MIDlet-Version: 1.0.0<lf>
otherwise you could get an 905 Attribute Mismatch when installing on phones.
regards
steve
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you. Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Eclipseme-users mailing list
https://lists.sourceforge.net/lists/listinfo/eclipseme-users
Loading...