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 131 of 343 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  

Odd MailLogger issue..

ANT Version 1.6.0 Command line run ant -f test.xml -logger org.apache.tools.ant.listener.MailLogger test.xml refs a properties file that contains the following # mail variable

Renaming files in a fileset??

Is there any good way to automatically rename files in a fileset? Situation I have many different products that I support instead of including specific libraries in the build script I include a

Multiple if or unless conditions?

Is it possbile to have multiple if or unless conditions? [target name "foo " if "property1 property2 "] Thanks Derek

compare file names in ant

Is there any way in Ant to compare filenames? I am dealing with jar files and after 2 levels of hierarchy I need to scan all file names and come out with similar pattern with the latest timestamp

AW: AW: how to read an environment var in a property file

you?re welcome re-checked? Jan -----Urspr?ngliche Nachricht----- Von Markus Innerebner [mailto markus.innerebner@(protected)] Gesendet am Mittwoch 9. M?rz 2005 17 32 An Ant Users

AW: how to read an environment var in a property file

You have to read the ENV before the prop file build.properties

how to read an environment var in a property file

Hello to all is it possible to do following in a property file aPropertyItem ${ENV_VARIABLE}/var when I am trying to use it later in a ant file I am not able to see the content of

make ant use sun classloader?

Is it possible? How? Thanks! Maciek

Confusion re path-like structures

I 'm a bit confused by path-like structures. I wonder if someone can clarify something for me? I am trying to revise a 'javac ' step that previously only needed one jar on its classpath so that it

How to validate URLs with XmlValidate?

Hi list! It seems the XmlValidate task only supports files as input. The DTD to validate against however can be a file URL or resource. Any hints on how to go about to validate a URL with

AW: alternate xml logger stylesheets

The key part is message[@(protected) ! 'debug '] in line 178 and 195. All messages without "debug " - so all above them - should appear. But by default Ant logs only "info " and higher - if you do

AW: Iteration over files

How you address the files name ? E. g. I have to extract several jar-files and I want to create a directory like <filename >_temp for each file...then do something....jar the contents of the dir and

alternate xml logger stylesheets

The stylesheet log.xsl included with Ant is great but it would be nice to be able to see other logging levels without going to source of the xml log. Unfortunately my XSL abilities are not current

Why "Trying to override old definition of task xxx " message?

I have a project with a dozen macrodef definitions. Today I added 2 more and now get the message "Trying to override old definition of task xxx " for one of the new macros at the start of most target

Deleting 0 kb files

I am sure you mean depending not appending as it would be fairly hard to delete a file at the same time as appending to it. You need to use the delete task with a fileset containing a size selec

Did javac compile anything?

Is there a way to tell (besides me looking at the log) if the javac task actually compiled anything or if everything was already up to date? Similarly is there a way to tell if mkdir had to actuall

How to escape the quotes characters in a string?

Hi In my build.xml I 'm using the Ant exec task as follow <exec dir "C \CVS_DB\WeightsEngine " executable "NMAKE.EXE " > <arg line "/f WeightsEngine.mak CFG "WeightsEngine - Win32Release " "

CVS task freezes during checkout

Hi all I am trying to use Ant 1.6.2 together with Cvsnt 2.0.58d in a station running Windows XP and accessing a cvs Linux Server (probably not Cvsnt). The protocol I am using is extssh. The

Re: Build Process in the Configuration management Tool (Rational
Clearcase)

It sounds like you have a lot of reading ahead of you. Source distribution is bundling your source code (non-compiled human-readable). Binary distribution is bundling your code in compiled ma

Build Process in the Configuration management Tool (Rational
Clearcase)

Hi All I 'm a configuration management administrator(Rational Clearcase). We are planning setup automated build process in the Rational Clearcase. If any of you have ever implemented or have th

junit.fork

Hi I 'm new to the list and relatively new to java and ant. So be kind. -) I have a situation where ant is forking java to run my class and I need it to use the JVM that ant is running unde

Building Java code with a different version

Hi All I 'm struggling with a build script that needs to be able to compile and jar java code against different JDKs depending on a property setting.

Concat with limited fileset (replacement for regexp mapper)

Hi I have a global file set that is automatically generated some else where. This fileset is has the id "module-fileset ". I use a a regexp mapper to select certain files from the f

Clearing a property

All I 'm struggling with clearing a property value that was set using the <loadfile > task. Here 's the relevant section of my build file <loadfile property "web-xml-fragment " src

Iteration over files

Hi I want to apply some ant tasks over jar-files. How can I iterate over the jar files and invoke the ant tasks without putting it in the fileset ? Thanks Oliver

AW: Deleting 0 kb files

http //ant.apache.org/manual/CoreTypes/selectors.html#sizeselect Jan -----Urspr?ngliche Nachricht----- Von Pfau Oliver FRD II [mailto Oliver.Pfau@(protected)] Gesendet am Dienstag 8. M?rz 2005 0

WG: Deleting 0 kb files

Hi is there a ant core task to delete files appending to the size of it ? Thanks Oliver

AW: logic using ant

You could also try a different thing - use a "stage " property (values dev|test) <property name "stage " value "dev "/ > - define some <macrodefs > in two files dev.macros.xml <project > <macrod

AW: cannot resolve symbol when overriding method.

works for me. but you should throw the IOException instead of Exception ... but that?s another topic. Jan > -----Urspr?ngliche Nachricht----- > Von S?bastien Annedouche [mailto sannedouche@(protected)

javadoc task issue with many files

HI all. We 're (still) having an issue with the javadoc command not producing any output. We 've tracked it down (by modifying the javadoc task code) and have found once the length of
Page 131 of 343 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.