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

"e; in a property ${}

In my build script I kick off a Windows command line to run an installation creation application. The command line includes (simplified) <exec executable " "e Program To Run"e " >

Annotation Processing Task for Ant

Hi I 've been looking through the Ant website but finding very little in the way of a possible ant task to ease the use of using the 'apt ' utility that comes with Tiger for processing annotati

Cygwin, Ant, and java.class.path Weirdness

Ant Users/Developers I noticed some odd Ant behavior on an installation like Windows 2K Cygwin 1.5.10-3 (will use the 'ant ' shell script to run Ant) Bash 2.05b.0(1)-release (i686-p

AW: Copying files through FTP to servers in different timezones

Do you know the <modified > selector? Jan > -----Urspr?ngliche Nachricht----- > Von Conelly Luis (GE Energy Non GE GENE) > [mailto Luis1.Conelly@(protected)] > Gesendet am Freitag 18. M?rz 20

Copying files through FTP to servers in different timezones

Hi all I have the following target

AW: Get timestamping in the echo message

<project > <scriptdef name "log " language "javascript " > <attribute name "message "/ > <![CDATA[ formatter new java.text.SimpleDateFormat( "yyyy.MM.dd-HH mm ss SSS "

Get timestamping in the echo message

It did not seem to go through the first time I sent it...if at first you don 't succeed try again. Ninju Bohra <ninju_bohra@(protected) > wrote Date Fri 18 Mar 2005 08 17 50 -0800 (PST) From Ninju

Pb with uptodate and files with spaces

I 've some problems using uptodate when with srcfiles where one or more of the files pointed by the srcfiles are spaces in the name. In this case files are note tacking into account for the decision

AW: Exiting ant TARGET without aborting build

<target name "foo " depends "-foo.internal1 -foo.internal2 -foo.internal3 "/ > <target name "-foo.internal1 " > <some-tasks/ > ... <condition/ > </target > <target name "-foo.internal2 " if "sho

Ant 's mail task

Hi I am using ant 's mail task behind a proxy server but the task fails. I tried userid and password but that doesn 't help. Can anyone help me? Archit CEG Tech Cell PUNE Mastek Ltd.

How to make imported targets always able to use "project.target "?

I want to be able to use the imports always as "project.target " as in import "${basedir}/common.xml " <target name "test " > <ant target "common.test_import "/ > </target > Is this possible?

parse file in ant and create new file

Is there any task in ant to simulate this simple code of java reading one file and extracting content to write into another... in integrate this small java code I will have to do lot of work.. w

Exiting ant TARGET without aborting build

Yes I meant from inside the buildfile. Sorry - actually I mean to say "target " not "task ". I 'd like to be able to do something like this <target name "foo " > <some-task/ > <another-task

set jvm to 1.3

Hi I am starting ant 1.6.1 with jdk1.4.2 but I need to compile my code with 1.3. How can I set this in my build.properties and then use in my javac task? Any hints? //Mikael ------------

Transparent access to files/resources

Hello I would like to be able to use Ant tasks either with a file stored on the disk or with a file stored in a jar file (as a resource). I think it is not possible (I may be wrong) an

"Infinite Logging " when logging with log4j listener

Hi I have problems configuring ANT to use the log4j listener. Everything works fine until I invoke a self written java class with the <java > task. This java class also uses log4j for logging pu

putting it together

sample <jar destfile "test.jar " basedir ". " > <include name "build "/ > <manifest > <attribute name "Built-By " value "${user.name} "/ > <section name "common/class1.class " >

AW: Exiting ant task without aborting build

sure while coding the task you can simply exit the execute() method without throwing a BuildException. mmh or do you mean from inside the buildfile? It cant - a task is an atomic instruction. Yo

AW: Creating new JARs based on property change

<target name "jar.notSigned " unless "shouldSign " > ...only jar the files... </target > <target name "jar.signed " if "shouldSign " > ...jar and sign... </target > <target name "jar " depends

suppressing or redirecting javadoc output [PATCH]

I 'm not sure if this is useful to anyone but I 've attached my patch that lets you turn off output to STDOUT by using <javadoc showoutput "false " > On Wed 2005-03-16 at 15 15 -0800 Matt Benso

Exiting ant task without aborting build

Is there a way to exit an ant task without aborting the entire build (i.e. using the <fail > task)? Thanks - mps

suppressing or redirecting javadoc output

Hi Can anyone tell me how to suppress and/or redirect the output of the javadoc task to a file? Thanks! - mps

ftp question 1.5.4

I 'm forced to use ant 1.5.4 and I would like ant to read a list of filenames stored in a file and do an ftp 'get ' on each one of them. Is this possible using the ftp task?

Creating new JARs based on property change

Hi! In my build file I have a property telling whether JARs are supposed to be signed using <signjar > or not. Furthermore there 's on uptodate check based on whether any of the JAR file 's content

does ant support jdk1.5

Hi Please give me the task javac for compiling a jdk 1.5 java file with complete attributes. Thanks Rajeev

javac task attribute for compiling jdk1.5 Project issue

Hi Could anyone please tell me the javac task attributes for making the Project done in JDK1.5 to be compiled . I used the task attributes given below but it does not work. <javac srcdir "

problem with negative lookbehind in a regexp mapper

when trying to use <mapper type "regexp " from "^(.*)(? <!(\.locale|\.esercizio|\.collaudo|\.sviluppo))$$ " to "\1 " / > i obtain The value of attribute "from " associated with an element type "ma

SVNAnt

Hi where can I download SVNAnt latest version. Thanks Naveen Mamidi Intelliscan Limited Tel +44 (0)1651 277000 Fax +44 (0)1651 277010 http //w

Ant task to get port number

Hi I have an ant task to start jboss application server and it works fine. what i want to do is to print a message of the port number on which jboss is running. Is it possible to echo the port n

AW: RTFM, literally

> <http //www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/org/apache/tools/ ant/taskdefs/Manifest.html > What should that be? The official homepage is http //ant.apache.org/ and the manual is
Page 128 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.