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 322 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

Loophole in Ant...

These recent posts asking how to export properties and references defined in a child Project to the parent Project (the child project is created by the <ant > and <antcall > tasks) made me think about t

CVS checkin task.

Greetings all Is it possible to find out what are the checkins done in the last 24 hrs and generate a report of the same with CVS comments thru the ant CVS task. I could not find any releva

how to export a reference ?

Hello I just want to know if it is possible (and how to do) to export the refid of a path defined in a nested build.xml file which is called using the ant task. Here is my code nested build.

java task in linux, fork problems

Hi all i 've some problems using the tast Java in linux RH 7.2. There 're some difference when I set the fork on true or on false. For example i get several different errors runnning this java task

AW: Bucles in ANT

Use the <foreach > of the Ant-Contrib. Ant-Contrib Homepage http //sourceforge.net/projects/ant-contrib/ CVS-Source http //cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/src/

Bucles in ANT

Hi dear list Can I put LOOPS in a builfile? For example For while do_while. Or if there are some task that does same the loops. Please help me Best regards. Jorge San Jos?.

RE: Interesting marketing slogan (was: RE: ANT visions and best
p ractices)

For fear of pushing a non-ant thread too far ) .. see also "dogs balearics " Phrase coined for Ibiza "good times ". Simon > -----Original Message----- > From Dan Gardner [mailto Dan.Gardner@(protected)

RE: Interesting marketing slogan (was: RE: ANT visions and best p
   ractices)

For fear of pushing a non-ant thread too far ) See Robert Carlise explaining to Samuel L. Jackson in "51st State ". I 've always thought it was just because they were funny therefore good {shrug}...

RE: Interesting marketing slogan (was: RE: ANT visions and best
practices)

> > I do just have a quick question about your comment ( "It 's the > dog 's b*****ks of Ant books ") on the bottom of the page Never a truer word spoken. Simon --

Copying file that is used as a properties file

I have the following code to pick up a database 's properties (actually this is a renamed hibernate.properties file) <!-- Properties for loading and creating database from Ant -- > <property file "${u

Can I have more dependance checking in ant?

If I have a method like public void getSomething() throws SQLException { ... } Then later I change getSomething() so that it won 't throws SQLException like public void getSomething() { ... } Wh

creating pl/sql package in sql task, only part of package lo aded

A good read

Hello Erik Steve We first started using ant at about 1.2 and upgraded to 1.3 when it came out. I 've been cobbling and copying build.xml files ever since. Over time I experienced a creeping su

variable of the target passed in

Is there a variable which references the command-line target specified by the user? i.e. if the user types ant build is there variable that represents 'build ' from within the build.xml file? This w

Interesting marketing slogan (was: RE: ANT visions and best practices)

Thanks Steve. I do just have a quick question about your comment ( "It 's the dog 's b*****ks of Ant books ") on the bottom of the page http //www.iseran.com/Steve/papers/antbook.html Do you confuse m

ANT visions and best practices

Hi I am new to ANT but need to work with it as the responsible configuration manager (Please dont ask why someone who has never worked with ANT was appointed as configuration manager. I hope my mana

javac out of memory error

Hi I 'm running ant 1.5 on Linux. I 'm compiling a large number of java source files (1200 or so at once) with the <javac > task. I get this error [javac] Compiling 1290 source files to <dir > [

Error while setting up environment for the application

Hi I 'm using ANT 1.4.1 when I run my target INIT to initialize my properties via command line "ANT INIT " I got a popup box with the following message c \windows\system32\ntvdm exe Error while s

VSS and Ant tool

Hi.. All.. Can any body is having information related check out files from either CVS/VSS and do the compilation of source files using ANT. Regards Seshu Babu

Is it just me or is the address wrong for this list?

Does anyone know why the reply-to address of all the messages are incorrectly set as "user@(protected) " since this bounces the mail with the error ----- The following addresses had permane

Clearcase tasks

Hi all I 'm trying to check out a bunch of files using the clearcase task. Do something with them and check them in. But the clearcase tasks allows me to do that only in one file. Any idea how to

Un "bat "ing development: how to realize a forked ant

Hi the goal of my actions is to have a set of scripts so I can develop and deploy a java system with ant using windows as well as unix/linux. By now I have batch files to set several environment

Missing task: RasterizerTask

Hi Ant-users! Has anybody successfully tried to rasterize SVG images using the Batik toolkit with Ant? Within the Batik manual they say that there is an optional Ant-task implementation "org.apache.t

How to realize a forked ant call

Hi I wonder if anyone tried to realize a forked ant call in a build file. To my motivation For the project several ant extensions have been written that wrap thirdparty java tools. These tool

ejbjar error

hello i am getting this error when i try and use ejbjar and weblogic together. i have read the mail archives and have come across a posting for this problem but there was no solution posted. if some

xsl script to generate graphical representation of build.xml

Hi I found it very useful and enhanced it a little bit to manage two targets ant and antcall. a.. ant new lightblue box to see the differences with dependences b.. antcall new lightgray bo

AW: Regular Expression Replacing

<replaceregexp match "- " replace " " flags "g " / > works for me. But have you thought about using property files? Project "appfuse " dbname appfuse Project "struts-resume " dbname resume Jan Ma

AW: complex cvs command via "exec "

Whithout knowing any about cvs 1. create a batch/shell script via <echo file " "/ > and <exec > that 2. don?t start the cvs start the shell itself (sh cmd ...) and give the cvs -q ... as argument (li

Illegal Group Reference

Any idea why the following tasks cause an "Illegal group reference "? I 'm no where near a regexp expert I wouldn 't even classify myself as a rookie -) Any help is appreciated. This task seems to be

Regular Expression Replacing

Lets see if I can make this question a bit easier. How do I <replaceregexp > to replace remove "- " (dashes) from a string? Thanks Matt > -----Original Message----- > From Matt Raible [mailto matt
Page 322 of 343 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.