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 340 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

detecting build failures with OUT exiting

I 'm knew to ANT and still in the process of trying to get up to speed on everything including still reading through _Java Development With Ant_. I have come into a job with an existing build infras

ant apply and file.separator

It doesn 't appear that there 's an easy way to convert file separators from '\ ' to '/ ' within an Ant apply task. Am I wrong about that? The following invokes an executable compiled under Cygwin on Wi

Nightly Ant scripts

Hi I 'm using a DOS batch file to run an ant build script when I run the build script on its own on the command line it works fine but when I run it via the batch file I get BUILD FAILED file C /TES

Is there a way to catch FAILURE case?

In my script I access VSS and at the beginning check out some files. At the end of the script I check them in back. I want to catch all failure situations and to make logical action (check those file

keeping file permission in warfile

Hi all here is my problem I have a web-app which ci ontains servlets and cgi. When I use ant to build the warfile to deploy the app i lose the 'x ' permission on my cgi. Any idea on how I could kee

Jacson, another tool

Hi you might want to consider this blatant advertisement. But maybe it is interesting for someone. I 've started a new Tool named Jacson which is does text filtering analysis and modification i

RE: read file names from a directory and write this list in a fil
   e?

I had the same question but wanting also size and lastUseDates. The solution for me was to use <dir2xml > (see below) then a XSLT. It might be a little heavy if you just want the file name. In this ca

read file names from a directory and write this list in a file?

Hi I was wondering if it is possible with the existing ant tasks to read the files from a certain directory and write this list (only the filenames) into a file (an existing one or a newly genera

Precompiling a whole site on startup

My current project requires that I put together some functionality that will basically precompile all our JSP?s to the same state as what you would normally find in the work folder in Tomcat. I?ve tr

Running build.xml located in jar file

I have created a jar file that include the ant class files a build.xml file and my application class files. I have not been able to get ant to find the build file within the jar file. If I place

displaying project name before target name in output

is there any way to tell ant to display the project name before target name in the output? normally ant displays as follows (while running) init clean build but is there a way to make it

ejbjar dependency=full

I am using ant 1.5.1 I am using ejbjar. How does the dependency full attribute work? I can 't seem to get it to include class files needed that are located in jars on the classpath. We don 't use

Spaces in the path, XSLT, and Java

I have a buildfile that 's dynamically generates via XSLT. Within that buildfile I make a java call one of the args passed into that java call (via <jvmarg >) contains the property ${user.home}. On

How to deal with multi lines in the <replace > task?

Hi everybody I would like to replace two lines by only one line in a file for example change a file "notes.txt " with the following contents first line second line third line fourth line to the c

Ant Class Loader Problem

Hi I found that Ant does not properly load classes sometimes. Here is one of the script <target name "deploy_ws " depends "deploy " > <echo message "writing Axis at url ${url} wsdd ${wsdd} "

AW: AntHill vs. CruiseControl vs. Gump

After reading the chapter in Eriks and Steves book "Java Development with Ant " I had chosen CruiseControl. They have written their views of the pro?s and con?s to each continous-integration-tool so y

AW: Looping antcalls

Does http //ant-contrib.sourceforge.net/ant-contrib/manual/tasks/foreach.html help? <target name "HTML " depends "init " > <echo >... </echo > <foreach list "${devguide} ${xmleditor} " target "HTM

Recall: Best Practices & questions about integrating SCM Tools with Ant

Nau Michael would like to recall the message "Best Practices & questions about integrating SCM Tools with Ant ". -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For add

Best Practices & questions about integrating SCM Tools with Ant

I 've been doing some research lately as to trying to come up with some best practices for building components and applications. In our current environment our components dependencies (name and versio

AntHill vs. CruiseControl vs. Gump

I have been assigned with setting up an integrated build process for all of our software components. The idea being to build each component working with the dependency tree in a top-to-bottom fashion.

One-to-many dependency mapping?

Looking through the archives I notice a few requests for the ability to do one-to-many dependency checking. Has anyone created a generic task for doing this? If not I 'll look at modifying uptodate

Looping antcalls

Hi I 'm using antcalls to call a target heres the code I 'm using <target name "HTML " depends "init " > <echo message "Converting xml documents into html "/ > <antcall targ

Q: ExpandProperties does not expand properties defined in the same file

Hi all I have a question on LoadProperties/ExpandProperties. This is a portion of my build.properties classpath1 ... classpath2 ... classpath3 ${classpath1} ${classpath2} When I use

Problems running CORBA program with ant

Hello all I 'm having problems running a simple test program using the Java 1.4.1_01 implementation on Linux. The small test program looks like this //Test1.java import org.omg.CosNaming.* import

Stripping extensions without file operation

Hello what I intend to do would look somewhat like this in ant <mapper id "stripclass " type "glob " from "*.class " to "* "/ > <fileset id "anID " dir "${somedir} " > <include name "**/*Test.clas

Hi Can some tell me the Deployement steps for the EJB on WebLogic6.1 using A

Hi Re Hi Can some tell me the Deployement steps for the EJB on WebLogic6.1 using ANT Expect to hear from you soon. Thanks in advance Uday Singh --- Conor MacNeill <conor@(protected) > wro

Modern compiler not found - looking for classic
compiler

I am trying to execute ant programmatically from a servlet running in weblgic server(6.1sp4). Everything works fine but stops with the following error. When I run from command line it works great. I

<javac > not creating package subdirectories

the following task (only 1 java file) <javac srcdir "${src}/api " optimize "on " classpathref "classpath "/ > creates a .class file in the ${src}/api directory even though the java file has this statem

uptodate bug?

I have a really simple Ant script (below) which appears to show the <uptodate > task not working as documented. I 've tested this on both unix and windows Ant 1.5.1. Can anyone reproduce it and/or tel

No such method error when using jd1.3.1 with ant1.5.1

I am trying to use ant1.5.1 with jdk 1.3.1. I am getting an error No such method error in String class. The method is replaceAll(String str1 String str2) Any feedback is appreciated. -HP -- T
Page 340 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.