Why not use an external tool for this?

Best regards,

Eugene Belyaev
IntelliJ Software, http://www.intellij.com
"Develop with pleasure"

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Alain Ravet
> Sent: Wednesday, February 06, 2002 1:10 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-features] Ant : silent mode for chosen tasks
> 
> 
> As I also use Ant to launch open a browser on a given url,
> 
>   <target name="launch_browser_index"   >
>     <exec executable="C:\Program Files\Internet 
> Explorer\IEXPLORE.EXE" >
>         <arg line="http://www.mywebapps.com/index.html"/>
>     </exec>
>   </target>
> 
> It opens a message window, that takes 2 clicks to disappear.
> 
> I would like a way to tell IDEA to NOT create and open a 
> message window for this task.
> 
> Alain Ravet
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED] 
> http://www.intellij.com/mailman/listinfo/eap-features
> 


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to