[Webkit-unassigned] [Bug 16315] New: FindSafari Needs Path-Only Option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 17:37:41 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16315

           Summary: FindSafari Needs Path-Only Option
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com
 BugsThisDependsOn: 16314


I wrote a little script (see Bug #16314) to launch Drosera.  Unfortunately, the
"FindSafari.exe /printSafariLauncher" command outputs both the environment
needed to run as well as the launch command for Safari.

FindSafari would be more useful to something like the Drosera script if it
could just output the environment commands (perhaps with a
"/printSafariEnvironment" option)

What I currently get from FindSafari is this:
====================================================
$ ./FindSafari.exe  /printSafariLauncher
@echo off
mkdir 2>NUL "%TMP%\WebKitNightly\Safari.resources"
xcopy /y /i /d "C:\Program Files\Safari\Safari.exe" "%TMP%\WebKitNightly"
xcopy /y /i /d /e "C:\Program Files\Safari\Safari.resources"
"%TMP%\WebKitNightl
y\Safari.resources"
set PATH="%CD%;C:\Program Files\Safari\;%PATH%"
"%TMP%\WebKitNightly\Safari.exe" /customWebKit
====================================================

What I would *LIKE* is this:
====================================================
$ ./FindSafari.exe  /printSafariLauncher
@echo off
mkdir 2>NUL "%TMP%\WebKitNightly\Safari.resources"
xcopy /y /i /d "C:\Program Files\Safari\Safari.exe" "%TMP%\WebKitNightly"
xcopy /y /i /d /e "C:\Program Files\Safari\Safari.resources"
"%TMP%\WebKitNightl
y\Safari.resources"
set PATH="%CD%;C:\Program Files\Safari\;%PATH%"
====================================================


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list