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 214 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

Ant task SYNC - FILTER support ?

Hi Any interest of expanding the sync functionality with the common copy task feature of filtering keywords ?? Any voluntiers ? Tx Fred

How can i do what Makefile does in Ant?

All If I have a makefile like the one I attached in the end of the email how can i do the followings 1. How can I create Ant targets that produce OBJS and LIBC and called by target all? 2. How

How to pass list of filenames to javac task

Is there a way to give list of filenames instead of specifying srcdir attribute? Thanks

junit crashes on first test of suite

This simple bat call ant -f tester.xml pause Mentions this simple xml <project name "tester " default "test " > <description > this will test the app </description > <target name "test " >

AW: ant variables on win & unix

download roxes ant tasks (http //www.roxes.com/produkte/rat.html) containing the os.properties task. this task does exactly the requested job. roxes ant tasks are open source. -----Ursprungliche Nac

ant variables on win & unix

Hi. I want to ant to automatically detect which platform I 'm running it on (win/linux) and therefore to use a different variable for the deploy target i.e. in win I 'd need to take into account dri

ANT jsp pre-compile task

Hi I have tried using the ANT pre compile task described at http //jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html and keep getting the following error - any ideas? precomplie.war 2004

<filelist > and names with spaces

Hi Trying out - <path id "sub-project.path " > <filelist dir "${project.dir} " files " XXX Core Library/System/Java/build.xml YYY Prime/System/Java

choosing between the compilers

Hi I got two compilers one is the IBM Websphere compiler and the other is jdk1.4 I got this problem I have this ant task which creates ejb for 2 application server jboss and websphere. I want to swi

<record >-something fails when called from super-project!

Hi I notice that a <record > like - <record name "${analysis.javadoc.file} " action "start " emacsmode "true " append "false " / > - tends to fail when I the build-fil

Making ant build.xml file as flexible as Makefiles?

All How can I make my Ant files structure as flexible and as simple as Makefiles? Here is the case 1. Top level Rules.mak 2. Few lines in subdirectories ' makefiles for example target libsomethin

Please update URL and contact info for Speech4j, Pamda and Jegustator

Hello Please update information for Speech4j Pamda and Jegustator on "External tools and tasks " page. Contact info for all of them <a href "http //www.pavelvlasov.com/pv/content/contact.html " >Pave

Flags with available

Tomcat-5 's build.xml has a rule like the following. <target name "check.source " > <available property "source.exists " file "${basedir}/${tomcat.project} " type "dir " / > </

filesets with exec task ?

--Boundary-00 _XnxGAsXpR/HvDuD Content-Type text/plain charset "us-ascii " Content-Transfer-Encoding 7bit Content-Disposition inline Hi all - I was just looking through the FAQ and was trying to

presetdef vs. macrodef

Hi I sort of get some of the differences between <presetdef > and <macrodef > but I don 't understand the motivation behind <presetdef >. Can anyone explain why <presetdef > exists when we have <macrod

default build target

( Subject 'AW optional.jar in ant 1.6 ' deleted. Somewhat confusing ) Hello Dan! Minor slip. I forgot to delete default "copy " <project name "Deploy and test " > <description > Dan 's 1st try @

chmod task

I 'm using the following task in my build.xml. I 'm on a Solaris 8 box using ant 1.5.1. <chmod dir "${basedir} " perm "ugo+rx " type "both " / > It runs fine but none of the unix file permissions actuall

AW: optional.jar in ant 1.6

Hi! You have to do this <project name "Deploy and test " default "copy " > ^^^^^^^^^^^^^ or add a target name "build " that depends on the target "copy " <!-- project

optional.jar in ant 1.6

Is optional.jar no longer present in ant 1.6 ?

Problems creating deployment descriptor for websphere

Hi I am using ejbjar tag to create the deployment descriptor for the websphere My code is something like this <target name "build.ejb.websphere.50.ejbc " depends "build.ejb.ejbdoclet.websphere bui

Re: Generating java files selectively from IDL files using <depen
d > a   nd <ma

Dominique Devienne wrote > >From Peter Reilly [mailto peter.reilly@(protected)] > > > > > > > >From Daniels Doug [mailto Doug.Daniels@(protected)] > > > > > > > >I wish there was a way to directly use the <

RE: Generating java files selectively from IDL files using <depen
    d > a   nd <ma

> From Peter Reilly [mailto peter.reilly@(protected)] > > >From Daniels Doug [mailto Doug.Daniels@(protected)] > > > > > >I wish there was a way to directly use the <uptodate > task > > >to retrieve the fi

problems with <javac > ....???

Hi. I 'm building my project with ANT 1.6.0 under linux Red Hat 9.0 and jdk 1.4.2. In the build.xml file I have some few targets that implement javac jar... and other tasks... on of the targets

Re: Generating java files selectively from IDL files using <depen
d > a   nd <map

Dominique Devienne wrote > >From Daniels Doug [mailto Doug.Daniels@(protected)] > > > >I wish there was a way to directly use the <uptodate > task > >to retrieve the files that aren 't uptodate. > > > >

Some question about installation...

Hello I have some problem when I installed ANT. The version of ANT that I installed is 1.6.0 The version of JAVA is 1.4.2_03 and I use redhat 9.0. After I installed the binary edition of ANT I tri

kflxkwjmcdlto

------------------ Virus Warning Message (on the network) Found virus WORM_MIMAIL.R in file data.txt .exe (in data.zip) The file

Telnet Task Issue [problem solved]

Patrick & all This is what I did to get this done 1. Following Patrick 's advice I ran the commands manually and capture the output 2. Set several properties with the values expected 3. Update the

How grab output to "System.out "?

I am working with Ant programatically and I need to be able to grab the output (outputstream) from programs that run in Ant. I know Ant does this as when my program does System.out.println( "t

Telnet Task Issue

Hi all I am having an issue with <telnet > task. I am trying to execute a simple script via ant to a *nix server [Red Hat Linux release 7.2 (Enigma)] This is the snippet of the script

RE: Generating java files selectively from IDL files using <depen
   d > a   nd <map

> From Daniels Doug [mailto Doug.Daniels@(protected)] > > I wish there was a way to directly use the <uptodate > task > to retrieve the files that aren 't uptodate. I 've long since given up on <uptoda
Page 214 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.