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 220 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

exec task problem

I am using the ant exec task that is calling a unix script. Using ant 1.5 the unix script gets to a point where it trys to start a program and my ant script just hangs... The script command looks lik

apply task

I 'm trying to execute a simple DOS command thru ANT 'apply ' task say C \rename abc.txt test.txt my ant script is <apply dir "c \ " executable "command " os "DOS " type "file

problem with exec & rsh

Hello I have a problem with rsh called through the ant exec directive not terminating properly. Synopsis I have an ant script that handles building the application ear file on a build server.

Newbie; how to invoke an ant script from a GUI interface

Hi Gurus I have 2 scripts and this is how i run these 2 scripts 1) I will type ant deploy-xyz prod ant deploy-abc test and these scripts does there business very well. Now my question is

tempfile task

Hi I 'm not clear with ANT documentation for 'tempfile ' task . I 'm using ANT 1.6.0 the task definition is <tempfile destdir "C \temp " property "proptemp " suffix ".xml "/ >

My experience with namespaces in Ant 1.6 (WAS: RE: antlib: cannot find <file

On Jan 14 2004 at 9 56 AM Dominique Devienne wrote > 1) Using a namespace prefix on all nested elements can quickly become > tedious for large tasks with lots of nested elements. One way to >

variable license file?

Hi. I have a build.xml file that among other things builds an entire distributable version of my software including source code. This includes copying a license text file as well as inserting th

XMLCATALOG question

I 'm using ANT 1.6 and not sure if I have found a bug in ANT <style > processing or if I have an error in my use of the feature. I 've searched the archive but do not see anything that helps. JDK S

Cvs tasks

Hi I 'm working with ANT1.6.0 cvs tasks only the tasks 'cvs ' & 'cvspass ' but unable to execute 'cvschangelog ' and 'cvstagdiff '. Do i need to install some additional jar files. Also t

My experience with namespaces in Ant 1.6 (WAS: RE: antlib: cannot
    find <files

> From Peter Reilly [mailto peter.reilly@(protected)] > > > > <lucene index index "${index.base.dir}/index " > > > <fileset dir "${files.dir} "/ > > > This should be <lucene fileset dir "${file

The system is out of resources. while compiling a project

Hi When I try to compile my project using ant I get following the message C \xyz\Client >ant Buildfile build.xml init compile [javac] Compiling 4738 source files to C \xyz\Client\build

Classpath issues when calling ejb services (from a custom task)

Hi Thanks for replying ) I 'm not actually using the xdoclet task - I am trying to make a "custom " task of my own which needs to call some functions on a remote stateless ejb. I 've made some progr

copy with fileset : error on RECYCLER

Hi I have to replicate some files from one station to another regarding their name but it the same directory. I 'm unfortunately on windows. My build file is very simple <?xml version "1.0 "? > <pr

antlib: cannot find <fileset >?

I 'm slow to the namespace/antlib game sorry. And this is probably just an operator error. I 'm trying my first antlib. Here is antlib.xml <?xml version "1.0 "? > <antlib > <taskdef name "inde

Classpath issues when calling ejb services

Hi I 'm trying to build an ant task for ant 1.6 that uses a service provided by an ejb. The problem is that when I run the task I get an error message saying that the class I specified for "j

problem with style task in ant 1.6

hi trying to switch from ant 1.5.1 to 1.6.0 I noticed a change of behaviour with the style task. I basically use it for generating the documentation for projects via the docbook xsl stylesheets u

<classpath/ > versus -lib for <taskdef/ >s: Official statement?

IMHO an Ant buildfile should always be able to instruct Ant with regard to the CLASSPATH to use for <taskdef/ >s. What I mean is that if a task (like <junit/ >) needs a certain CLASSPATH then the wr

Ant can 't find JUnit

Ok I 've been trying to debug the following problem for about 3 hours Here is the error message I am getting (this is with Websphere on W2k) !! no source information available !! [javac] T

JUnit problem with ANT 1.6

This problem is similar to John Hohlen (1/6/2004) "Can 't Run JUnits With ANT 1.6 " I check Antoine 's reply however no luck. Here are my findings I am in the process of migrating build scripts from

java.lang.InstantiationException: org.apache.tools.ant.Main

Hi After intalling ANT1.6.0 i was able to execute build file with ftp & mail tasks but now suddenly even " ant -version " at cmd prompt gives C \ >ant -version java.lang.Instan

filtersfile

I 'm using <filter > task loading tokens via "filtersfile " attribute and later in the project doing <copy filtering "true " > operations.. 2 questions - is it possible to print tokens (such as <echo > o

Invoking a target for multiple build-files?

Hi I have a project directory containing several independent modules. Each module has its own build-file but all build-files contain the same targets. Now I want to create an additional build-file

scp task gives ArrayIndexOutOfBoundsException

Hi I get the following stack trace when using the scp task to send a single file to a remote host. Has anyone had this problem before? I don 't know if I 'm doing something wrong or if this should be r

Ant 1.6.0: <presetdef > for defining data type?

Hello Can I use <presetdef > task to pre-set data type like <fileset >? It seems that it can be used for defining "my <fileset > " but it cannot be used for using "my <fileset > ". What I tried to do is

sshexec with NETBeans

Hi I 'm Andi new in sshexec using NetBeans. I try to download the zip file from http //www.jcraft.com/jsch/index.html run (get class file) and jar them as jsch.jar then put it on <Netbeans directo

Build ANT 1.7alpha fails

Is there some new syntax? I 've been changing the "@ " to a "$ " to build but I don 't get how build.xml could be wrong. BUILD FAILED /usr/local/src/apache/apache_src/ant/build.xml 825 Reference needs.@

scp task truncating names with spaces

Howdy Please forgive me if this has already been reported I searched bugzilla and this list but did not find anything. I found that when using the scp task with the file attribute containing an

Creating drone files...

Hmmmph haven 't posted in a while but I think I may have a stumper here... I have a list of files that I would like to create duplicates of in another directory. I want to truncate them but keep th

FTP Task - missing class

I 'm trying to use the FTP task but I keep getting the " Ant could not find the task or a class this task relies upon. " Message. I put " commons-net-1.1.0.jar " in the classpath... to no avail. Wha

Ant 1.6 and -keep-going

I have been playing around with Ant 1.6 and the -keep-going option. It does not work as I would expect and I wanted to find out if I am misinterpreting this new functionality. My test buildfile
Page 220 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.