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 124 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Re: AW: AW: Converting new or changed files with an batch file called
from wit

Huditsch Roman wrote >Hi James > >As you may have seen by my previous posts on the list >I managed to make some progress ))) > > > its great to see you getting the hang of things...tho

AW: AW: Converting new or changed files with an batch file called from within an

Hi James As you may have seen by my previous posts on the list I managed to make some progress ))) > check out the manual page for all options > http //ant.apache.org/manual/CoreTasks/style

AW: Problems with <xslt >

Solved it in the meantime... But as I take a step forward I discovered another issue.... I split my files using <xsl result-document > and for what reason ever I get an empty source file within my

Problems with <xslt >

Hi I just tried to do a simple XSLT transformation with ant. I defined the transformation as follows <xslt basedir "source " destdir "added " style "stylesheets/add_versioning_information.xsl

AW: Converting new or changed files with an batch file called from within ant

Hi James Thank you very much for the quick reply. > why not control Saxon directly from Ant ? Would be nice. I am just uncertain how to do this properly ) > You can use the <xslt/ > Ant tas

Re: Converting new or changed files with an batch file called from
within ant

Huditsch Roman wrote >Hi list > >Although I search the archives I could not find any useful hint for my problem. >I recently started using ant for controlling my XSLT transformations. >Actua

Converting new or changed files with an batch file called from within ant

Hi list Although I search the archives I could not find any useful hint for my problem. I recently started using ant for controlling my XSLT transformations. Actually I need ant to take contro

Change in text output from 1.5 to 1.6

I have the following code that keeps a log of my builds. When I upgraded to Ant 1.6 from 1.5 the output of the following code changed. <!-- append info from the lastbuild files to a runnin

convert ascii to ebcdic files using ant

is there a way using ant to convert a folder full of ascii text files into ebcdic files? we 're pulling cvs on a linux box and want to be able to build the ear for deployment on zos. for some reaso

Inverting the selection of a patternset?

Anyone help with the following puzzle. I have a carefully crafted patternset like this <patternset id "my.special.files " > <include name "somedir/somesubdir/My " / > <include name

Error output from javac compiles being blocked

Hi I like the little arrows beneath the snippets of java code that the javac application provides (more compilers need to copy this behaviour really). But unfortunately ant blocks these! Fo

AW: make a dir into a war file.

If you running application needs a directory it should create it for itself. So it doesnt depend on a deployer - who could forget that. Jan > -----Urspr?ngliche Nachricht----- > Von Rodolfo

make a dir into a war file.

Hi I?m using ant 1.6.2 with Windows2000. I need to make a dir for log into a war file. I haven?t this directory in development and Create copy empty and delete I think isn 't very elegant a

AW: custom task question

Just another possibility to point to the manual [1 2] ? -) Jan [1] http //ant.apache.org/manual/tutorial-writing-tasks.html [2] http //ant.apache.org/manual/tutorial-tasks-filesets-properties

AW: The <exec > type doesn 't support the nested "echo " element

Cant see the mistake in THAT snippet. But I would search for a <exec ... > <echo > </exec > construct. Jan > -----Urspr?ngliche Nachricht----- > Von Kenneth McKnight [mailto kmcknight@(protected)

AntXtras 0.5b4 now available.

ANNOUNCEMENT Version 0.5b4 of JWare/AntXtras Foundation (AntXtras) is now available for downloading. This release should be the final beta released before the final 0.5 version. Change Highli

Quotations in a property get corrupted when passed as an arg

I am trying to read a property from my build.properties file and pass it as an <arg > to a script that I <exec >. The problem is that the property value contains literal quotation marks inside and

How to Write A Custom Path / Fileset

I want to write a custom Fileset type that reads input from a file. I don 't want to support any nested elements I just want to be able to do something like this <libraryset id "myLibraries

The <exec > type doesn 't support the nested "echo " element

An offshore user running JDK 1.4.1_02 and Ant 1.6.1 is getting this strange message The <exec > type doesn 't support the nested "echo " element Here 's the snippet of code <!-- Small BME -- >

custom task question

Hello I 'm trying to generate a unix shell script from an ant task. The ant task is just a simple java execution and I want to generate the unix shell script for deployment purposes. Is there a

AW: Ant configuration problem (tools.jar).

tools.jar is part of a JDK - not included in a JRE. So your JAVA_HOME should point to a JDK. Jan > -----Urspr?ngliche Nachricht----- > Von Graeme Shaw [mailto graemeshaw@(protected)] > Gesende

Ant configuration problem (tools.jar).

I 'm trying to get Ant set up so I can use it to install Apache XML-RPC. I have $JAVA_HOME /usr/lib/java/jre $ANT_HOME /usr/local/ant When I run 'ant ' in the XML-RPC directory I get the output

Classpath reference

Hello Apache Ant version 1.6.2 I have a problem with my Ant script. I create a classpath reference at the start of the script like this <path id "classpath " > <pathelement loc

Question regarding Ant custom task

I have a Java class with couple of public methods. When this method is called in a target task . public String statcollection(){ if (j >0){ System.out.println( "Problem with t

Having trouble with <exclude > syntax

Hello all I am trying to selectively delete 80% of a directory tree with the following calls <delete includeemptydirs "true " > <fileset dir "deploy/Webroot " > <exclude name

NoClassDefFoundError: org/apache/tools/ant/launch/Launcher

I am having trouble installing ANT. I am getting the exception below. I 've tried various fixes but no dice. Any suggestions? # ant -version Exception in thread "main " java.lang.NoClassDefFound

problems building ant-testutil.jar

Hello all I have downloaded Ant 1.6.2 sources and need to build the test-jar task so I can start writing tests for build files but it fails. First it fails with the following error BUILD FAI

Is there a way to turn off "user defined properties "?

Hello The Ant doc says about the <ant > task "By default all of the properties of the current project will be available in the new project. Alternatively you can set the inheritAll attribute t

Ant + cvs + SSH

Hello I have a problem with cvs running with ssh from Ant. Connecting to cvs directly from the commandline works as expected. When I attempt the same cvs incantation running the cvs task fr

New website searches Ant source code for Java examples

JExamples.com is a new free website that helps Java developers find high quality example code for virtually any Java API. JExamples uses sophisticated source analysis and a powerful search engine t
Page 124 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.