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

Batch processing files

I 'm using a utility from the x3d group to batch convert VRML97 files into X3D. This is provided as a jar file and provides no support to define it as a taskdef. Currently to translate sphere.wr

Please help with Ant/Junit

All I am a newbie and would like to use junit in my build.xml. However it keep giving me the following errors... Please help!!! I know it might be doing with my CLASSPATH but how can i define it?

Need EJB Task Clarification

Hi I have a small problem it is this way.. I while running the ant build script for with an ejb task the script doesnt support the dbvendor of Oracle 9i it supports Oracle8i for

is it possible to create targets dynamically? - Found Solution

Hi It took a little while but I found a way of creating targets dynamically using javascript. Benefits of this approach - can call the dynamic ant target from the command line like a standard tar

Does Ant have a <diff > task?

Does Ant have a <diff > task? I would be happy if there was a task that behaved similar to the UNIX diff command. -Sean > -----Original Message----- > From Sullivan Sean C - MWT > Sent Friday J

Looking for an XMLDiff task

I want to be able to produce a report that shows the differences between two XML documents. I am looking for an XMLDiff task that produces reports similar to Ant 's CvsTagDiff. -Sean p.s. - CvsTagD

MailLogger properties

In the manual it says I can specify MailLogger properties as <property > definitions but this doesn 't seem to work. It always says "Missing required parameter MailLogger.failure.to " or whatever. I

is it possible to create targets dynamically?

Hi When looking at my build.xml file there are several targets that are almost identical. The main difference between them is the name of the target and a path. Is it possible to create a target d

Target Aliases?

I haven 't done any research on this but I thought this would be a nice feature in Ant. It 'd be cool to be able to specify target aliases. For instance in my webapp (based largely on examples fro

variable inside a variable

I have a lib.properties file that defines all my dependencies for my project. In it I define my JDBC drivers with syntax as follows # # MySQL - http //www.mysql.com/ # mysql.version

java task NoClassDefFoundError

(I have already checked the manuals and verbose to see what is happening). I am trying to execute a java task on the bin (${dir.build}) directory where my Junit test classes are and I get the f

Argument passing problem

Hi I am using Vertel (now PrismTech) IDL to Java converter from Ant. It is a java application. When I execute it from command line everything works properly but when I excecute through Ant I get e

clearcase release notes

When I do a build from clearcase I would like to be able to pull the following information from clearcase for a specified baseline. Activities * Associated Files - > Comments for each v

redirect:write not writing to separate files with ant

Hi I 'm having problems getting an XSLT using the redirect write extension in Xalan to work with Ant. The attached testcase works fine from command line but not Ant. Expected results Two text file

whitespace in comma-separated depends list?

Here is a simple question whose answer does not seem to be in the Ant manual. Can there be whitespace in the comma-separated list of dependent targets (the depends attribute)? I have some targets wi

Test was unexpected at this time - more info

Hi Please find attached the build.xml file that was used. The xml does not seem to have a (syntax) problem as it works fine with IE web browser. I have the set the environment variables as bel

RE: Pamda 1.0.0 (UML - > Code generator which supports Aspect Orie
    nted Modeli

Done in CVS HEAD. Jan > -----Original Message----- > From Jan.Materne@(protected) [mailto Jan.Materne@(protected)] > Sent Thursday January 15 2004 11 49 AM > To user@(protected) > Subj

Test was unexpected at this time

Hi I am new to ant.. I have just installed tomcat and ant in my pc. When I try to build a simple web appln with ant I get this error "Test was unexpected at this time " Please guide me ou

clearcase builds

I would like to have the ability to specify files and versions (not all the same) from rational 's clearcase for a build and am hoping someone can give me advice on how to approach this. Regards- J

os.name for windows return "Windows XP "?

Hi There must be someone who is dealing with the same issue. I am trying to take multiplatform builds with different ${os.name}.properties file. Linux is not a problem Linux.properties. What abou

email on build failure?

I have multiple targets. Each target has a responsible project manager. If the target fails I want to send an email to this specific person. using the ant -logger mechanism appears to make it glob

<apply executable > question

I have the following xml code chunk <apply executable "myExe " output "run.out " > <fileset dir ". " includes "*.as "/ > </apply > which will call myExe.exe for every file with extension

combining fileset 's

I am wondering if there is an easier way to do something. I have several different tasks each requiring a slightly different classpath or fileset. I have modified my build.xml so that I am sharing

case sensitive cvs update

Hi. I 'm using cvs to update a cvstag variable in a piece of code using the line String cvsTag "$Name $ " To make cvs update the tag within the file requires me to delete the file and then do a c

Ant error reporting?

All I am using Junit and Junit reports for my project. Is there any ant code/tasks can do the followings? - Basic messages to indicates that the build passed or failed? - A link to Junit reports i

taskdef onerror problem

>From the ANT 1.6 documentation it says that taskdef is a form of typedef which provides the 'onerror ' attribute. The doc then goes on to say... The values are fail - cause a build exception warn o

RE: Pamda 1.0.0 (UML - > Code generator which supports Aspect Orie
   nted Modelin

Update in progress ... but have at the moment troubles with access to cvs.apache.org. Jan > -----Original Message----- > From Pavel Vlasov [mailto vlasov@(protected)] > Sent Saturday Janua

RE: FileSet problem: include file with folder name containing spa
   ce

Quick hint use / instead of \. Personally I usually dont know when \ stands for itself and when it?s used for masking other characters. And Ant will handle /. Ant should be able to handle spaces.

FileSet problem: include file with folder name containing space

hi I am a newbie in using Ant. Please forgive me if I ask silly question. I try to set include file into the FileSet instance using this command. String filename "\Integration\Portal

Command-line property overrides with 'location ' semantics?

It seems like specifying a property at the command-line via -D always uses 'value ' semantics even if the property is declared in the project with 'location ' semantics. For example on a windows ma
Page 219 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.