[Laszlo-dev] how did you get runlzunit to run in the background?
Henry Minsky
henry.minsky at gmail.com
Tue Apr 15 05:58:58 PDT 2008
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 <ptw at pobox.com> 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
> > hminsky at laszlosystems.com
> >
>
>
--
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080415/603fe53c/attachment.html
More information about the Laszlo-dev
mailing list