To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59187
Issue #:|59187
Summary:|sdk: Lines in ddf files must not contain more than
|256 characters!
Component:|Installation
Version:|680m142
Platform:|All
URL:|
OS/Version:|Windows 2003
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|of
Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Dec 10 11:14:01 -0800
2005 -------
While running
dmake sdkoo
in instsetoo_native (m145), I got this:
Lines in ddf files must not contain more than 256 characters!
The faulty file is
[EMAIL PROTECTED]:/tmp/q> awk '{print length($0)}' openofficeorg1.ddf |sort
-n|uniq|sort -rn|head
261
255
251
249
247
The longest line contains 261 characters.
[EMAIL PROTECTED]:/tmp/q> awk '{if ( length($0) == 261 ) print}'
openofficeorg1.ddf
"c:\DOCUME~1\pjanik\LOCALS~1\Temp\1\i_42881134240838\wntmsci10.pro\OpenOffice_SDK\msi\zip\en-US\00\sdk_oo_zip\docs\common\ref\com\sun\star\configuration\backend\InvalidAuthenticationMechanismException-xref.html"
InvalidAuthenticationMechanismException_xref.html
[EMAIL PROTECTED]:/tmp/q>
Hmm, this is very unfortunate.
Both log file and the ddf file are at
ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/.tmp
Can we do something about that?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]