Used tasks

2005-10-11 Thread Thomas Matthijs
Hello, I'm trying to find a way to list all tasks a specific build.xml uses. Though a listener you can easily find the ones that get run. But i'd like to know all of them that the build file could possibly run. Been digging thought the code, but its comfusing me, and hints where too start? Than

RE: Sshexec: Auth fail

2005-10-11 Thread Matt Benson
Actually... that was on ant-dev, the supplier was one of the (AFAIU) key guys at JCraft, the writers of the jsch package that implements the SSH tasks, and it has already been applied to Ant's HEAD. Thanks, Matt --- "Dick, Brian E." <[EMAIL PROTECTED]> wrote: > The patch worked. Here's the URL t

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
The patch worked. Here's the URL to the patch. This should be added to the code base. http://marc.theaimsgroup.com/?l=ant-dev&m=111959408515300&w=2 -Original Message- From: Dick, Brian E. Sent: Tuesday, October 11, 2005 2:15 PM To: Ant Users List Subject: RE: Sshexec: Auth fail It work

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
It works from cygwin. Here's the output for ssh -v. I found a post in the jsch forum from an ant user that had to patch the SSHUserInfo class to support the UIKeyboardInteractive interface. I'm trying his patch. I'll let you know how it goes. OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Co

RE: Sshexec: Auth fail

2005-10-11 Thread Anderson, Rob (Global Trade)
You will probably want to get ssh working from cygwin before attempting to connect via Ant. The error suggests you are using the wrong username or password. Perhaps the password expired? What happens on the command line in cygwin? -Rob A > -Original Message- > From: Dick, Brian E. [mailt

Re: installing ant on aix 5.2

2005-10-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Hello guys, I am trying to install ant on a AIX 5.2 and i can not even untar the distribution(binary one). Any clue?Is is a matter of GNU tar? yes, aix, like solaris and hpus has an old broken tar implementation from AT&T, that cannot handle long filenames. this sho

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
Can I get some help for the problem below? -Original Message- From: Dick, Brian E. Sent: Friday, October 07, 2005 11:24 AM To: Ant Users List Subject: Sshexec: Auth fail Any hints on how to debug the sshexec task "auth fail"? It was working a couple of weeks ago, but it is now failing f

taking lot of time

2005-10-11 Thread Karunakar Chatla
Hi, I am executing several sshexec tasks in my script. It is able to execute the commands but taking lot of time. Is this always the case or I am making any mistake? How can we minimize the time to execute ssh commands? Your help is very much appreciated. Thanks in advance. Here is my script :

installing ant on aix 5.2:compatibility question

2005-10-11 Thread hind.lwahhabi
Hello the list, There is nothing mentionned about AIX in ant doc so i am asking: Is there incompatibility or known problem between ant 1.6.5 and aix 5.2/aix 5.3? thanks. Regards; Hind Lwahhabi. This message is for the designated recipient only and may contain privileged, proprietary, or otherwis

installing ant on aix 5.2

2005-10-11 Thread hind.lwahhabi
Hello guys, I am trying to install ant on a AIX 5.2 and i can not even untar the distribution(binary one). Any clue?Is is a matter of GNU tar? Hind Lwahhabi. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you hav

Re: java.io.IOException when ececuting the java ant target

2005-10-11 Thread Steve Loughran
Markus Innerebner wrote: When I am executing that command under windows 2003 server (in a dos console) I get following error: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434:

RE: java.io.IOException when ececuting the java ant target

2005-10-11 Thread Kees van Dieren
Hi, I got the same error starting javac.exe. The cause was that two jars with the same contents on different locations were added (eg: jarx.jar was in c:\dir1 and c:\dir2, both on them added on the classpath). Remove entries of these duplicates from the classpath fixed it for me. Kind regards

java.io.IOException when ececuting the java ant target

2005-10-11 Thread Markus Innerebner
When I am executing that command under windows 2003 server (in a dos console) I get following error: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434: java.io.IOException: Crea

Am I doing something wrong or is the documentation for the javacc task broken?

2005-10-11 Thread olof.wolgast
Hi! I'm using Netbeans 5.0 which comes with Ant 1.6.5. Quotation from the manual found at http://ant.apache.org/manual/OptionalTasks/jjtree.html "Optionally, you can also set the outputdirectory to write the generated JavaCC grammar and node files to a specific directory. Otherwise jjtree

Re: Typo in documentation for Waitfor task

2005-10-11 Thread Gisbert Amm
Matt Benson wrote: --- Gisbert Amm <[EMAIL PROTECTED]> wrote: I'd like to fix such typos in the source of the docs myself if possible. You might read http://jakarta.apache.org/site/getinvolved.html for an idea of how to reach this point. Thank's for the direction. Gisbert