Issue 14715 - Fight the ugly d.lst file in readlicense_oo
Summary: Fight the ugly d.lst file in readlicense_oo
Status: CLOSED WONT_FIX
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Martin Hollmichel
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-21 18:54 UTC by quetschke
Modified: 2004-05-17 18:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
New file (4.18 KB, text/plain)
2003-05-21 18:55 UTC, quetschke
no flags Details
patch for d.lst (10.92 KB, patch)
2003-05-21 18:55 UTC, quetschke
no flags Details | Diff
patch to add shell: function (1.19 KB, patch)
2003-05-21 18:56 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-05-21 18:54:01 UTC
With the following patches it is much easier to get new localizations
delivered.

Prerequisits:

Copy/move:
readlicense_oo/source/license/unx/LICENSE        to source/license/LICENSE
readlicense_oo/source/license/unx/license.html   to source/license/license.html
readlicense_oo/source/license/wnt/license.txt    to source/license/license.txt

Copy the attached perl file inst_lang.pl to
  readlicense_oo/util/inst_lang.pl

Apply readl_d.lst to readlicense_oo/prj/d.lst

And apply readl_solenv.diff to patch deliver.pl
Comment 1 quetschke 2003-05-21 18:55:05 UTC
Created attachment 6327 [details]
New file
Comment 2 quetschke 2003-05-21 18:55:48 UTC
Created attachment 6328 [details]
patch for d.lst
Comment 3 quetschke 2003-05-21 18:56:30 UTC
Created attachment 6329 [details]
patch to add shell: function
Comment 4 Olaf Felka 2003-05-22 09:03:41 UTC
Hi Martin,
is this something for you? If not, please retarget this issue.
Comment 5 Martin Hollmichel 2003-06-30 11:16:30 UTC
set target to post 1.1
Comment 6 rt 2003-06-30 12:22:37 UTC
Allthough it is quite obvious that we need some better way to deliver
from readlicense_oo, I am against using module specific scripts as
proposed here. The problem is that deliver.pl does some more things
than just copying (*). If we outsource the copy job, we will loose
this other functionality. Of course we could enhance the proposed
script inst_lang.pl, but long term this would be a maintenance nightmare.
Further more, this proposal only fights against on part of the
ugliness of that d.lst. It would still look not very smart to copy one
license files unchanged into quite some language dependent subdirs, I
think. Why can't we live with one file on solver used for all languages?

Rüdiger


(*) Here: 
- zip all delivered files together, if $opt_zip is used (default and
essential for Hamburg use).
- remove all delivered files if $opt_delete
and Chris Halls just implemented more, see issue 14653
Comment 7 quetschke 2004-05-17 18:47:35 UTC
Unneeded feature.
Comment 8 quetschke 2004-05-17 18:47:49 UTC
Close