Eugene,

> Why not use an external tool for this?

It was not clear in my sample code, but the urls are many, and vary from
project to project.
In a web application, I use them as quick links to important pages of the
application.

Alain





----- Original Message -----
From: "Eugene Belyaev" <[EMAIL PROTECTED]>


> Why not use an external tool for this?
>
> Best regards,
>
> Eugene Belyaev
> IntelliJ Software, http://www.intellij.com
>
> > -----Original Message-----
> > 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

Reply via email to