To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69671
                 Issue #|69671
                 Summary|Instead of spawning cygpath -w, just use Filesys::Cygw
                        |inPaths::win32path()
               Component|Installation
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|of
             Reported by|tml





------- Additional comments from [EMAIL PROTECTED] Tue Sep 19 04:41:24 -0700 
2006 -------
In a Win32 build using Cygwin, the Perl modules used by make_installer.pl run
lots (thousands) of instances of the cygpath program to translate Cygwin paths
to the native Win32 paths. Instead, we can simply use the win32path() function
from the Filesys::CygwinPaths module. This module is available on CPAN. The
latest version is 0.0.4 and it is said to be "experimental", but seems to work
fine for me, at least the way I used it in the patch I will attach below.

This halved the time required to run a "build" in instsetoo_native (for just
openoffice_en-US). It dropped from 22 minutes to 11 minutes for me. I guess it's
the "creating ddf files" phase which benefits the most.

---------------------------------------------------------------------
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]

Reply via email to