Hi,
I have one file called list.txt where i have mentioned all the files which
need to be copied from specific directry.
can you please help me with the right copy task syntax which read the files
name from list.txt and copy to destination directory???
--
===
Rajesh
that name
--
Can you suggest me any solution for this? as i build is failing and mkdir do
not support failonerror propertry :(
=======
Rajesh Kumar
Configuration, Build and Release Engineer
Blog: http://www.scmGalaxy.com
ded this in PATH such as
(ANT_HOME/bin
4. To use any other place, call following pattern ANT_HOME/bin ant
hope this help..
===
Rajesh Kumar
Configuration, Build and Release Engineer
Blog: http://www.scmGalaxy.com
Email: raj...@scmgalaxy.com
On Mon, Jul 19, 2010 at 9:43 A
: [WEBURL,
HOSTNAME]
[copy] Problem token : @HOSTNAME@ called from @HOSTNAME@
BUILD FAILED
D:\WorkSpace\Perforce\Harrier9.01-branch\deploy\build\build_body.xml:1535:
The following error occurred while execu
ting this line:
java.lang.StackOverflowError
--
===
Rajesh Kumar
Hi All,
I am facing some issues in terms of white space in PATH in ant script. Can you
please help me with below line in unix env?
Regards,
Rajesh
http://www.mindtree.com/email/disclaimer.html
Any Workaround for below issues.
Rajesh
From: Rajesh Kumar (IN4774)
Sent: Wednesday, August 05, 2009 4:51 PM
To: 'Ant Users List'
Subject: Need Suggestion in build.properties
I am trying to use variable defined in build.properties file in Solaris Machine
but below script is n
Hello everybody,
I am facing some issues with svn and ant integration.
Requirement: Sync SVN source code using ant script in Solaris machine without
copying supported jar files in Ant_home.
Limitation: Ant client and svn client is install by default in box but don't
have root permission so I c
I am trying to use variable defined in build.properties file in Solaris Machine
but below script is not working
Please suggest.
Regards,
Rajesh
http://www.mindtree.com/email/disclaimer.html
Yes. These lib are added in ANT_HOME/lib.
Regards,Rajesh
-Original Message-
From: Brian Pontarelli [mailto:br...@pontarelli.com]
Sent: Wednesday, May 13, 2009 7:33 PM
To: Ant Users List
Subject: Re: taskdef class org.tigris.subversion.svnant.SvnTask cannot be found
Did you add these to
I got following error in when I execute one target in ant...
file:/data/stage2/BUILDFOPS/build.xml:6: taskdef class
org.tigris.subversion.svnant.SvnTask cannot be found
I have following files added in path
ganymed.jar
svnClientAdapter.jar
svnant.jar
svnjavahl.jar
Any Solution
_
Rajesh Kumar| Senior Engineer| MindTree Ltd. |Global Village, RVCE Post, Mysore
Road, Bangalore-560 059, INDIA |
Voice +91 80 26264000 Extn: 65568 | Mob: 9986675403 | email:
rajesh_kum...@mindtree.com<mailto:rajesh_kum...@mindtree.com?subject=mail%20to%20rajesh%20kumar>|www.mindtree.co
Hi,
I have few build target in my build.xml, I want if some target is not
successful, though build should not stopped and it should continue to next
target.
Any help?
Rajesh
http://www.mindtree.com/email/disclaimer.html
Hi,
I am running a ant script in Unix system and my ant scripts requires current
logged in user name and make use of user name is entire scripts.
Anybody help in how to find username using ant script?
Regards,
Raj
http://www.mindtree.com/email/disclaimer.html
Could you plz let me knw what prolog and how to resolve?
Regards,
RJ
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Thursday, April 30, 2009 8:02 PM
To: Rajesh Kumar (IN4774)
Cc: user@ant.apache.org
Subject: Re: Need Help
What does your build.xml file look
When u run following command, its say...
Ø Ant TARGET_NAME
Error Message: Error reading project file: Invalid byte 1 of 1-byte UTF-8
sequence.
Any Help?
Regards,
Rajesh
http://www.mindtree.com/email/disclaimer.html
Question: Why Copy in ant is not working if I am putting includes separately?
Ant version: Apache Ant version 1.5.4 compiled on January 8 2005.
Program 1 is not working and Program 2 is working. I guess both programs are
correct..
Program1:
.
2. I would like to know ant tasks that supports JUnit.
3. I would like to know the additional features of ant that supports JUnit 4.0
that are going to released from Ant 1.7.1 and above versions.
thanks in advance,
Rajesh Gottapu.
Hi,
I am beginner in ant.
I am trying to write one program in ant- which will save Pass/fail
Notification in one text file. Could you help me please?
Thanks in advance!
Regards,
Rajesh
*Thanks & Regards,
Rajesh <http://www.nidokidos.org/> Kumar
R & D Servi
Hi,
I want to display ant Pass/fail notification on web page. Can I get any help
or ideas from group member?
Thanks in Advance!
Regards,
Rajesh
DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. Before opening attachments please check them
:
Rajesh
-Original Message-
From: Keith Hatton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 01, 2005 8:00 AM
To: Ant Users List
Subject: RE: Jboss start and stop scripts
Hmm, I don't think I have ever seen that (I'm using Jboss 3.2.
I need an ant task which can look up for a running process, say a java
process and kill it.
The main thing is , I want this to be platform independent, to run on unix,
windows , solaris etc.
rajesh
How do I download a set of files under a directory on a HTTP server using a
HTTP URL
pointing to that directory. ( no authentication required)
i tried the task but i was able to download only one file at a time.
Thanks
Rajesh
Task
So, Rajesh, a good starting point would be to look at the code for the exec
task and use it to call your application.
Chris Erskine
EDS Consulting Services
F5-EDS-001
2424 Garden of the Gods Rd
Colorado Springs, CO 80919
Phone: 719-535-6064
> -Original Message-
> From:
: Wednesday, November 17, 2004 6:38 PM
To: [EMAIL PROTECTED]
Subject: AW: Writing system command as Task
Jan
> -Ursprüngliche Nachricht-
> Von: Rajesh [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 17.
> November 2004 14:04
> An: [EMAIL PROTECTED]
> Betreff: Writing system
Hai all
i have a requirement of writing a windows command as a task, say mysql dump
command.
is there a good way of doing it or i will go with Runtime execute command ?
please guide me.
Regards,
Rajmahendra R. Hegde
GK Bharani Software Pvt. Ltd.
There are two ways of constructing a soft
Thanks Antoine,
But I wasnt running a script task. I had problem with
a preinstalled java version on the Linux machine and
unable to specify the classpath for tools.jar.
Now I am using the easier way of installing new java
version and specifying classpath to its tools.jar
Rajesh
Hey Shawn,
Thanks for the info. I am using one of my schools
Linux system which has Java preinstalled in it. Though
I could find java in /usr/bin I am still unable to
find where tools.jar would be!
Now I have a new java version installed and set the
classpath as you said, it works fine.
Rajesh
27 matches
Mail list logo