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 319 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  

Handling exceptions with 'ant ' task

I 'm calling a series of ant files that run Canoo tests (see target "test " below). If the first test (test1.xml) throws an exception the parent ant file stops which prevent the second test from runnin

Automating Build files

Hello All I 'm about to embark in an effort to build a GUI that generates Ant build files. I 've been searching for a DTD or an XML Schema that would help me build the XML. I found a DTD at http //www

Urgent!! Strange Build Fail!

Hello all. I really want some help on this really really strange problem i 'm having. I made this script that does automatic build. I have been running this on my machine for a week and it worked

"Call " task

Just sharing -- A common question on this list is how to get a property set in a target after doing an <antcall > the common answer is "you can 't ". I wrote a very simple task so simple in fact tha

Question about task concat (seq. control + cvs(window) issue)

Folks Any way to concat several files according to a particular sequence (e.g. timestamp filename etc.)? In addition I have 2 files which checked into cvs via window however after the cvs expor

Custom Task Error

Hi I am working with a very large generated build file and have had the need to write an Ant task to ping Weblogic and continue when it is up. I have written a simple user task that has about

allowed tokens in property names

I didn 't see this in the manual -- are hyphens allowed tokens in a <property > element 's "name " attribute value? Apart from consulting the ant source are the allowed tokens for standard ant attribu

EAR task problem in 1.5.2

Fellow Ant users I just downloaded the xpetstore demo application (http //xpetstore.sourceforge.net) yesterday. Also I installed Ant 1.5.2 yesterday. Today when I built xpetstore-ejb the EJB im

Change to FTP behavior in ant 1.5.2?

Hi I 've noticed that upgrading to 1.5.2 seems to have "broken " one of my ftp tasks. The ftp task in question uploads a several levels deep directory structure to a remote system. This always worked

How do you find out which classed need to be compiled?

I am working on a project and notice that two class files keep getting recompiled. As we all know this usually means that the package declaration does not match its actual file location. Is there a

Merging text files

Hi I am slowly reading through Java Development with ANT and have stumbled across FilterChains FilterReaders and Mappers. Looks interesting and I can see it allows you to modify text files but is t

Re: unit test failure w/junit task

Keith Hatton wrote > Thing is if it uses JNI there is no way to *unload* the native code programatically. Well what I 'm not entirely clear on (and sorry this is going OT) is why the JNI libra

Correct CP for running WAS tasks from ANT?

I 've been trying to run Websphere "wsServerStatus " from ANT build file

splash screen not going to front

the Ant splash screen (optional Splash task) doesn 't go to the front. I tried with Ant 1.5 and 1.5.2 (latest) and with Java 1.4.1-b21 and 1.4.1_02-b06 (latest) Anybody else experienced this? The Sp

splash screen not goig to front

I am using Ant 1.5 on Windows 2000 ?with java version "1.4.1 " Java(TM) 2 Runtime Environment Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21 mixed mode) and the splas

AW: Little problem deleting

<delete failonerror "false "/ > Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Thomas Saxtoft [mailto TS@(protected)] Gesendet am Donnerstag 6. M?rz 2003 10 19 An ant-user@(protected)

Little problem deleting

I have got this little problem but I can 't find a solution anywhere. When I want to delete a directory that does not exists I get an error. How do I make delete conditional on whether the directory

AW: how to import another xml file

If you want to &include java.xml you have to delete the first line ( <?xml version... ) (I think). If you want to <ant > java.xml that file must be a valid buildfile. So you have to have a <project >-

AW: replace

<replace > creates a temporary file. If there are any changes (matches) the original would be deleted and the temp renamed. Otherwise the temp would be deleted. Because there is no BuildException with

AW: AW: AW: DOCTYPE XML include

The included file has to be wellformed. Only the rule that it has to have exactly one root element isn?t right. You have to be sure that if you would copy the file into that place the XML is valid.

AW: anthill vs. cruisecontrol

We are currently using cruisecontrol and are definitely reaching its limits. We are working on a huge number of interrelated CVS modules ( >40). Due to missing dependency-management in cruisecontrol w

how to import another xml file

I got a query regarding two xml files in build.xml file my code is like this <?xml version "1.0 "? > <project name "PICASSO " default "deploy " basedir ". " > <target name "deploy " depends "parcel create-z

update dist copy to client dirs question

Hello I 'm trying to wrangle the following situation with ant 1.5 on linux. a base directory that is updated with new material that needs to be pushed out(overwritten) to existing directories with

Aspect task

Has someone some experience with the aspect-compiler being declared as an AntTask ? I followed the installation procedure indicated in the release note but the compiler either complains that it cann

defining target dependencies

There 's not a way to define target depenencies other than by setting the "depends " attribute in the <target > tag right? In other words I can 't do something like <target name 'x ' > <depends na

checking out the cvs

I 'm having trouble checking out the ant-antidote module with anonymous CVS. I run the cvs -d pserver anoncvs@(protected) /home/cvspublic checkout ant-antidote but I get a connection tim

Performance of fileset

I am guessing that I have a performance issue due to a Fileset searching through an ever increasing build tree. I have tried to enumerate a list of directories that I do not want it to search in like

where can I download the antidote gui source code?

I can 't find the link to download the antidote gui front end for ant where would I find that? Fenton

apply task without srcfile?

Hi I 'm trying to create a task that uses only the filename part (not the extension) of matched files. My current approach is to use the apply task but I haven 't been completely successful. The

Running non-Java compilers

Hello I 'm trying to verify whether or not Ant is language-independent i.e. that it can compile most any language. We just downloaded the latest version and I 'm trying to run a simple "hello " c++ pr
Page 319 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.