|
|
|
Hello all
I need to two sets of files from one directory (tableset.source.dir) to another (buildDirectory\...) so I wrote
<property name "tableset.source.dir " value "${tableset.rootIt is.
- Alexey.
Ninju Bohra wrote
>Is the ANT user group working...
>
>
--
Hello all
OS WindowsXP
ANT 1.6.2
I need files from one directory (tableset.source.dir)
copied to another (buildDirectory\...) so I wrote
<property name "tableset.source.dir "
Hi
I have a file containing several times something like (xx is
different)
<language lang "xx " >
<a >... </a >
</language >
For some of them (depending on "xx ") I want to keep only the
<a >I ran into the problem of svn unversioned files a few weeks ago.
This test target for that project now depends on the test compilation and
on this
<!-- Hey der
I 'm trying to make a working build be completely self-contained and so
I 'm looking for some feedback on the current state of using JUnit with
Ant.
The current situation is that I use just an idea ... could you use ${path.separator} ?
Jan
> -----Urspr?ngliche Nachricht-----
> Von Peter Reilly [mailto peterreilly@(protected)]
> Gesendet am Donnerstag 24. M?rz 2005 11 20
>
Hello
I 'm using the copy task to map a file name into a directory structure
<copy todir "... " >
<fileset dir "... " >
<include name "**/*.txt "/ >
</fileset >
<mapper tHi
I have a property file that is generated by <modified > in a <fileset >.
I would like to sort its content so that the files in it are sorted by
directory.
Is it possible ?
Nicolas
-Hi All
March 23 2005 is Java 's 10th Anniversary.
http //www.javarss.com/java-timeline-10years.html
I wish Java Community grows more.
Best Regards
mmh - my first impression is that
<fileset > <present > <filterchain > <mapper > <replace > <replaceregexp >
could be helpful.
Jan
> -----Urspr?ngliche Nachricht-----
> Von Nicolas Vervelle [Hi
I have a directory tree where each directory can contains files named in
the form index.*.html. (* represents the code for a language en fr ...)
Each index.*.html contains lines in the foI 'm getting an error from the cvschangelog task as show below. I 've
confirmed that all the files exist and that cvs is executable from the
directory stated (I use MANY cvs commands in my ant buildThere are three steps in one <copy > statements
1. select all files for the copy operation ( <fileset > <modified >)
- select all files which suffix is ".vcp.bak "
- check by their absolute pathn <project >
<property environment "env "/ >
<condition property "output.dir " value "${env.OUTPUT_DIR} " >
<isset property "env.OUTPUT_DIR "/ >
</condition >
<property name "output.
Hi
I am newbie in ANT. My requirement is if the environment variable is not
set then I want the output to go to the current directory else
the value should be picked up from the envI am using Ant 1.6.2 and trying to do a p4labelsync. First I create the
label then do the labelsync which "tags " the appropriate files to the
label.
Identifying which files will get tagged is dset the read-only flag to the files?
Jan
> -----Urspr?ngliche Nachricht-----
> Von David Resnick [mailto abunetta@(protected)]
> Gesendet am Dienstag 22. M?rz 2005 11 40
> An 'Ant Users LisI am making a backup of some files which I then filter back into the
original. Unfortunately because of the way the targets are set up this is
done more than once. I want the copy task to performHello
I am experiencing an issue with the combination of ANT JUnit and
log4j. Here 's the situation. The ANT build file uses the <junit >
task. Log4j is configured to print to the console. There <property environment " "/ > ?
Jan
> -----Urspr?ngliche Nachricht-----
> Von Markus Innerebner [mailto markus.innerebner@(protected)]
> Gesendet am Montag 21. M?rz 2005 15 16
> An Anhow can I read an environment value which I am passing in eclipse as a
vm argument.
My intention is to pass something like that
-D <property > ${enviromentVariable}/aPath
the environment variablHi
I tried to set properties using the "propertyset " task and the
"propertyref " nested element. The ant manual
(http //ant.apache.org/manual/CoreTypes/propertyset.html) states that
"regexp " is a
Hi
Before I re-invent the wheel does anyone know if any ant tasks for adding
websites and virtual servers etc. to IIS?
Thanks
Kola
> My perl script renames files into files_en so i want to
> execute my perl script and that should rename all the files
> ending with xsl.
Why using perl? Why not a <move > with a nested mapper?Hi everybody
a part of my build.xml
<property file "build.properties " / >
<target name "translate_plugins " if "${perl} " >
<path id "plugin.files.xsl " >
<fileset dir "./plugins " includeshi
i am having a problem with runninig apache ant 1.6.2. on linux 9.9.
when i run ant as follows i keep getting the following error. why is
this. it does not seem that i have got a preinstalled data
D \ >
D \ >
D \ >ant
Buildfile build.xml
clean
[delete] Deleting directory D \java\classes
prepare
[mkdir] Created dir D \java\classes
compile
[javac] Compiling 3 I am using Ant 's <junit > task to run my JUnit tests which happen to have
log4j statements. Currently my log.properties file is outputting the logs
to the console.
Inside the <junit > task I
| |