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 109 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

AW: Howto do this in Ant: Replace a placeholder in a file with the content in an

Hello Alexey Thanks very much for your help but I have another problem Loadfile works fine <property name "ojbdatabase " value " "/ > <loadfile property "ojbdatabase " srcfile "repository_database.xml

antcall with antcontrib 's RemoteAnt?

Hello I 've gotten some help from this list in setting up antcontrib 's RemoteAnt task and have it mostly working (for which I am greatly indebted.) Now however I 'm up against another issue. I

build.xml for javadoc of entire folder tree

hi i 'm a beginner with ant i want to generate the javadoc for the entire src.zip that comes with the sun jdk download. I 've tried a lot of standard options with the build.xml sourcepathref filese

storing optional (ftp) task jar dependency under my project instead of under

Asle You have several other alternatives to keep your ant distribution clean of external libs 1) Put commons-net-1.1.0.jar in $HOME\.ant\lib (my favourite way) 2) Place it an arbitrary directory sa

Doing patch builds

Hi I was hoping someone could put me on the right track please. I finally automated my whole build and deployment as well as writing code to handle branch builds. Now I need to write code to handl

storing optional (ftp) task jar dependency under my project instead of under /an

Is it possible to "embed " the ant ftp task in a project. I would like to just depend on a standard ant-installation to use the ftp task and have the commons-net-1.1.0.jar in my project instead of unde

ant task and Ant options

I 'm using the ant task to start a secondary build and I want to pass along logger options. Does anyone know how to pass along either the '-e ' option or '-logger ... ' option into an ant task? The comma

CVS Tag with ANT or CruiseControl

Hello i have this little ANT target <target name "tag " > <cvs cvsRoot "${cvs.root} " command "rtag " dest "${cvs.dir} " failonerror "yes " > <commandline > <argument line "RelXX $

Fileset in Copy Task

Hello i have a little problem with my copy task in ANT. I have the following target <copy todir "C /temp " > <fileset dir "C /workspace " > <include name "*.* " / > <include name "g

error with jasper2 task

I am trying to use precompiled jsp 's in my application. I get weird error. I am using tomcat version 5. I have defined struts.jar in "lib.path " Can anyone help me out Following is the ant task

Generate manifest classpath with relative paths

Hi At runtime my program is stored like this ./myprogram.jar ./lib/commons/commons-net.jar ./lib/commons/commons-configuration.jar ./lib/spring/spring_jar1.jar ./lib/spring/spring_jar2.jar ./lib/s

Capturing XML validation output

Hi Could someone point me in the right direction on the following... I have these directories root project1 project2 project3 ... Each project contains XML file declared with a DTD the DT

Branching off of Main

Hi We 're a Java shop serving our product on the web and soon to branch off for our next release. My current build.xml file checksout from MAIN nightly modifies couple of files by time and dat

antcall task not behing executed.

Hi all Can someone help me with this problem? I am trying to do an "if " condition but it is failing to send the email after successful build. <condition property "isdnSuccessful " >

cvs task failing from cron

I have a cvs task that uses ssh authentication to checkout <cvs cvsRoot "me@(protected) /usr/local/cvs " cvsRsh "ssh " package "cars " dest "/httpd/htdocs " / > After asking a

AW: Javadoc on all subdirectories

first thought would be <fileset dir ". " includes "**/*.java "/ > Jan >-----Urspr?ngliche Nachricht----- >Von Kjersti Berg [mailto kjersti.berg@(protected)] >Gesendet Donnerstag 7. Juli 2005

Javadoc on all subdirectories

Hi I am looking for a way to run javadoc on all sourcefiles for multiple projects. So far I have used the javadoc task but I have to specify all the source directories specifically. The proje

AW: Ant Configuration Problem

Hhm "-buildfile " works for me. Try that out * create a directory (I used c \temp\ant-test) * write in buildfile there <project > <echo >${basedir} </echo > </project > * create another

cvs command

Hello I have this cvs command <cvs cvsRoot "me@(protected) /usr/local/cvs " cvsRsh "ssh " package "dealers " dest "/httpd/htdocs " / > Which works fine but I have to

References

Does anyone know of a way to create a reference to a list of files without specifying the directory that they are stored in and then to create filesets from that list that specify the directory.

Ant Configuration Problem

Hi All I have a problem with running ant 1.6.2. I have set ANT_HOME in path. Here is the problem When I type Ant it works

AntPerformanceListener problem:NullPointerException

Hello guys I am experiecing the following problem i am runing my ant scripts with the following option -listener net.sf.antcontrib.perf.AntPerformanceListener. When running my script with th

AW: java-doc question

The smallest I?d found in my buildfiles is <javadoc destdir "${javadoc.dir} " classpathref "test.classpath " access "${javadoc.access} " > <fileset dir "${java.dir} "/ > </javadoc > And that sh

java-doc question

What is the correct syntax to produce a java-doc task. I have looked at the javadoc task on Ant 's Core-Task webpage. The javadoc task looks too involved foor what I need. All I need is too prod

xmlvalidate question

'lo guys I was wondering about the following i am using an <xmlvalidate > task with a System Id for my dtd and... it works. Why is there nothing on the manual about system ids usage? Cheers

ordered fileset or selective filelist

a filelist is ordered a fileset is selective but non-ordered. i 'd like to combine features of each either an ordered fileset or a selective filelist (don 't include non-existant files). in th

wild card in project.getProperty()- >fool me

mea culpa forgot to check propertyset in the manual. -----Original Message----- From hind.lwahhabi@(protected) [mailto hind.lwahhabi@(protected)] Sent Tue 7/5/2005 10 50 AM To user@(protected)

post task, HTTP/1.0 401 Authentication requested

Hi i want to use the post task of antcontrib to kick off a forced build in CruiseControl via JMX interface. There is no example in antcontrib docs. Are there any other similar http post t

wild card in project.getProperty()

Hello gentle people I was wondering if you can achieve the following using <scriptdef > I would like to retrieve all the properties prefixed with a given string in my project to process them afte

AW: Property value coming from unknown source

The highest order for property evaluation in Ant is giving the value via command line -Dname value In Eclipse you start buildfiles like any other java program - as a configuration. In that c
Page 109 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.