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
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.
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,
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
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
inflated without application folder.
Any help would be great.
Thanks in advance,
anil.
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.
>
>
>
>
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
advance,
anil.
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
>
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
>
>
>
>
>
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
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
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
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
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
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
ere:
https://quartz.dev.java.net/source/browse/quartz/webapp/build.xml
Any help appreciated.
th
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
> 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
id_dsa" trust="true" command=""
> outputproperty="step4.out"/>
>
>
>
>
>
>
>
>
>
> ---
> ${step4.out} is not being set at all. The ssh task executes fine.
>
> Anil
cutes fine.
Anil
like to know how to keep checking for a property without exiting
the ant JVM.
Thx
Anil
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
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
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
---
---
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
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
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
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
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]
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
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
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
34 matches
Mail list logo