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 224 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

<classpath > and <path > -

Regarding <classpath > >From the manual //// <classpath > <pathelement path "${classpath} "/ > </classpath > /// What is ${classpath} referring to? Also how do I get to print variables

Re: about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo
is a Dynamic

Conor MacNeill wrote > >From Maciek Zywno [mailto zywno@(protected)] > >Subject about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo > >is a DynamicConfigurator? > > > > > >Let 's assume

how do I compile from two source directories

Hello For my J2EE files I have two directories one that is generated by Eclipse using my javadoc tags and the other is the classes that I wrote and change. But on my workstation I don 't use

Re: How can tasks in 'imported ' build files know the basedir of the
imported f

To answer my own question there is a slightly indirect solution by using the <dirname > task to define a new property which contains just the dir from the ant.file property... <dirname propert

Ant rmic. How 'increase the memory allocated for the Java stack. ' ?

Hi I am getting the following message in an ant rmic step. [rmic] The compiler has run out of stack space. Consider using the "-J-oss <number > " command line option to increase the memory allocated

about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo is a DynamicCo

> From Maciek Zywno [mailto zywno@(protected)] > Subject about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo > is a DynamicConfigurator? > > > Let 's assume that addFoo ( Foo foo ) i

about DynamicConfigurator - addFoo ( Foo foo ) invoked if Foo is
a DynamicConf

Hi Let 's assume that addFoo ( Foo foo ) is a method of a class(my custom task) extending org.apache.tools.ant.Task. I would like to know if ant invokes such method only if it comes across <foo > in

antcall Win - > Unix ?

Hi first of all - > Happy new year ) Question Is it possible with <antcall > to call another antscript that resides on unix within an antscript that is started from Win2000 ? How ? (Ant 1.5.

recursive 'available ' task

I am looking for a method to test for the existence of 'any ' file under a directory structure. I will not know where or what this file will be in the structure so I will need to use wildcards. Searchi

How to get the current time?

I want to store the current time in jar 's MANIFEST.MF. but I can not know how to get it in the ant. The following is what I know but it won 't work. It always display '{touch.time} ' not the date.

How can tasks in 'imported ' build files know the basedir of the imported
file

When you import another build file via the new 1.6 import task special properties ant.file. <name > ant.version. <name > and so on are created where <name > is the name attribute from the impor

Unexpected Attribute Error in Ant 1.6.0

Howdy I just upgraded to 1.6.0 and was trying to use a namespace to declare custom tasks in. I know that in the 1.6 beta versions you had to declare a namespace (just like with any other XML file

process fails using fork on ant version 1.6.0

Hello I am using JDK1.4.2 and I need to set my max memory higher but forking is failing for me on Solaris 8. If I use either fork that I have below I get the same message but it all runs wh

International long-distance as low as 2.9 cents/min

International long-distance as low as 2.9 cents/min One minute rounding No monthly fee No connection fee You only pay for the minutes you talk Please come and visit us at http //www.vndial.net VNDia

echoing messages in ant file

How can i put more logs in the ant file build.xml. I am using <echo message "... "/ > but it just can 't put inside the elements... any other way of logging..? --

Setting up Ant on Solaris with error

Hi I have no problem install/use Ant on my NT machine. However when I download and install Ant on Soloris Ant doesn 't work. I got this error message % >ant -v java.lang.InstantiationException

Environment.Variable in dynamic exec task within the script task

I 'm trying to recreate the following in the build.xml using the < script> task and javascript < exec executable "${exe_location} " dir "${exe_dir} "> < env key "${env_var_key} " value "${e

hwo to mention package names in java files.....?

tell me how to mention the package name in the java files and what is the relationship in between this and the java and javac targets of the ant file? --

help with cruise control

Hi all I would like to know what is cruise control about ? What does it offer ? Why would you have it ? Is it ant based ? Can someone share the snippets of it with me ? thanks.

Ant 1.6, import, URL

Hi Is it possible to import a file which is referenced by an URL? I 'd like to import some parts from a central webserver for an easier update. Thanks a lot Oliver ******************* BITT

How to set PATH for "Execute " from API?

Hi how can I configure the PATH environment variable before "Execute.execute " gets executed? Some tasks are NOT in the PATH variable when ant is started and I would like to extend PATH from the ant

ant MSG_ERR does not appear to be generated

I recently converted to ant 1.6.0 from 1.5.4. Part of our build process writes build PASS/FAIL to a postgresql db. I have implemented an ant listener that looks at logged messages and determines if

How to Unzip multiple file into separate directories

I have a directory containing a number of zip file. I would like to unzip each into its own directory under one single parent directory. For instance I have a directory folderOne that contains

ExceptionInIntializerError using jdk1.5alpha

Hello I am getting the error below and I don 't know how I should fix this as it is a NumberFormatException dealing with http //www.iana.org/assignments/character-sets I am running this on S

sending e-mail through Ant V 1.5

Ravi Nistala (317) 277- 7066 Discovery OLO - Reference DB Project nistalarn@(protected) ----- Forwarded by Ravi Nistala NONLILLY/AM/LLY on 12/24/2003

test-jar target broken in source distrib

I am trying to write a custom ant task and was hoping to make use of Ant 's junit test extensions. According to Writing Tasks tutorial I need to run test-jar on the source distribution. I tried that

Extending Token Filtering

Hello I need to be able to do token replacement upon doing a move or copy task but I need more specific functionality than is provided with ANT. For instance If the filters file contains the foll

Sound Task In Build.xml

Hi Below is the script from Build.xml file. Can you tell me where to put the *.wav file. Right now i have put that in the same directory where build.xml exist. Its not working for me. Thanks Sath

commons-vfs and <v-copy > [was Re: help with ftp task]

At 01 18 AM 12/21/2003 +0100 you wrote >Jacob Kjome wrote > > >At 01 48 PM 12/20/2003 +0100 you wrote > > > > >Hi Jakob > > >you cannot specify how you are going to name a file that you are > > >downlo

Trouble writting Ant task that sets a path reference

Overview I am trying to create a custom ant task that sets up a classpath reference based on its arguments. My problem is I am not sure how a custom task interacts with references. My task is respo
Page 224 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.