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 101 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

HELP:(I am stumped)ANT COMPLAINS THAT AN EXISTING RESOURCE IS NON EXISTANT A

> --- Urspr?ngliche Nachricht --- > Von Arti Singh <arti_singh83@(protected) > > An user@(protected) > Betreff HELP (I am stumped)ANT COMPLAINS THAT AN EXISTING RESOURCE IS NON > EXISTANT AND FAILS

AW: Replace a token with " in a text file with ANT

And dont forget to mask the " with " (nothing Ant specific - just xml). Jan >-----Urspr?ngliche Nachricht----- >Von Ivan Ivanov [mailto rambiusparkisanius@(protected)] >Gesendet Donnerstag 11.

Replace a token with " in a text file with ANT

Hi I have a .bat file in which I want to replace the @ symbol with a quotation mark ". How do you do that in ANT. Thanks

HELP:(I am stumped)ANT COMPLAINS THAT AN EXISTING RESOURCE IS NON EXISTANT AND F

Hi can someone please help?I have tried for hours to figrre this out but no help at all.The section of code below fails to execute . while another block of code similar in every way except f

Ant 's Nest GUI Editor for Ant

This is a request to add Ant 's Nest to the external projects page. Attached is some XML with the information needed in the required format. For those that do not know Ant 's Nest started as a univers

AW: Retrieving current date & time values in defferent variables

http //ant.apache.org/manual/CoreTasks/tstamp.html <format > See the example. Jan >-----Urspr?ngliche Nachricht----- >Von Karunakar Chatla [mailto karunakarc@(protected)] >Gesendet Mittwoch 10. A

Retrieving current date & time values in defferent variables

Hi I wanted to retrieve date ant time values values of current time in defferent variables - Like... Day in a variable called today.day Year in a variable called today.year and so on for month h

AW: Can we display CPPUnit test result as JUnit test results

Don?t know how CPPUnit logs the results. For using <junitreport > you have to log the JUnit results in a special xml format. The transformation is done using stylesheets from ANT/src/etc/junit-*.xsl.

Can we display CPPUnit test result as JUnit test results

Hi We have used CPPUnit for unit testing in our projects. Is there any way to display CPPUnit test results as that of the JUnit test results? I didn 't find any direct support by ANT. Is there any

AW: Path does not support dir-structure

The only place where you have a "dir " is in <javac >... <src dir "${..} "/ > ... The manual to javac sais <javac > 's srcdir ... attributes are path-like structures and can also be set via neste

Sticky Tag

I would like to get the CVS sticky tag of the source I am compiling. Anyone have a recipe to do that?

Path does not support dir-structure

Dear I have the following part of a build file <path id "build.path " > <pathelement location "${lib.dir}/jfreechart-1.0.0-rc1.jar "/ > <pathelement location "${lib.dir}/gnujaxp.ja

Recursive ant builds

I have developed a build system architecture which uses one common generic build.xml file to build each module in the project. This build file can then recursively call itself with a different bas

HELP :javac classpath: Thankyou

Thank you .It works

Copy Question - Between UNIX and Mapped windows drive.

I would like to zip the contents of a folder in unix and copy them to a mapped drive under windows. What is the right syntax of doing this ? Eager to see the suggestions or pseudo code to accompli

HELP :javac classpath

Hi I just want to clarify a few things.I am trying to compile a few java files in my ant build script using a classpath variable to point to required libraries.I tried the approach below.

How to test whether a particular environment variable is set or not

Hi Folks I want to set a property to the value of an environment variable if that variable is set otherwise to a different string. I am able to do this with the following <property environme

AW: Re: zip- task on osx breaks permissions

Thx. jacques >At the top of the zip task definition it says this > > "Note that file permissions will not be stored in the resulting >zipfile. " > >If you need to store permissions try tar or exec

zip- task on osx breaks permissions

Hello all I need to zip a the contents of a folder on Mac OSX (10.[3|4]) Unfortunatly permissions are broken (executables are no longer executable) after I unpack my zipped components and empty dire

AW: Copying files to unknown folder name (jboss war deployed folder)

Just thoughts - create a fileset from the jboss directory including your deploy-dir -- use selectors to get the newest one - use <pathconvert > to get the target location - use that property as todi

Copying files to unknown folder name (jboss war deployed folder)

Hi all I 'm trying to achieve this simple task I want to copy files to my jboss deploy dir. The deploy dir is generated automatically every server start/deploy and get the following name pattern

AW: howto include files only - without dirtree

http //ant.apache.org/manual/CoreTypes/mapper.html#flatten-mapper Jan >-----Urspr?ngliche Nachricht----- >Von S?ndor Tam?s [mailto toma78@(protected)] >Gesendet Dienstag 9. August 2005 10 41 >An user@

howto include files only - without dirtree

Hi Ant-users! I 've checked the Directory-based Tasks page and googled the web to find any solution to my problem without success. E.g. I have a dir tree like this /lib |- jarlibname1 | |

AW: [Ant 1.6.5] -classpath problems

you have to include the jars inside your path not the directory. <target name "main " > <java classname "Test " > <classpath > <fileset dir ". " includes "*.jar "/ > </classpath > </java > </tar

AW: PesterCat Ant Toolkit : New addition to external tools and tasks

added Jan >-----Urspr?ngliche Nachricht----- >Von Dan Prince [mailto dan@(protected)] >Gesendet Montag 8. August 2005 06 36 >An user@(protected) >Betreff PesterCat Ant Toolkit New additi

AW: More exclude problems

Just another point - your two tar-commands are nearly the same. You could extract a <macrodef > <macrodef name "createtar " > <attribute name "tarfile "/ > <attribute name "distjar "/ > <attrib

More exclude problems

Thanks to Jan for his excellent and quick answer. I have now built two jar files from the one source. Now to finish my task I want to create two distributions. The only difference between these t

-classpath problems

Hi I couldnt find anything to help me when searching the archives/bug DB I am trying to add some classpaths but when I try to run ant it complains that the jar file cannot be found I have checked

Code Cache Problem

Hello I 'm using ANT as a formalized build system/script for a soap like (like cuss i rolled my own ) web-site deployment system. Everything has been working great but my (nasty) sysadmin

junitreport task using taskdef

Hello Following this article http //ant.apache.org/faq.html#delegating-classloader-1.6 ... I removed ant-junit.jar from ANT_HOME/lib and taskdefed junit task as follow which worked very well
Page 101 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.