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 302 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

Passing changing values from script to ant

Hello I 'm relying on an xml file describing my build. I parse this xml in a beanshell script task thru the Xerces impl. of the DOM api What I would like to do is call an ant task from this script p

Problems with FTP task

Hello I am trying to upload files using the <ftp > task. But the ftp task aborts the transfer after a few files with the following message (obviously it cannot change directories but why?) upload

Installs/deploys to... why?

Hi all! I 'm a Tomcat 4.1 newbie and have the following questions using the Ant tasks 1. I 'm using Ant to (deploy/)install my web app to a local Tomcat 4.1. Any time I do that my web app gets ins

junit.jar in Ant 1.5.3 distro?!?!?

Why is Ant 1.5.3 shipping with junit.jar in ANT_HOME/lib??? I don 't see anything about it in WHATSNEW nor a LICENSE.junit for that matter. Plus the Manifest of that JAR doesn 't even say which versi

Ant stops after certain task

I cannot figure out why Ant stops processing any more tasks after a certain task runs. The task in question completes fine but anything after it on the command line does not run. Here 's the task and

I don 't understand what 's happening

Here it is my build.xml

org.apache.tools.ant.BuildFileTest

Hello I have found myself highly dependent upon org.apache.tools.ant.BuildFileTest for writing unit tests for ant tasks it is a beautiful thing. That said I am struggling to find it in a distribut

Rename directory

I have some files in a partially known directory path c \oaa-41\projects\a-project\translation\...\fr\*_fr.str. I don 't know the path for "... " which could be more than one directory deep. I want

fileset and patternset question

I have a couple of patternsets that don 't work. I have the following patterns set up that are reused through out the script <patternset id "no-servlet-jars " > <exclude name "Servlet.jar Servle

exit code

We are using InstallShield MultiPlatform as our installer. I build the installer with a java task through ant. The problem I am having is the InstallShield class returns an exit code of -1 if warnin

How to continue the build if a task fails?

I 'm sorry to bother you I 'm still rather a newbie to ant but I can 't seem to find a solution to the following problem My build file uses optional tasks from tomcat 4.1 to undeploy our web app and t

Deploys to work/Standalone/localhost... why?

Hi all! Why do the Tomcat 4.1 Ant tasks deploy and install put the context directory to <tomcat-root >/work/Standalone/localhost/ <context > at least on my machine? Anything misconfigured? <property

No class created when javac task fails

All I have the following task ################################################################## <target name "compile " > <javac destdir "${webapp.path}/WEB-INF/classes " optimize "off " deb

copy files

Is it possible to copy files from a remote machine to my computer with ant ? Thanks Sam

References Query

Hi I was wondering is it possible to create references in targets and then reference them from another target as we have the following need 1)ant target copies files from location a to locatio

XSLT : incomprehensible warning

Hi I 've got a problem using xslt ant task. My ant version is 1.5.3. This is the log ******************************************* C \docbook >ant wordml2docbook Buildfile build.xml init [e

Pb with exec and unix

Hi I would like to run this script with ant . <project name "Pleiades " default "all " basedir ". " > <target name "Batch " > <exec dir "/plinteg/users/blanchet/exploitation/temp " executable "sh " o

Problems in fail task

Hello I am trying to fail my build if a property is not set in the build file. But it doesn 't work. Here 's my code <!-- Main target will be executed by default -- > <target name "main " > <available

How to include contents of jar file in classpath when it doesn 't have a jar

On Mon 14 Apr 2003 Huw Roberts <Huw@(protected) > wrote > I want to include a .bar file (block archive from an old version of > avalon) in the classpath for compiling an application. How are you t

preserve softlink using <copy >

Using <copy > in ANT how to preserve but not follow a softlink? For example in {sourceDir} I have -dir1 (the real stuff inside) -link1 (softlink to dir1) How do I use <copy > to copy those 2 in the

How to include contents of jar file in classpath when it doesn 't
   have a jar (

Hi I want to include a .bar file (block archive from an old version of avalon) in the classpath for compiling an application. this works if the archive file ends in zip or jar but fails when it e

Environment Problem

I am an ant newbie. This is my first build file. I have some code that includes the sax parser. It runs well from the command line C \Adocs\com\interguru\mailConversion >java convertTest Starting

Renaming a directory when the source directory is not known

OK this has been driving me nuts. I 'm trying to figure out how to rename a directory when the original directory name is not known beforehand (or is variable) such as when unpacking an archive with

map patternset 's .java names to fileset 's .class names ???

I 've got a patternset containing the names of .java files I need a fileset containing the corresponding .class files. Any ideas? For example suppose Example.java compiles to Example.class and Examp

Incrementally updating jar file - <touch > workaround does not work

I know there have been earlier discussions regarding how the <jar > task with update "true " does not update the jar if the fileset contains files older than the timestamp on the jar file itself regard

creating EAR using ANT

Please guide me to create .EAR file using ANT.Syntax and example would be great. I have jar files created already.Thanks Ragavan.

Anything like a " <foreach > " task ?

Hi Folks I 've been converting several Windows batch and UNIX shell scripts to Ant build files (quite successfully I might add platform independence is a good thing). But the last script include

XML diff tool

Hello ! is there a good tool out-there to produce a valuable diff of XML files ? for instance a tool would generate a report to give new elements new attributes and so on between 2 files ? regular di

Zipfileset/Filemode and 1.53

I am experiencing difficulties setting permissions on a directory to be included in a zip file. I just installed 1.53 and I am having the same problems I saw in 1.52. Basically one target does this

Attribute "replyto " in <mail >?

Hi! I use the <mail > task in Ant 1.5.3. to send emails. The sender is a non-existing symbolic mail account like "ant@(protected) ". Now if a mail doesn 't get delivered it bounces back to the (non-exis
Page 302 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.