Re: Is there a way?

2003-07-24 Thread Antoine Levy-Lambert
there is also a ssh task in ant 1.6 alpha Antoine - Original Message - From: "Avery Marvin R" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 8:27 PM Subject: RE: Is there a way? > Thanks. sshexec looks very promising. > > MRA > > -Origi

Re: Is there a way?

2003-07-24 Thread Dale Anson
Actually, Ant 1.6 includes ssh and scp tasks. These tasks are based on jsch (www.jcraft.com), which uses a bsd style license, as opposed to sshtools, which use a gpl license. Dale Avery Marvin R wrote: Thanks. sshexec looks very promising. MRA -Original Message- From: David McTavish

RE: Is there a way?

2003-07-24 Thread Avery Marvin R
Thanks. sshexec looks very promising. MRA -Original Message- From: David McTavish [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:22 PM To: 'Ant Users List' Subject: RE: Is there a way? I also believe that there is an SSH task you could use to remote execute scripts. somewher

RE: Is there a way?

2003-07-24 Thread David McTavish
I also believe that there is an SSH task you could use to remote execute scripts. somewhere around here: http://sourceforge.net/projects/sshtools/ d. -Original Message- From: Michael Finger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:21 PM To: Ant Users List Subject: RE: I

RE: Is there a way?

2003-07-24 Thread Michael Finger
You could use exec in ant to kick off a script that executes rsh or what not.. -Original Message- From: Avery Marvin R [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:18 AM To: Ant Users List (E-mail) Subject: Is there a way? Is there a way, in an ant script, to execute a

Is there a way?

2003-07-24 Thread Avery Marvin R
Is there a way, in an ant script, to execute a command on another computer (like rexec or rsh in the unix world) on the network? Thanks in advance. MRA

RE: Stopping and starting a service in Win2000 with Ant.

2003-07-24 Thread David McTavish
you should put single quotes around ${service} if there are multiple words in the name of the service. d. -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 7:22 AM To: Ant Users List; Gian Franco Casula Subject: Re: Stopping and starti

Re: Stopping and starting a service in Win2000 with Ant.

2003-07-24 Thread Antoine Levy-Lambert
you should rather do - Original Message - From: "Gian Franco Casula" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 12:09 PM > > ... > description="Restarts Netscape Enterprise Server" > > > > > > should be better now if ant stalls, it probably means that stdout or

Re: Problem running executable jar - classpath issues

2003-07-24 Thread Claudio Corsi
Hi Kevin, When I encounter such a problem, I would start out by removing ant from the picture. Run the java command from the command and determine if it runs as expected. If this works, I would recommend that you generate a production type distribution that you test using ant. Test and determi

.Ô: Have you imported a source file into Visual Age for Java

2003-07-24 Thread Bui Dinh Chien
Thanks for your help, I grabed a source distribution (apache-ant-1.5.3-1-src.zip) and built Ant by myselt as guide in http://ant.apache.org/manual/installlist.html (I have downloaded all needed libraries as required already). But im may Jar file (ant.jar and option.jar) not contain VAJ task? Pls te

Re: emacs cygwin compile.el next-error fails with Ant (Was Re: [BUG])

2003-07-24 Thread Stefan Bodewig
On 24 Jul 2003, Mark Evenson <[EMAIL PROTECTED]> wrote: > When the build.compiler.emacs property is true AND Ant is running > under cygwin, the meaning is clear: Ant should emit the UNIX style > paths that cygwin emacs expects to parse. I'm not sure. What about the non-Cygwin versions of GNU Ema

Re: some classes in Optional.jar?

2003-07-24 Thread Antoine Levy-Lambert
>Hi all >I use Ant Version 1.5 . I found that in Optional.jar hasn't >VAJImportServlet.class, VAJExportServlet.class, >VAJToolServlet.class,VAJLoadServlet.class... >Who can tell me the way to have those files ? >Thanks. The particular distribution of ant that you are using was certainly compiled

Re: Trying to get rid of makefiles

2003-07-24 Thread Mark Evenson
I believe some sort of solution may be workable with JMake http://sourceforge.net/projects/javamake/ It compares .class to .java files to produce an appropiate javac command line. I haven't used jmake in a number of years, documentation on the website is scant, and I haven't used it with An

Loop support in ant ?

2003-07-24 Thread Dhaval Chokshi
can we include any type of loop in the ant build.xml file? I have to generate one build.xml file that performs the same tasks for various modules. Each time i have to add one module or delete one module I have to remove targets from the build.xml file or add targets in the build file. Targets ha

emacs cygwin compile.el next-error fails with Ant (Was Re: [BUG])

2003-07-24 Thread Mark Evenson
Thanks for the gently black humor. As regards to the subject line, I had intended it to be more descriptive, along the lines of "emacs cygwin compile.el next-error fails with Ant", so my apologies. After poking around a little more, I think this actually qualifies as a "bug" [[1]] in Ant rather t

some classes in Optional.jar?

2003-07-24 Thread Tran Thu Thuy
Hi all I use Ant Version 1.5 . I found that in Optional.jar hasn't VAJImportServlet.class, VAJExportServlet.class, VAJToolServlet.class,VAJLoadServlet.class... Who can tell me the way to have those files ? Thanks. - To unsubsc