You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by burtonator <bu...@relativity.yi.org> on 2001/07/31 09:01:42 UTC

Ability to launch a web browser..

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Has been talked about before?

Specifically at the end of my build I want to launch a web browser.  I realize
that this would probably be ugly but I still need to do it :(

- -- 
Kevin A. Burton ( burton@apache.org, burton@openprivacy.org, burtonator@acm.org )
        Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 

No matter how hard you try you can't stop us now.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE7ZlfWAwM6xb2dfE0RAskJAJ4jX4jGqYpP35lkyvPpdvvo7hkWOQCgw/Dr
Gxy1uHihTTKF+jEH46m2wVs=
=hm8D
-----END PGP SIGNATURE-----


Re: Ability to launch a web browser..

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: "Peter Donald" <do...@apache.org>
To: <an...@jakarta.apache.org>
Sent: Tuesday, July 31, 2001 12:40 AM
Subject: Re: Ability to launch a web browser..


> On Tue, 31 Jul 2001 17:40, Stefan Bodewig wrote:
> > On 31 Jul 2001, <bu...@relativity.yi.org> wrote:
> > > Has been talked about before?
> >
> > Not that specific.
> >
> >     <exec executable="lynx" />
> >
> > should work, doesn't it?
>
> There was a request to have a task that ran OS specific launcher depending
on
> mimetype. ie on win32 you can go
>
> start foo.html
> or
> start blah.jpg
>
> There is similar mechanisms in other desktop environments (ie KDE and I
think
> gnome also had a version aswell).
>
> There was discussion but no actual implementation ;)

yeah, it was too complicated to be fully cross platform, For web viewing it
would be tractable if the browser you had was java based or you assumed
netscape everywhere, but for generic stuff ... far to complex.

-Steve



Re: Ability to launch a web browser..

Posted by Peter Donald <do...@apache.org>.
On Tue, 31 Jul 2001 17:40, Stefan Bodewig wrote:
> On 31 Jul 2001, <bu...@relativity.yi.org> wrote:
> > Has been talked about before?
>
> Not that specific.
>
>     <exec executable="lynx" />
>
> should work, doesn't it?

There was a request to have a task that ran OS specific launcher depending on 
mimetype. ie on win32 you can go 

start foo.html
or
start blah.jpg

There is similar mechanisms in other desktop environments (ie KDE and I think 
gnome also had a version aswell). 

There was discussion but no actual implementation ;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

Re: Ability to launch a web browser..

Posted by Stefan Bodewig <bo...@apache.org>.
On 31 Jul 2001, <bu...@relativity.yi.org> wrote:

> Has been talked about before?

Not that specific.

    <exec executable="lynx" />

should work, doesn't it?

Stefan