RE: How to open URL from ANT.

2005-06-06 Thread James Abley
tml James -Original Message- From: Nir Geier [mailto:[EMAIL PROTECTED] Sent: Wed 5/18/2005 4:00 PM To: Ant Users List Cc: Subject: RE: How to open URL from ANT. Ty for all your help Stefan. i assume its related to the authentication. if i upload page without authentication it

RE: How to open URL from ANT.

2005-05-19 Thread Matt Benson
nson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 5:27 PM > To: Ant Users List > Subject: Re: How to open URL from ANT. > > > --without a doubt. on Ant < 1.6.4 should not > work with authentication, period. If it does then > the > username + passw

RE: How to open URL from ANT.

2005-05-19 Thread Nir Geier
So if i understood u correctly (Imm using ant 1.6.3) it shouldnt work. Nir. -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 5:27 PM To: Ant Users List Subject: Re: How to open URL from ANT. --without a doubt. on Ant < 1.6.4 should not w

Re: How to open URL from ANT.

2005-05-18 Thread Matt Benson
--without a doubt. on Ant < 1.6.4 should not work with authentication, period. If it does then the username + password couldn't be more than two characters... or some similar freak occurrence. Even better would be if I were wrong, but I can't see how that's possible in this case. -Matt --- St

RE: How to open URL from ANT.

2005-05-18 Thread Nir Geier
Ty for all your help Stefan. i assume its related to the authentication. if i upload page without authentication it works fine. Nir. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 3:38 PM To: user@ant.apache.org Subject: Re: How to open

Re: How to open URL from ANT.

2005-05-18 Thread Stefan Bodewig
On Wed, 18 May 2005, Nir Geier <[EMAIL PROTECTED]> wrote: > http://localhost:7701/manager/reload?path=/cc"; >dest="${logs.dir}/reload_cc.log" >verbose="${verbose}" >usetimestamp="true" >password="tomcat" >

RE: How to open URL from ANT.

2005-05-18 Thread Nir Geier
ot;tomcat" username="tomcat" /> java.lang.ArrayIndexOutOfBoundsException: 12 Nir -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 2:18 PM To: user@ant.apache.org Subject: Re: How to open URL from ANT. So

RE: How to open URL from ANT.

2005-05-18 Thread Nir Geier
Thats what i didnt know. the task -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 2:18 PM To: user@ant.apache.org Subject: Re: How to open URL from ANT. On Wed, 18 May 2005, Nir Geier <[EMAIL PROTECTED]> wrote: > Im using it

Re: How to open URL from ANT.

2005-05-18 Thread Stefan Bodewig
On Wed, 18 May 2005, Nir Geier <[EMAIL PROTECTED]> wrote: > Im using it to reload context under tomcat. > I wrote my own task for: > http://localhost:7701/manager/reload?path=/cc > > I simply wanted to do it from ant since I have script that updates > the sources I want to use the reload from ant

RE: How to open URL from ANT.

2005-05-18 Thread Nir Geier
. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 2:05 PM To: user@ant.apache.org Subject: Re: How to open URL from ANT. On Wed, 18 May 2005, Nir Geier <[EMAIL PROTECTED]> wrote: > Is there any option to open URL with Browser? Not a

Re: How to open URL from ANT.

2005-05-18 Thread Stefan Bodewig
On Wed, 18 May 2005, Nir Geier <[EMAIL PROTECTED]> wrote: > Is there any option to open URL with Browser? Not a portable one (which Browser would you use?). is your only option. Stefan - To unsubscribe, e-mail: [EMAIL PROTECT

Re: How to open URL from ANT.

2005-05-18 Thread Jeffrey E Care
Why would you possibly want to do this? Ant is a build tool, not a general purpose scripting language. In any case, you could use the exec task to launch a browser. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.op

RE: How to open URL from ANT.

2005-05-18 Thread Nir Geier
I wrote my own task based on source i found on the web. The source is on: http://www.javaworld.com/javaworld/javatips/jw-javatip66.html -Original Message- From: manoj puthran [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:19 AM To: 'Ant Users List' Subject: RE: H

RE: How to open URL from ANT.

2005-05-18 Thread manoj puthran
Even I like to find out the same. But in the meantime I am using the exec task, i.e. running system command, to open my url in the browser, in Win2k. http://ant.apache.org"; /> -Original Message- From: Nir Geier [mailto:[EMAIL PROTECTED] S