Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
  Subjects
Home
Python implementation for Ant
AW: a problem compiling a Java 5 project with generics
Odd Behavior
How to compile jsp files with ANT
Ant and the Windows Registry
please update the next release of Ant 1 7 to Xerces 2 9 0
tag inside some other tag(cvs)
Perform a task for every folder from the file
ConcurrentModificationException
Location attribute in property not resolving correctly
creating files
Problem with condition selection property; Help needed
Javac task query
Help with running different target based on user input?
"java lang ClassCastException: org apache tools ant types Path " error after
ANT task to process properties files into static class
Ant 1 7 0 can 't find Junit in ${user home}/ ant/lib
Invoking a target (Ant 1 7) in a loop (Ant Contrib)
How to set the next week start date
repost: trooubled with ant from source install
Javadoc
ant javac version question
TImestamping in ANT
Building Dependent targets
help! how to send multiple files to remote machine? ant jsch
Ant 1 7 0Beta3 released
Example: error loading a mysqldump file
How to refer PATH environment variable in <exec > Ant task
How do I use ejbDeploy outside of RAD
Build successful but nothing produced
Formatter for ant scripts ?
Rename directories in Ant
How to make "outputproperty " element work???
Jar Locking
Can 't get env HOSTNAME
AntForm question
filelist/fileset with multiple directory
"java lang ClassNotFoundException " when running junit task
Settting environment variables
Mail failing in build xml file
Custom processor for Xslt task?
How to echo path?
I need to write a task for Tagging
How can I capture a file 's date to a property?
task to 'cp r reply=no '
containsregex and concat
Weird Deleting Problems
ant and eclipse?
while like structure in Ant
Accessing the manifest within a jar file
get filename
Create WEB INF/lib based on path structure
Conditional dependencies
replaceregex
Very Bad use of Ant
regex text out of a file
ANT Help
at my wits end with delete
Task help
install and use apache ant on linux
Page 127 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

First time question of mappers

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.root

Re: Possibly OT: ant target to verify that all files version controlled
by svn

It is. - Alexey. Ninju Bohra wrote >Is the ANT user group working... > > --

Question about using mapper to change filename case

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 "

Is there anybody out there...

replaceregexp on multiple lines

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 >

Possibly OT: ant target to verify that all files version controlled by svn

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 <!--

Self-contained builds

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

AW: os-independent directory mapping in copy task?

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 >

os-independent directory mapping in copy task?

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 t

Sorting a property file ?

Hi 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 -

Java 's Birthday

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

AW: Executing a task in each subdirectory

mmh - my first impression is that <fileset > <present > <filterchain > <mapper > <replace > <replaceregexp > could be helpful. Jan > -----Urspr?ngliche Nachricht----- > Von Nicolas Vervelle [

Executing a task in each subdirectory

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 fo

Errors in cvschangelog module???

I '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 build

AW: AW: Making copy NEVER overwrite

There 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

AW: Check for Env variables

<project > <property environment "env "/ > <condition property "output.dir " value "${env.OUTPUT_DIR} " > <isset property "env.OUTPUT_DIR "/ > </condition > <property name "output.

Check for Env variables

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 env

Problem picking up correct view in p4labelsync

I 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 d

AW: Making copy NEVER overwrite

set 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 Lis

Making copy NEVER overwrite

I 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 perform

JUnit, ANT, log4j, System.out issue

Hello 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

AW: how to read from an enviroment variable

<property environment " "/ > ? Jan > -----Urspr?ngliche Nachricht----- > Von Markus Innerebner [mailto markus.innerebner@(protected)] > Gesendet am Montag 21. M?rz 2005 15 16 > An An

how to read from an enviroment variable

how 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 variabl

Problem with propertyref 's "regexp " attribute

Hi 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

ant tasks for adding web sites to IIS

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

AW: Exec Perl Prog with Arguments

> 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?

Exec Perl Prog with Arguments

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 " includes

Problems with running ant ...

hi 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

subant to reference a task outside of build.xml?

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

junit and batchtest tasks to capture log4j statements printed to the console

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
Page 127 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.