According to MANIFEST.MF specification (http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html, part "Notes on Manifest and Signature Files", paragraph "Line length"), no line may be longer than 72 bytes, and longer lines must be splitted. So this EclipseME behavior is fully correct and best way is to avoid long lines in JAD and manifest files.
Andreas Böhme ?????: > The manifast.mf file that will be generated during the > "create package" process wraps lines at the 71st character of > each line. It's no problem on mobile phones (at least those i > use for tests), but the emulator of Sony-Ericsson's P900 > can't handle the gap, that's caused by the line wrap, in the > middle of a class-name. > > How can I prevent eclipseme from wrapping lines? > > Thanks in Advance, > Andreas _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
