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

Ctrl+C doesn 't work with Ant in Cygwin

This is a strange problem - I couldn 't seem to find a solution from google or the mailing list archives. It happens on my Windows XP machine and a Win2K Server box at work. When I run "ant " or "ant

ant POST task

> ANT has got a http GET task does anyone know if there is a http POST > task also? > > Thanks > Anil

Antw: building using a different jdk

Hello with the attribute "fork " and "executable " you can specify the compiler that should be used. For example <javac destdir "${classes} " fork "yes " executable "${jdk-path}/bin/javac " " > Marc

building using a different jdk

i 'm trying to find out how i can build a project using different jdk 's. i have two jdk 's installed 1.3.1 and 1.4.1. the 1.3.1 is in my system path and i assume it 's the default. are there example

launching many similar java programs

I have many similar java programs that I want to be able to launch from ant (1.6). I can easily re-use the classpath declarations. Is there some way to re-use (short of copying) a handful of <sysp

xslt param - file dependancy

hi i 'm using xmlt param tag (expression field) to pass a file name to transformation engine. unfortunately if the file is changed ant doesn 't recognize it. do i have any option to get xslt-param-esp

problem using ant inside jdevloper

I 'm using Oracle 's jdeveloper with Sun 's jdk 1.3.1. When i tried to run my ant targets i get the following errors buildfile H \ctb\build.xml BUILD FAILED java.lang.NoClassDefFoundError javax.xml.p

CVS - Unable to open connection ???????????

Hi all I get the following output when I run the same script I 've been running for months on a new machine and I get this weird error [cvs] Unable to open connection [cvs] Network error Cannot

AW: CVS checkouts...

Hi EJ you need cvs binaries. These binaries must be in the path (cvs.exe under NT or just cvs under UNIX) Cheers Antoine -----Urspr?ngliche Nachricht----- Von Ciramella EJ [mailto ECiramella@(protected)

CVS checkouts...

has anyone used the CVS tasks within ANT before? I read in the documentation that one should use the <get > task rather than any of the CVS tasks for speed reasons. But how do you get an entire direc

RE: Forking JUnit (was Re: Ant not passing System values to JUnit
    task)

I agree that it would be advantageous for the Ant 's forked JVMs to default to matching the parent VM 's environment. - jeff -----Original Message----- From Adam R. B. Jack [mailto ajack@(protected)

Problems using the propertyregex task

Hi I 'm using Ant-Contrib version version 0.5 with Ant 5.0 Java version is jdk1.4.1_01 I 'm using the propertyregex command in the following way <propertyregex property "is.cfg " input "${file.name}

javac task substituting non-alphabetic characters in (long) directory names on W

My build file uses the jspc and javac tasks to precompile JSP files. Both are working but with one minor difference. When the jspc task creates the target directory tree it uses the same names as

xml-apis.jar [was Macrodef @{x}]

Hi Jake I will have a look at this one too. Cheers Antoine -----Ursprungliche Nachricht----- Von Jacob Kjome [mailto hoju@(protected)] Gesendet Mittwoch 3. Dezember 2003 15 02 An Ant Users List Be

ANN: AntXtras v0.3b4 Available

ANNOUNCEMENT Version 0.3b4 of the JWare/AntXtras is now available (sorry for the delay since b3 the development server is alive and well now). Download from http //www.antxtras.info/download.html.

Confusing description

In the Ant Manual(http //ant.apache.org/manual/index.html) in the description of the environment attribute of the property task(http //ant.apache.org/manual/CoreTasks/property.html) it says that t

Filterset, insert Filename(s).

Hi I have been using ANT for basic build tasks for some time now. Currently I am working on a build script for assembling some documentation and other files and I would like to use a filterse

Macrodef @{x}

I have committed the changes to change from ${x} to @{x} for macro attributes substitution. Usage of macrodef is now as follows <macrodef name "example " > <attribute name "x "/ > <sequential >

AW: BUILD FAILED

Hi Dean can you check that you have a directory c /learn/Ex1/src/Exercise1 with java source files in it ? if this is the case the java sources should contain the declaration package Exercise1 Ch

FYI: JVM Daemon

http //www.cafeaulait.org/#news2003December2 Mark Lindner has posted the Jolt JVM Daemon 0.3 [1] a wrapper program for Linux and Solaris that enables multiple invocations of java javac javadoc and

Return codes from custom Ant tasks.

I 'm hoping to get status information returned from a custom Ant task. Given that Task.execute() 's return type is void I 'm thinking the only recourse I have is to set a property to "pass status " back

AW: MIME/connection errors with MailLogger and <mail >

Hi Whitney 1) the message saying "Failed to initialise MIME email " actually means that ant did not find mail.jar+activation.jar in its classpath you may want to download these files from sun and ins

MIME/connection errors with MailLogger and <mail >

Hi there I 'm somewhat of an Ant newbie. I 'm trying to get an email sent once a build occurs on my machine which is running Win2K SP4. I 'm using Ant 1.5.4. The first thing I tried was the <mail >

Forking JUnit (was Re: Ant not passing System values to JUnit task)

Sorry but this caught my eye & reminded me of this issue that exists on Gump 's that run (typically on Linux) without an X server available. I believe it is a known JDK issue [junit] Testcase testB

Ant not passing System values to JUnit task

When doing an Ant build of my project (see attached myBuild.xml script) It appears that ant is not passing System variables/values when executing the JUnit task. I am on Windows using Ant 1.5.3. Fo

class needed not found: tools/ant/Task

Hello I am curious why this is happening taskdef A class needed by class xdoclet.DocletTask cannot be found org/apache/tools/ant/Task I have set ANT_HOME (I am running Solaris8) to /usr/local

Process

I would like to start a system process in conjunction with ANT. If I run a process either using <apply executable or <exec executable I can start a system process but ANT does not process until the sy

AW: how to fetch file informations (date, size)?

Hi Matthias this is possible using JavaScript some pointers Dominique Devienne http //marc.theaimsgroup.com/?l ant-user&m 103771801723603&w 2 Jan Materne http //marc.theaimsgroup.com/?l ant-user

how to fetch file informations (date, size)?

Hi during our deployment i have to generate a property file that contains all files of the deploment client with the actual file name file size in bytes and the file date. 1. How can i get these i

Can 't start ANT 1.5 on WinNT

Hello all ! I installed SUN Web Services Developper Pack 1.3 which includes apache-ant 1.5. OS Win NT or XP Pro When i launch ant (c \ant) i get following message Exception in thread "main " in
Page 230 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.