RE: Output of SQL-task

2012-02-06 Thread Anil
set feedback off works for me .. thanks -- View this message in context: http://ant.1045680.n5.nabble.com/Output-of-SQL-task-tp1336066p5459886.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe

Stop as soon as target run into error or fail

2012-02-01 Thread Anil
Hi, I have 5 different action in 5 target and what I want is if target1 run into error, stop the ANT /build at that point show error message on command window.

[Ant 1.6.5] Question on "OutOfDate" Usage

2007-09-28 Thread Anil VVNN
Hi, I'm trying to use "OutOfDate" task for the following requirement, There is a XSD directory which has few XSD documents, I want XJC to generate Java files only if there is any modification to XSD's. I need all the Java files have to be generated even though only one XSD file is changed. So,

RE: How to use eclipse .classpath file in build process of ear/war to add selective dependent jars/rars.

2007-09-20 Thread Thangudu, Anil
Hi Knuplesch, Thank you very much for the link. I have to start looking in to site. I might take some time.. To read about it.. Thanks anyway... Anil. -Original Message- From: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 9:39 AM To: Ant Users List

How to use eclipse .classpath file in build process of ear/war to add selective dependent jars/rars.

2007-09-20 Thread Thangudu, Anil
on(eclipse .classpath) in ant scripts while building the ears, that would be great! Appreciate your help in advance. :) Anil. This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belongi

Want to include application folder while creating war file

2007-08-17 Thread Anil Kumar pippalapalli
inflated without application folder. Any help would be great. Thanks in advance, anil.

Re: regarding path id

2007-08-08 Thread Anil Kumar pippalapalli
hi mani, you can do this, this will take care of all jars in that folder and subfolders anil. On 8/8/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote: > > Hi, > Actually, I add the jar files in classpath using the following way. > > > >

Re: Help Required.....

2007-08-06 Thread Anil Kumar pippalapalli
before compiling the code.This is required, as we have static maps(collection objects) from struts commons collections. So these jars need to be present at the time of loading these classes. Can anyone give me better way i.e without moving jars to JRE Ext folder. thanks in advance, anil. On 8/5/07

Help Required.....

2007-08-03 Thread Anil Kumar pippalapalli
advance, anil.

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-19 Thread Anil Philip
Do you mean jsch API? (there is no jscp api) --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > Anil, Not sure what you are asking. You have seen > the examples for using > scp with a fileset. What is the problem you are > having now? Is it not >

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-15 Thread Anil Philip
No replies? --- Anil Philip <[EMAIL PROTECTED]> wrote: > I am using scp programmatically, but I found this > task > here with wildcards, in the examples documentation > - > Anil > . > > Copy a set of files to a directory > > > > >

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-12 Thread Anil Philip
I am using scp programmatically, but I found this task here with wildcards, in the examples documentation - Anil . Copy a set of files to a directory --- Anil Philip <[EMAIL PROTECTED]> wrote: > Thank you for replying. > Is there an example I can

RE: help! how to send multiple files to remote machine? ant-jsch

2007-04-11 Thread Anil Philip
Thank you for replying. Is there an example I can look at for transferring multiple files? I did a google search but was unable. thanks, Anil --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > The wildcard is not resolved in ant. This is a > common mistake as

help! how to send multiple files to remote machine? ant-jsch

2007-04-11 Thread Anil Philip
java.io.FileNotFoundException: D:\outbound\* (The filename, directory name, or volume label syntax is incorrect) at org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:215) - thanks, Anil Philip void sendFiles(File outFolder) throws IOException { Scp sendFile

Re: AW: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-08 Thread Anil Philip
I did copy catalina-ant.jar to quartz/webapp/lib but it did not make any difference. Same error. Is the problem with Sun Java Studio 8.1 ? thanks, Anil --- [EMAIL PROTECTED] wrote: > It's in the catalina-ant.jar from Tomcat. > http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.htm

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-07 Thread Anil Philip
I am trying to run the Quartz webapp from Sun Java Studio using Tomcat. I am using the ant scripts that come with Quartz webapp. When I try to Run, I get "taskdef class.org.apache.catalina.ant.DeployTask cannot be found" the build.xml for webapp is here: https://quartz.dev.java.net/source/browse/q

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-06 Thread Anil Philip
ere: https://quartz.dev.java.net/source/browse/quartz/webapp/build.xml Any help appreciated. th

Exec timeout

2005-10-12 Thread Jacob, Anil - MWL
I am executing a command using the exec task as given below. I would like ANT to exit out of the command using the timeout parameter, however I see that the timeout parameter does not seem to do anything and ANT does not exit. This works well when I use sshexec Any ideas? Anil

exec returned: -1

2005-07-31 Thread Jacob, Anil - MWL
> I have an ANT task which executes a perl script. It works fine when I > execute it on the command line. When I use cron(which does not set and > ENV's) I get an error saying exec returned: -1. What does -1 mean? > > Thanks > Anil

Outputproperty in sshexec

2005-07-28 Thread Jacob, Anil - MWL
id_dsa" trust="true" command="" > outputproperty="step4.out"/> > > > > > > > > > > --- > ${step4.out} is not being set at all. The ssh task executes fine. > > Anil

Outputproperty in sshexec

2005-07-26 Thread Jacob, Anil - MWL
cutes fine. Anil

While Looping in ANT

2005-07-22 Thread Jacob, Anil - MWL
like to know how to keep checking for a property without exiting the ant JVM. Thx Anil

RE: sshexec

2005-06-15 Thread Jacob, Anil - MWL
If it is ANT1.6+ rename the jsch-0.1.20.jar as ant-jsch.jar. Anil -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:22 PM To: Ant Users List Subject: RE: sshexec What version of Ant are you using? -Rob A > -Origi

RE: Sql task and property

2004-12-30 Thread Jacob, Anil - MWT
That makes perfect sense, I was able to send the o/p to a file now I just need to filter and load the file. Thanks Rob. ANil -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:46 AM To: Ant Users List Subject: RE: Sql

Sql task and property

2004-12-30 Thread Jacob, Anil - MWT
I have an sql task which checks the records in 3 tables. Is there a way I can set a property if the value in any of the tables is > 0? This property will be used for other tasks. Anil

RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
--- --- ant -f test.xml -Ddev.build1=Build_0402_0012 test Buildfile: test.xml test: [echo] Value of DevBuild1 is Build_0402_0012 BUILD SUCCESSFUL Total time: 3 seconds Anil -Original Message- From: Jacob, Anil - MWT [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
Where exactly are you updating the properties? Are you echoing it or writing it into a file? Anil -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 2:20 PM To: Ant Users List Subject: RE: ant UI -D option is not working !! I gave "c

RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
t target that you want to execute, can also be passed from the html page(like a submit button) Anil -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:43 AM To: Ant Users List Subject: RE: ant UI That helped ! command line arguments , I compl

RE: ant UI

2004-12-20 Thread Jacob, Anil - MWT
or cgi script to execute ant over a browser, off course you need a web server also. Works great. Anil -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:48 AM To: Ant Users List Subject: RE: ant UI Look at the bottom of the second link-ed

RE: Sshexec and nohup

2004-12-09 Thread Jacob, Anil - MWT
It works fine and creates the nohup.out file,When I run it manually after sshing over to the machine.I don't think it is creating the file anywhere as the called script sets directories etc properly. Anil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sshexec and nohup

2004-12-09 Thread Jacob, Anil - MWT
cute the above mentioned script, however I noticed that when I call the script thru ANT it never creates the nohup.out file, even through the remote script does go into the background. Any idea's? Anil

Copy command dest as a file set

2004-06-23 Thread Jacob, Anil - MWT
The tasks like copy etc can use fileset for the source. Is it possible to use fileset for the destination? For example I want to copy a file to a set of sub directories in a directory wherein the sub directories can be refered to as *directoryname. Thanks Anil

recordning time of build into mail logger

2003-11-02 Thread Jacob, Anil - MWT
Hi, Is there anyway to record time and date of a build into ant's maillogger so that it shows up at the top of mail sent to recipients? Thanks in advance Anil Jacob - To unsubscribe, e-mail: [EMAIL PROTECTED