----- Original Message -----
From: "Dominique Devienne" <[EMAIL PROTECTED]>
To: "'Ant Developers List'" <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 14:51
Subject: RE: [Proposal] Running task asynchrously (+ patche)



> I'd also like to popup IE with the generated Javadoc or HTML report when a
> task concludes, with Ant exiting. That sort of little things which are not
> build stuff per-se, but quite useful and convenient.


I have an exe that takes whatever is on the command line and ShellExecutes
it, works from ant today:

    <exec executable="open.exe" dir="${test.reports.dir}">
      <arg value="index.html" />
    </exec>


Win32 only, but doesnt hard code in any dependencies on IE; in my case it
hands off to mozilla.

drop me a note if you want the app, I could stick it up on the web or
something


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to