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]
