Re: javac task question

2023-12-20 Thread ilya Basin
Alan. I never used srcpath before and after some trial and error I feel that the source of the problem is bad description of the option in JDK. Ant passes srcpath directly to JDK's javac (unlike srcdir which Ant itself searches for java files). The description says "Specify" or "Specifies", but

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread ilya Basin
ject.executeTargets(Project.java:1248) >         at org.apache.tools.ant.Main.runBuild(Main.java:851) >         at org.apache.tools.ant.Main.startAnt(Main.java:235) >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) >         at org.apache.tools.ant.launch.Launcher

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Ilya Basin
I don't think we'll help more without seeing the problem details. On 28.12.2022 23:16, Eric Fetzer wrote: > Hmmm, that command works at the command line. > > On Wed, Dec 28, 2022 at 10:54 AM Ilya Basin <mailto:basini...@gmail.com>> wrote: > > Hi Eric

Re: SSHEXEC Command Line Equivalent

2022-12-28 Thread Ilya Basin
Hi Eric. I hope you're using the modern OpenSSH client program. Something like this: ssh -F none \ -oBatchMode=yes \ -oUser=myUser \ -oIdentityAgent=none \ -oIdentityFile=/var/lib/jenkins/.ssh/id_rsa \ -oPort=1401 \ -oUpdateHostKeys=no \ -oStrictHostKeyChecking=no \ myHost.myDomai