|
|
|
Hi I 'm trying to rename every "search " directory in a tree to
"search_ " but I 'm not able to find the right way to do it.
For example if I have the files
/tmp/myDir/test/hello/search/Hello.html
/Hello
Do you use argument line or argument value?
I always have troubles with argument line because you dont know what cvs command you do.
Use argument value for each command line argument as in th
I am using
<pathconvert property "to.classpath " refid "from.classpath " >
<mapper >
<mapper type "regexp " from "(.*)bin(.*) " to "\1\2 "/ >
</mapper >
</pathconvert >
where
from.classpath is
"C \temp\dpHi
I am using the following task to build a war file
<target name "war " depends "compile " >
<war warfile "${warfile} " webxml "${webapp}/WEB-INF/web.xml " >
<zipfileset dir "${Hi
I have a build file and in that build file I 'm setting up my classpath
and assigning it. However when I try to run my compiled code I get a
NoClassDefFoundError service/ImageProcessor.
WheHi there
your solution worked great thanks! I actually needed to add a little extra
into it so that I waited until the right content had been written into the
file
<target name "testRunMac " depenGood Afternoon Paul
Trying to get this same scenario working in Flex ActionScript but can 't get
any information from Adobe on how to configure ActionScript in Apache
httpd.conf
M--
This email messaHi all
I have an ant script that 's been working on Win XP and I 'm trying to get
it working on a Mac.
Basically I want to run an app (its a swf player) that writes contents out
to a file then clo
Hi
with a given xmlfile as input for my buildscript
<?xml version "1.0 "? >
<referenzen >
<projekt name "safir " >
<modul name "SAFIR Base Application " label "r_1_5_13_23_thi "/ >
</proj
I have a build file test.xml which has lines in it which need to be replaced
by actual values. These actual values are read from a property file which
is loaded by this build file.
This problem is ?
Hi
I have been using ANT tool to compile java source files.
<javac srcdir "${src} " destdir "${dst} " includeAntRuntime "no " includes "**/*.java " >
<classpath refid "app.path "/ >
</javac >
In the
<property file "${property_files_location}/abc.properties "/ >
<property name "location " value "????? "/ >
Now abc.properties have some key-value pair for example location "C /test "
Now I want to fThe cvs task behaves unexpectantly. At the commandline 'cvs export -d
dest -r tag module ' exports the content of the module the 'dest '. The
ant task cvs creates a directory called 'module ' in 'dest ' aWhat task is the equivalent of 'cp -r --reply no '. This command
recursively copies files and if the file exists in the destination
skip copying that file and continue.
Chris
--
Chris Velevitch
ManaI have a very straight forward build.xml file
<project name "test " default "test " basedir ". " >
<target name "test " >
<mail
from "dweintraub@(protected) "
subject I have a very straight forward build.xml file
<project name "test " default "test " basedir ". " >
<target name "test " >
<mail
from "dweintraub@(protected) "
subject Hello!
I 'm trying to put my script tasks in antlib and wonder why hte following code
does not work
# complex/antlib.xml
<?xml version "1.0 "? >
<antlib xmlns cur "ant current " >
<!-- Elementary
Using ANT I want to generate some batch and property files. Is it possible
to create new files ?
--
View this message in context http //www.nabble.com/creating-files-tf3900318.html#a11057061
Sent I believe the <ant > task can take a nested <property > or <propertyset > sub-element this will allow you to pass the value of properties from the parent script to the child script.
See http //ant.apaI 'm trying to use a globmapper with uptodate task.
such as
<target name "-check_proxy_uptodate " >
<uptodate property "proxy.uptodate " srcfile "${qproxy.src.dir}/${cls} " >
<globmapper from "${qprHello all
I 've been trying to extend JUnit 's report without success. The following are
some questions/comments about what I couldn 't accomplish
1. Ant 's
org.apache.tools.ant.taskdefs.optional.juniWhen I run JUNIT (using junit-3.8.1.jar) on my code I get the following
error
java.io.FileNotFoundException
/cclocal/viewroot/content_management/wim/build_wim_Integration/vob/conte
nt_management/wI have two ant scripts. A target in build-1 has dependencies on a target in
build-2. Those dependences are called using the <ant > task. The target in
build-1 will run depending on whether or not a pro
hi folx
is it possible to use the refid of a fileset that is stored in a properties
file? if so how??
i am new to ant and to java. i have successfully created a build that uses
one of two properAs far as I know there is the possibilty to set a timeout if that is waht you want!
--
J?rgen Knuplesch www.icongmbh.de
icon Systemhaus GmbH Tel. +49 711 806098-2
Hi
1. Is it possible to call Build2 file from Build1 which is executed using
ANT ?
2. Is it possible to execute a particular task in Build2 by calling it from
Build1 ?
Regards
Arijit
--
View tHi there
I 've developped a tool for my company which relies on Apache Ant it 's
an Ajax-based web application which allows running Ant tasks from an
intuitive web interface. I 've managed to get it I have already compiled some java source files using ANT < javac> task and created a jar file(eg1.jar). I am using eg1.jar in the classpath to compile files in E \\ANTBUILD\\eg\\eg2\\sources.The Hello
I 'm trying to figure out how to build custom dependency rules for a
custom 'compiler ' i have written.
I see the DependSet task which is sort of what i need but i don 't see in
the docs Hi
I just upgraded from ant 1.6 to ant 1.7 and now i also upgraded to junit 4
But i can not see the *ignored tests* in the brief formatter mode.
Is it a known issue?
Thanks
James
-------------
| |