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 333 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

Passing properties from ant targets

I 'm trying to get a property that i set in a called ant target from the 'parent ' ant target. For example <target name "parent " > <antcall target "child " / > <echo message "${child.property} " /

PMD - Try JCSC

Hi JCSC at http //jcsc.sourceforge.net seem pretty powerful. Ralph ) --- "Ciramella Edward " <ECiramella@(protected) > wrote > Sorry day late and a dollar short - I 've begun this > process. Sor

Can you get name of target to be run?

Can you get the name of the target that is going to be run upon entry into the build file? I want to set a property based on what target is going to be run. Dave

war task question

Hi I have the following source organization I 'd like to get into a war file /lib/jar1.jar /lib/jar2.jar /lib/jar3.jar /build/myjar1.jar /build/myjar2.jar /images/image1.gif /images/image2.gif /conf

Resolution of names in patternset

Is there a way to delay the string resolution of a patternset? Or re-source it? Basically I have a patternset that is set like this <patternset id "foo " > <include name "${bar}/some.jar > </pattern

ant - setup/msdos

I have MicroSoft ME system The problem that I have using ant is I have to run autoexec.bat in MSDOS everytime before I can use ant. I update the autoexec.bat and increased environment space to 4096.

Help using XmlLogger?

I 'm trying to use XmlLogger to see which tasks are taking the most time in a fairly big ant run. The log.xml file is getting cut short ending with unclosed tags and sometimes unclosed quotes. I sus

AW: HTTPUNIT

Hi Christian What would you want an HTTPUNIT task to do that JUnit does not. AFAIK HttpUnit is just an API that is used from JUnit unit tests. You can just use the JUnit task. HTH Nick. -----Urspr

HTTPUNIT

Hi folks does anybody of you have a clue whether Ant supports Tasks for HTTPUNIT as it does for JUnit? Where can i find some informations about it ? Thank You so much! Christian Segin

PMD Stylesheet

I 've seen a lot of talk about PMD and Ant lately so I think someone may find this useful... I 've created a stylesheet to convert PMD XML reports to HTML which can can be used in conjunction with t

Question of using jdepend task

Hi I try to run jdepend to check the project the task declare like this <target name "dependcheck " depends "compile " > <jdepend outputfile "jdepend.txt " > <sourcespath > <pathelement

Specific File Information In Manifest

I would like to automatically add a line into the manifdst about each .java/.js/etc. file contained in a jar/war. This would contain file size date etc. information and ideally data (like programm

Detailed File Information in Manifest

I would like to automatically add a line into the manifdst about each .java/.js/etc. file contained in a jar/war. This would contain file size date etc. information and ideally data (like programm

Printing a path

On page 80 of Erik Hatcher & Steve Loughran 's "Java Development with Ant " is given a technique for "Obtaining a string representation of a path ". Following this technique using a version of ant buil

new release of VPP: 1.2.1

A new release 1.2.1 of VPP is now available at http //sourceforge.net/projects/vpp/. This release implements a work around for an issue that causes external filter readers to be initialized on ever

Scaling to large projects

I can 't figure how to set up Ant so that it will scale to be usable on a large project. Is there an 'Ant-way-of-doing-things ' that I haven 't grokked yet? For example suppose my source files are

Using ExecTask class

Hello. I want to use the ExecTask class from my own task. At the moment I do the following 1) Create a new ExecTask instance (et). 2) Calling et.setProject(getProject()). 3) Calling et.createArg().s

Using Ant With CVS

Currently I have a Build script that compiles and builds a project using ant. What I want to add to my script is the ability to take the latest files out of CVS and then build them. I added the tas

Greebo and Classpath

Hello I am using Greebo to get all dependent jars for my different projects. Now I have the question if it is possible to create the classpath for my projects also dynamically based on the dependency

CVS Tag Diff not parsed correctly

Using the <cvstagdiff > task is getting confused with new and delete files. The CVS diff output is as follows - File mtcom/export/home/users/bv55user/wwwroot/html/branding/AH/summersun_02.gif is new

cvs task

Hi As part of my build I want to commit some files. Is there anyway to suppress the user user input requirement of the commit task. (it displays a a log file in notepad that you have to close an

ant/xdoclet for regression tests

Hello ! can u look at the forward ? hope it went through u otherwise let me know. ++. seb.

Can you control order of fileset 's?

I am using the foreach task from the ant-contrib project and am using a fileset for the looping variable. Is there a way to control the order of the items in the file set? It looks like it defaults

ANT output to file

Is there a way to put the ant output on the screen to a file? I would like to email this to ppl on success and failure. Michael Medwith Flagstar Bank Wholesale Web Development Team This e-mail m

MergeProperties Task

Not sure where to send this but figure if I send it to the group maybe it will be merged with the ant or ant-contrib offerings. I needed a task that would merge two property files such that the fin

Try - Catch

I caught some emails earlier this month on a try catch I was wondering how that is working? Where can I get it? Does anyone use this? Praise? Complaints? Michael Medwith Flagstar Bank Wholesale We

jar update quesiton

Hi I 've been looking through this newsgroup and couldn 't find someone that asked this particular question... How do I use the <jar > task to update a jar file when only a few files in it has been up

Urgent problem (Fixed)

I download Java version 1.4 when I ran the command java org.apache.tools.ant.Main -verbose -buildfile echo.xml instead of giving me the old error it dected the latest version of java this seems t

junit task newbie

okay i have not idea whats going on here junit [junit] Running com.ge.ps.cosmos.alert.Test_AlertFactory BUILD FAILED java.lang.LinkageError loader constraints violated when linking org/w3c/do

PMD

Has anyone here used pmd? It keeps blowing up on me saying "net.sourceforge.pmd.PMDException Error while parsing com/..... " But there isn 't a decent error message.
Page 333 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.