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

rsync wildcard

Hi Can anyone advise why the following works on the command line but not within an ant script. The error is 'file/directory does not exist ' when it clearly does. If I change the *.gz to a speci

Overview on usage of if/unless attributes

Hi! I 'm aware that if/unless attributes can be used to select targets depending on whether the value of some property is set or not. Where else (types/tasks) can if/unless be used in addition to

junitreport problem

Hi When I run the <junitreport > in my build and test sequence I get a java.lang.OutOfMemoryError. Is the implementation of this in ant or in junit? I want to find out which part is causing the er

Copy files to another unit

Hi I 'm a newbie using ant. I?m using ant 1.6.2 in windows 2000. I need to copy files to other unit disk but with <copy todir... the path starts in the current directory and I need to change t

Garbage collection question

Does the garbage collection have a "time-out " it 's based on or is it strictly the lack of references to the classes? I 'm seeing problems with memory errors when doing a series of tasks on a set

warnings when calling ant

Hi there I am a bit confuse here since I?ve never seen this kind of behavior with ant. I am invoking ant from a shell script (the usual stuff is set such as JAVA_HOME ANT_HOME no classp

The Apache Ant Project Retires Antidote, the Ant GUI

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 The Antidote subproject was once started to provide a GUI for Ant at a time where IDE support for Ant was far from usable. Unfortunately it never a

Reasonable size on ANT_OPTS

Hi What is a reasonable size on my Xmx Xms in ANT_OPTS. I have 1.600 source files. //Mikael

Re: java.lang.RuntimeException: Mismatch - popped element =
[target: null] fin

On Mon 4 Apr 2005 Robert Lin <Robert.Lin@(protected) > wrote > We get this message all of a sudden I searched through the archive > and saw that others had this problem as well but I didn 't

Installing ant ftp task on suse linux 9.2

Hi there I would like to install the ftp optional task on a suse 9.2 machine. ant itself is already installed via yast. The ant site says I need jakarta-oro and the commons-net optional libra

<loadfile >, <filterchain >, <tokenfilter > with regular exp

to whom it may concern ... Some time ago i asked for a solution to extract a specific part out of a txtfile using <loadfile > <filterchain > <tokenfilter > with regular expressions. In the mea

Measure memory usage

Hi I am using ant to build and run tests. We run 1.6.2 on Solaris. My problem is that I run out of memory when I run my test ( complile 1.600 files and run over 5.000 tests). Is there a way t

Counting files in a dir

Hi What would be the best way to do the following 1. Going into a directory (this is ok) 2. Counting the number of files of type x (getting files is ok *counting* is an issue) 3. Depending

java.lang.RuntimeException: Mismatch - popped element = [target: null] finished

Hi We get this message all of a sudden I searched through the archive and saw that others had this problem as well but I didn 't really see a clear solution on how to debug this. Can anybody hel

Ant 's "find " Equivalent

We have a template build.xml that gets used across multiple projects though unfortunately not through <import > (it predates Ant 1.6 and is literally an XSL template). Consequently there is no way to

Build with Java 1.4.2

I 'm using eclipse for my IDE and my project has a build.xml. Whenever I do a build I right-click the build.xml and select Run Ant... I then select the All target. Works great. Recently my

Memory usage of targets vs macrodefs?

I 've been hired by a company that uses a LOT of macros and currently we 're having problems with our builds because of memory issues. The JVM is set to 1024M for Xmx and 256M for Xms and we still c

taskdef-classpath fails to add jars to classpath

I have the following - ant 1.6.2 - FOP 0.20.5 - WinXP Pro 2002 Service Pack 2 - FOP_HOME is defined as "C \Program Files\Apache Software Foundation\fop-0.20.5 " - CLASSPATH is defined as "C

Modifying a property file

Hello I am looking for an alternative way to modify a property file without using the optional propertyfile task and just use core functionality... Tried with replace but cant replace th

How to find if rexx is installed using ANT

Hi all My project has a dependency on Rexx Scripts. I am calling the Rexx Scripts within Ant. Before that I would want to check if users have rexx installed in there systems or not. If

Cannot find type issue (solved)

On Apr 3 2005 6 09 PM Antoine Levy-Lambert <antoine@(protected) > wrote Thx 4 the reply > add the attribute srcdir "src " to your javac invocation. This did not wotk because i was calling a main

Append References? (refid question)

Hello I think I 've come up with a better way to ask my last question in a much more generic "how do I " type way. Is there a way to update a reference id within a loop? For example (not working

Cannot find type issue

Hi Following i 'v got a trace from the ant compilation i 'm doing on some test classes. The 'normal ' classes have all been compiled prior to the test-class run. As one can see the 'normal ' classes

<mail > attachment mime settings

Hi I 'm trying to send e-mail from an Ant script. The message body is a chunk of html that references a small number of png files that I 'm adding as attachments. I 'd like the message to render

Remote Ant

I was looking for this functionality and ran across Rant. Nice name but it has been inactive since 2002. Also it is on ver 0.1. Usually this is due to something superceding it. Is there somet

AW: AW: GCJ (GNUs Compiler for Java) with ANT

2) assume that its on the path (like cvs svn ...) In a later step you could add a "executable " attribute. 3) <macrodef name "gcj " > <attribute name "mainclass "/ > <attribute name "b

AW: GCJ (GNUs Compiler for Java) with ANT

0) do a google search ... maybe there is something on the web 1) How do invoke that from command line? 2) try that inside Ant with <java >/ <exec > 3) convert that to <presetdef >/ <macrodef > 4) share

GCJ (GNUs Compiler for Java) with ANT

Hey i was wondering if it is possible to create an ant task so that gcj is invoked and creates a binary file for a certain .jar file. I wouldnt really want to ressort to exec task but if there

Error trying to use cvs task to access CVS repository via extssh

Hi First of all I apologise if this is slightly off topic as it may well not be ant which is the cause of the problem. I have an ANT script which I am running from within Eclipse which export

More on ant performance part 2

Hi again Seems like this section is giving me 'OutOfMemoryError '-problems ( see log below). I am using Xalan-Java version 2.6.0 to generate the reports. I put xalan.jar xercesImpl.jar and xml-ap
Page 125 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.