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 315 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  

Direcotry Delete based on pattern

I have a load of directories all with numeric names (e.g. 123 734 231) - hundreds of them. I need to delete all these directories while leaving any directories with non-numeric names intact. I t

condition based on target

I don 't know if this is the best way to solve my problem so if anyone has another suggestion please let me know... The issue I am dealing with is that I have two main targets 'full ' and 'update '. Bo

property set in sub-task not defined

Greetings I 'm trying to set a property in a sub-task but it not working. I put here a sample test <target name "X " > <antcall target "Y " / > <echo message "Z is ${Z} " / > </target > <target nam

dist does not exist

Hello guys need some help. Just started using ant. This is my build file which is included at the last. I am getting this error..... saying dist does not exist H \Projects\las >ant Buildfile build.

can 't kill ant

I 'm running ant under cygwin on Windows 2000 sp3. It runs my junit tests okay but if I hit control-c I get a command-line prompt but ant keeps running through all the junit tests through the ju

Replace toekn with file contents

Is there any way to get ANT to replace a token in a file with the entire contents of another file? I 'm trying to make my struts-config.xml a little more manageable... Thanks! -- Sloan

Ant task with nested property problem

Hi I have two Ant scripts that both except to get the property "param.project " thought the command line and one of them is calling the other in the following way <ant antfile "v \bin\compile.xm

AW: [OT] Ant documentation in full printer freindly format.

I think Simon wants to have the normal ant manual as pdf. This is one step before that -) There are discussions on dev@(protected) to bring the documentation to xml and generating the html from there. Gener

AW: FTP get problem

Because the timestamp of the files are the same (local and remote) no get is needed because your local copy is up to date. If you want to try it choose a different local directory (dir-attribute in

FTP get problem

I 'm new to this mailing list and glad to be here. I 'm having problems with the ftp 'get ' task. I an upload files onto the remote server with no problems but I can 't retrieve any files. Even if I

junitreport

Hi I am having problems trying to find out how to specify the XSLT parser that Junitreport uses. It always used Xalan and I want it to use Saxon. Is this possible and if so how do I tell ANT to u

Zip files "empty " on Win2k with Ant 1.5.2

Hi We 've just upgraded Ant from 1.5.1 to 1.5.2 and we 're experiencing problems with zip files created with the "zip " task. We can zip and unzip files in our Unix environments fine. Windows explo

jarsigner error

Hi all I got this kind of error [signjar] jarsigner error java.lang.RuntimeException keystore load /home/pritesh/.keystore (No such file or directory) while using signjar like this <si

Create a fileset in my own task

Hi I 'd like to create a fileset and add it to the project in my custom task. Is this the right way of doing it LibFileSet fs new LibFileSet() fs.setProject( getProject() ) ... How can I define

Ant documentation in full printer freindly format.

Hi all I 've been using ant for a bit now but I find I need to reference the documentation more and more as I start to add greater functionality. I am afraid I 'm from the old school and like my

AW: Compiling with one jdk, building javadoc with anohter?

1. scenario (should work) Ant runs on JDK 1.4 (for javadoc) and you use <javac executable "pathToJavac13 " compiler "javac1.3 " / > 2. scenario (may work) Run javadoc in a new target and set java.home

task 'ant ' and current directory

Hi I 've some directory properties in my build.xml like <property name "contrib.dir " value "./contrib "/ > ... Then I call this build.xml from a build.xml of the upper directory like <ant antfile "b

error:NoClassRefFoundError

----- Original Message ----- From Nils G H Waale To Ant Users List Sent Friday March 14 2003 5 10 PM Subject error NoClassRefFoundWxception I got ant build allreight but it 's not running I

exec task hangs with j2sdk 1.4.1 / linux?

Hello everyone - First I 'll apologize if this has already been hashed out I searched everywhere I could (bug db mailing list archive google) and didn 't find it but I might have just missed it

Compiling with one jdk, building javadoc with anohter?

Hello I 'm using ant 1.5.1 for my build process and I 've run into a scenario I 'm having trouble with. I need to compile with one jdk (1.3) but run the javadoc task using another (1.4). I can 't figu

error:NoClassRefFoundWxception

I got ant build allreight but it 's not running I get this error in main metode at org/apache/tools/ant/Main - NoClassRefFoundException what does it mean? I running at win2000 got ant at E \jakarta\

Question about Antelope If task

Hi Has anybody had the same problem with the If task from Antelope I use the same syntax as in the examples given like this <if > <bool > <boolean computation > </bool > <other tasks

taskdef classpath issue

Hi all I 'm facing an issue concerning taskdef tag. I want to use my own task (let say ZZZ) defining in zzz.jar. And when I defined it like this <taskdef name "ZZZ " classname "com.xxx.yyy.ZZZ

AW: Dropping JDK 1.1 support

> At least 1.2 i don 't know anyone using 1.2 > so number 1 choise i vote. Dito - we are using mainly 1.4 1.3 in some projects.

AW: foreach directory copy question

Java - and therefore Ant - stores the newline in java.line.separator. You can access it with ${java.line.separator}. (Because that?s so long I usually define a short cut for this - like <br > in HTML

AW: Exclude a patternset from a fileset

Mmmhhh <fileset > <not > <patternset refid " "/ > </not > </fileset > Never tried but near to the documentation. Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Craig Dickson [mai

AW: setting environmental variable from Ant script

AFAIK there is no way to set environment variables that lives longer than Ant?s VM. Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Alexei Betin [mailto ABetin@(protected)] Gesendet am Donn

Dropping JDK 1.1 support

We 've started discussing on ant-dev at what point we could drop support for JDK 1.1 in Ant. Steve has suggested that we should ask the user community for opinions. I think that is a good idea so her

using rsync with exec

I am trying to use rsync with exec task. But I am getting the following error [exec] link_stat *.properties No such file or directory [exec] building file list ... done Here is the exec

NullPointerException from XMLJUnitResultFormatter.endTestSuite

Has anyone seen this error while using the xml formatter? java.lang.NullPointerException at java.io.Writer.write(Writer.java 126) at org.apache.tools.ant.util.DOMElementWriter.write(D
Page 315 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.