|
|
|
Hi
I have had this problem before but increasing Xms and Xmx solved it (ANT_OPTS). However now it does not.
I have tests that is being run. No problem! I also create a coverage report with emmi have a java class that i can execute from an ant script. the class takes
one string argument and writes to system.out an encrypted version of that
argument. i 'd like to capture in ant the outputHi.
I 've been searching around the documentation and this list to try to find
the answer to this question but I 've so far been unsuccessful.
I have a build file that does several separate compHi All
I am trying to execute Command using <exec > Tag in Ant 1.6
while executing command I am trying to redirect the output to text File.
Here I want if my exec Command Fails or Executable I Hi All
I have an requirement for which I have to login to database as "sys "
user and also I have to use "sql " task. Is there any way in ANT so
that I can login as "sys " user.I am using following tHello
Can anyone help me how to do cvs checkout using antscript.
Would like to know steps .
Do i have to specify anything like CVS_HOME?
tia.
Hi
We make use of 'suite() ' in junit. Does junit target in ant make a distinction between tests run in a suite and each separate test. Or can a test be run twice? It seems like it will become a hHi everyone
Ant 's Nest 1.7 has just been released at http //antsnest.sourceforge.net and is a major update from the last time I spoke on this list. For those that weren 't around last time Ant 's NI 've been programming a task for executing an external task.
Seems that the security policy won 't allow me to run an external
program within an Ant task.
I want to run an external utility iteraHello
Can anyone tell me how to include antbuild script inside another
antbuild script.
Tia
Hi folks
I am writing a common build script for 2 departments that build similar
products but have some slightly different requirements in terms of build
structure.
My plan was to have moduI 'm searching for a task which traverses a directorytree and removes
all empty directories but leaves those which have any contents.
Should work unter *NIX and Windows so a java Task is preferr <java > ?
Jan
> -----Urspr?ngliche Nachricht-----
> Von Ammar Hedi (stu) [mailto hedi.ammar@(protected)]
> Gesendet am Mittwoch 25. Mai 2005 11 31
> An user@(protected)
> Betreff XSLTHello
I am a new user of Ant.
I want to optimize my XSLT transformations
"
set JrePath "%TS_LOCAL%\xml\jre1.4.1 "
set XercesPath "%TS_LOCAL%\xml\xerces2.6.2 "
set XalanPath "%TS_LOCAL%\xml\xGuys
I have my own task and collection implemented and I use it like that
<taskdef name "myTask " classname "com...MyTask "
classpathref "std.classpath " loaderref "myTask "/ >
<typedef name Hi all
I 'm trying to execute an ant target that checks out server configuration
files and uploads them to all of the nodes in a cluster. I have the upload
part working if I pull the configuratioOh and I need to do this with Ant v1.5.4.
> -----Original Message-----
> From Karr David
> Sent Tuesday May 24 2005 12 07 PM
> To Ant Users List
> Subject Modify all files of a certain The subject is a generic statement of what I need. I 'll be a little
more specific in here but focusing on the generic problem may be more
helpful.
I have an exploded ear and in a bunch of EJB Hi Antees
I wonder whether someone got his own PropertyHelper installed and what needs
exactly to be done?
What I 'm doing is basically this
1. I 'm deriving my PropertyHandler from `org.apachAFAIK current Ant versions should accept a zipfileset
in a path I can 't say what their behavior would then
be. Probably depends on the context but if current
versions don 't do what is needed 1.Not "inside " Ant. But you could write a wrapper script converting
to -D option )
Jan
> -----Urspr?ngliche Nachricht-----
> Von Jay Burgess [mailto lists@(protected)]
> Gesendet am DienstagIs it possible in Ant to define a "catch-all " target so that if a target is
specified on the command line that 's not in build.xml the catch-all target will
be called? The reason I 'm asking is thaI 'm not sure how to approach this error any pointers would be appreciated.
from the console
[thufir@(protected) java]$
[thufir@(protected) java]$ ant
Buildfile build.xml
clean
[delete] Dehow can some .jar files from one WAR be added to another WAR?
When is ant 1.7 going to be released .?
Thanks
srikrishna
I 'm fairly new to ant so I 'm soliciting critique on what I have so
far. Test16.java imports Tidy.jar otherwise the source code is
straightforward. I 'm particularly interested in naming conventioThe other scripts should use properties than you can provide other values
while
invocation.
master1.xml
<ant ... > <arg name "javac.debug " value "on "/ > </ant >
other.xml
<property name "jav It 's possible to use catalog (XSLT task) vor doctype SyStem (and not
PUBLIC) ?
If yes how to do it ?
Thanks
I would like to use ant w/ mono. The command to compile is mcs in mono.
How to compile mono w/ ant?
what about make dll libraries?
tia
.V
Dear all
I have a problem with the image task.
Lets say I have a directory structure like
${src}/image1/img1.jpg
${src}/image1/img2.jpg
${src}/image2/img3.jpg
${src}/image2/img4.jpg
If
| |