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

Reply via email to