That happened to me b4. Somehow Parallels made itself be the think to launch when you tried to launch firefox.

I think in Parallels Peferences you have to tell it not to open web pages in Windows. My pref is set to 'default'.

On 2008-04-15, at 08:58 EDT, Henry Minsky wrote:
That does seem to be in my tree, but I get the following weird behavior

1) The app comes up in Firefox, but the browser comes to the foreground

2) Parallels launches windows XP  for some reason.




On Tue, Apr 15, 2008 at 12:06 AM, P T Withington <[EMAIL PROTECTED]> wrote:

I thought I checked that in?

-r8644

Index: runlzunit.sh
===================================================================
--- runlzunit.sh        (revision 8643)
+++ runlzunit.sh        (working copy)
@@ -1,7 +1,7 @@
#!/bin/bash

# * P_LZ_COPYRIGHT_BEGIN
******************************************************
-# * Copyright 2001-2006 Laszlo Systems, Inc.  All Rights Reserved.
    *
+# * Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved.
          *
# * Use is subject to license terms.
    *
# * P_LZ_COPYRIGHT_END
********************************************************

@@ -122,7 +122,7 @@
testurl=http://localhost:8080/${lps_dir}/${path}?lzr=${runtime}<http://localhost:8080/$%7Blps_dir%7D/$%7Bpath%7D?lzr=$%7Bruntime%7D >
   echo "loading ${testurl} at ${path}"
   if [ "${build_os}" = "osx" ]; then
-       `open -a "${browser}" "${testurl}"`
+       `open -g -a "${browser}" "${testurl}"`
   else
      `"${browser}" "${testurl}"` &
   fi


On 2008-04-14, at 22:32 EDT, Henry Minsky wrote:

How do you get ant runlzunit to not bring the browser window to the
front
every time it runs a new test?




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to