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 225 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

System Date

Hi All Is there any way in ANT to get system date. Thanks Nagarajan

help with ftp task

I 'm wondering how I can get the equivalent of the following using the <ftp > (or some other ftp compatible) task.... <get src "@{srcfile} " dest "${dependenciesdir}/file.zip " / > <unzip src "${dependen

Error shown after upgrading to v1.6.0 (from v1.5.4)

I use Ant to (among other things) run a couple of programs that run perpetually but have no shutdown method. In Ant v1.5.4 I could use Ctrl-C to shutdown these programs. I can do the same thing wi

Basic wildcard question

Hello I am trying to understand the ** wildcard when used in include subtask. Here is the line I don 't understand <include name "**/*.txt "/ > as opposed to <include name "*/*.txt "/ > What is the dif

Jscp error

I 'm using the jasper jar files from tomcat-4.1.27 and ant.1.5.4. Any help would be greatly appreciated. I 'm trying to use the < jspc > task to check the validity of our JSPs that have been checked into

Conditional execution ...

Hi I would like to take some actions conditionaly. The condition task appears to allow me to test for a condition and set a property conditionaly but not to execute another task conditionaly. So h

How do you add files to an archive?

How can I add/overwrite files to an existing archive? We are moving towards the process that development delivers completere .war & .ear files and system management then run ant tasks to set the conf

replacing commented text - Regexp

Hi first of all thank you for your help I really appreciate it. but I am now stuck with another problem I have the file #Jdbc #environnement A #project.key1 123 #project.system.key2 ABD #comme

Antw: [Q] How to insert file into another?

you can load fileB into a property <loadfile property "content " srcFile "fileB "/ > and then replace token in fileA with the property <replace file "fileA " token "#insertHere# " value "${content} "/

How to insert file into another?

Question how can I insert one file into another using ant? Eg fileA has a token "insertHere " and I somehow want to import all of fileB to replace this token. Somehow with copy and filtersets? __

FYI: Article about Ant on IBM

http //www-106.ibm.com/developerworks/java/edu/j-dw-java-apant-i.html?ca dnt -450 Apache Ant 101 Make Java builds a snap "Whether you 're a veteran user of Apache Ant in need of a refresher or just

TransformerFactory cannot be found

Hi again I am trying to use checkstyle with ant but I still have problems to use <style > in my build file. I am using java version "1.3.1_03 " Apache Ant version 1.5.4 compiled on August 12 2003

ant 1..5.4 javac failonerror no classes generated

hello the list i 'm trying to compile some sources. On my sources there are some errors but i want to compile all the sources. I set failonerror to false javac compile the sources but the .classes

jspc task question

Hi I 'm trying to use the jspc taks (with jasper) to eventually pe-compile jsp. I get this error [jasperc] 2003-12-19 09 44 30 - Exception initializing TldLocationsCache XML parsing error on file

ant 1.6.0 released

Hi ant 1.6.0 is released !!! The version will hopefully soon be available from all mirrors. If you encounter difficulties -( doing the download select www.apache.org/dist in the combo box of

Library to Parse and Display Ant buildfile

Hi Is there a 'standard ' library for parsing and modeling an Ant buildfile? For example to parse a build file and display a tree of the targets to a user (like eclipse and netbeans can do)? Thank

ant_opts heap size

I have a build file that seems to want more than the normal heap size to build (doing xdoclet generation). how can i set the heap size for ant w/o having everyone on the team have to set an environm

Retrive deleted files

Hi I have used <delete > task to clear up my build files but accidently i deleted some source code files is there any way i can retrieve those? radha

Help! ON copying a file

For some weird reason a 'copy ' task is failing reliably. I create a (set of )temporary directories ./dist ./dist/configurations ./dist/configurations/app Then use a filter to put a file

Question on <splash > and verbose !!!

Hi I have few problems with my ANT script. 1. I am using <splash > task to show a image. Is it necessary that the image should access only through (web) URLs. is it not possible to have a image in m

xls2xml task

Just so you know. I created an ant task called xls2xml. It is available from http //www.geocities.com/xls2xml. Its intention is to be able read excel sheets and convert the data it contains into one

copy task not copying

I 've been trying to determine why my build script that uses the <copy > task isn 't copying and I 'm very stumped. I 've explored all the obvious (user permissions parameters and locations of files/dir

xsl challenge

I am wondering if anyone has gone through the trouble to create an xsl that will traverse through the targets and the depends to visually represent the path of execution for a particular target?

Jar ...

Hi users! I 'd like to generate a set of jars files and it turns out to be that the build.xml file has the folowing as a sample <jar jarfile "${dist}/lib/MyProject-${DSTAMP}.jar " basedir "${build} "

using foreach with fileset

i 'm trying to use the ant-contrib foreach task to generate deployment descriptors for my ejbs. the bean.name in the descriptor.detail target is getting set to the full path name of the file that 's in

Issue with FTP task.

Hi all I am trying to update my classes to my DEV server (Sun 5.8 box) from my workstation. I have following targets to do this task

WAS V5 WjEjbDeploy

Has anyone succeeded in making WsEjbDeploy generate deployment code for EJBs? The error I get is "[wsejbdeploy] java.lang.NoClassDefFoundError com/ibm/etools/ejbdeploy/EJBDeploy " Are there add 'l

What 's the unsubscribe address?

I mailed to ant-user-unsubscribe@(protected) and got Hi. This is the qmail-send program at apache.org. I 'm afraid I wasn 't able to deliver your message to the following addresses. This is a p

Prompt for user input from Ant script?

Hey all I have a cmd-line app that I execute from a custom Ant task that I wrote. This app sometimes prompts for confirmation as it goes through it 's stuff. >From my ant script though that prompt d

saxon and xalan

hello on the one hand i 've got a build.xml in which i have many <style > tasks. I need for those to use saxon and not xalan. On the other hand i also need to use in the same build the <styler > task wh
Page 225 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.