[Dev] Re: bug 35 - 16
Frank Cohen
fcohen at pushtotest.com
Thu Jun 28 16:54:30 PDT 2007
Hi Luis Carlos: I should have thought about the & character too.
Thanks. That will work.
I still want the user to be able to choose TestGen4Web as a package.
And for the user (on all platforms) to be asked "install, skip,
cancel" before actually running Firefox.
I'll test bug 16 again.
-Frank
On Jun 28, 2007, at 4:38 PM, Luis Carlos Lara López wrote:
> About bug 35
>
> Problems were
> On Mac OS X the installer hangs when it tries to install the
> TestGen4Web.XPI into Firefox.
>
> Solution is to use & in the firef.sh
> "$FIREFOX_HOME" "$INSTALL_PATH/lib/recorder.xpi" &
>
> Also there is a class that runs that program
>
>
> <pack name="TestGen4Web" required="yes">
> <description>Firefox TestGen4Web plugging</description>
> <file targetdir="$INSTALL_PATH/lib" src="lib/TestMaker.jar" />
> <file targetdir="$INSTALL_PATH/lib" src="lib/firef.sh"/>
> <file targetdir="$INSTALL_PATH/lib" src="lib/run.sh"/>
> <file targetdir="$INSTALL_PATH/lib" src="lib/firef.cmd"
> os="windows"/>
> <file targetdir="$INSTALL_PATH/lib" src="lib/recorder.xpi"/>
> <parsable targetfile="$INSTALL_PATH/lib/firef.cmd" os="windows"/>
> <parsable targetfile="$INSTALL_PATH/lib/firef.sh" />
> <parsable targetfile="$INSTALL_PATH/lib/run.sh" />
> <executable targetfile="$INSTALL_PATH/lib/firef.sh" stage="never"
> keep="true" os="mac"/>
> <executable targetfile="$INSTALL_PATH/lib/run.sh"
> stage="postinstall" keep="true" os="mac"/>
> </pack>
>
> Maybe the problem is that I have only change this in the standar
> installer, nor for windows installer neither for linux installer. I
> will modify these files.
>
>
> Bug 16
> We are talking about this window (new.png) right. It seems to work
> fine for me
>
>
>
>
>
> <new.png>
> <mac.png>
--
Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
TestMaker: The open-source SOA test automation tool
More information about the Dev
mailing list