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 106 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

help with cvs task

This is probably more of a cvs question than an ant one but maybe somebody here can help. I have 2 cvs modules server and client. The build.xml in question resides in the server project/module.

Installing Ant script as Windows service

Using Ant 1.5.4 I need to install an Ant build script as a Windows service. I wish I didn 't have to do this but I may not have an easier alternative. Is there a straightforward way to do this? I '

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

What is your CLASSPATH? Jan >-----Urspr?ngliche Nachricht----- >Von Arti Singh [mailto arti_singh83@(protected)] >Gesendet Donnerstag 21. Juli 2005 21 52 >An user@(protected) >Betreff java.lang

AW: Ant Input Problem

Ant reassigns the System.[in|out|err] to its Listeners and InputStreams. Just an idea - your program could write the input to file - you start that program via <java spawn "true " > - you wait until ti

AW: nested property names

http //ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan >-----Urspr?ngliche Nachricht----- >Von jschust1@(protected) [mailto jschust1@(protected)] >Gesendet Freitag 15. Juli 2005 21 25 >An J

AW: stripping duplicates in file with <script > ?

With Ant 1.7 (maybe sometimes end of this year ) there would be support for "resources " [1]. And there is a resource collection <union > with eliminates duplicates. Jan [1] http //cvs.apache.org/vi

AW: retrieving project names with subant

Or doing something like <input property "fs.includes " message "Type your buildfiles "/ > <property name "fs.includes " value "module1/build.xml module3/build.xml "/ > <subant > <fileset dir ". " include

While Looping in ANT

Does anyone know how I implement a loop similar to a while loop? I want to keep checking to see if a particular property is set in a target once that target is executed it can be a while before th

character replace

Hello all Today seems to be regular expression day on the list so here is my input ) I have a block of code in my build script <script language "javascript " > <![CDATA[ strResou

Regexp pattern list

Hi I need to search through a set of source code for certain keywords pattern. Normally I would use <property name "keyword.pattern " value "keyword1|keyword2|keyword3 "/ >

for parallel <foreach >

Hello all Anybody ever get the following text displayed when running a parallel <foreach > task [foreach] [Fatal Error] 2 9247 Attribute "status " was already specified for element "task ". It d

replaceregexp problem

Hi all... having some trouble getting a regex replace to work... I have a JSP which contains the following line <!--Version-- > <span class "cssAboutVersion " >Version 3.0 <br >Build 3063 <br >01/01/2005 </s

javacc on multiple files

Hi I have a directory of files to compile with javacc (note the extra "c ") but it looks like the javacc optional task only lets you specify one file. I would like to be able to specify the pa

AW: Re: replacing a token in a property value

Thanks. jacques > >antcontrib has a task to do regex replacements on property values > <a >href "http //ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html " >http / >/ant-contrib.sourceforge

replacing a token in a property value

Hi Ant Experts I want to do something simple. I have a property with a given value i.e. "23/65 " and I want to replace the "/ " with a string i.e. "slash ". I expected to find a task that would defin

Ludovic Lecanuet/CLEARSTREAM/GDB is out of the office. <Original subject: 'Movin

Ludovic Lecanuet will be out of the office starting 22/07/2005 and will be returning on 08/08/2005. I will respond to your message when I return.

Moving certain folders with a folder

Hi How do you move only certain folders with a folder? Tried <delete dir "${docs.dest}/html/site "/ > <mkdir dir "${docs.dest}/html/site "/ > <move todir "${docs.dest}/html/site " > <

Recursive file matching

Hey everybody is it possible to make sure that for each class a corresponding unit test class exist? For example For these two classes /xyz/main.class /xyz/whatever.class these two classes mus

properties file read programatically

Hi I haven 't found anything in the list about that...is it possible to use ant programatically to read a property file and at the same time performing the property substitution like ant does? I woul

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

Hi Does anyone have any suggestions here?Im stumped my Ant stopped working.I cant even run a build script C \apache-ant-1.6.5\bin >ant java.lang.InstantiationException org.apache.tools.ant.Main

which build tool yields fastest incremental builds? GNU make , Jam , Ant or

> From hiren patel [mailto hiren979@(protected)] > I am working on a very large C++ project (around 12 miliion LOC > generating 450 DLLs and hundereds of source files ) and we building it > wit

Ant Input Problem

Hi I have written a CustomTask that waits for some input from a web server in a loop but if it reaches a timeout it stops. I want the user to have the option to press a and enter at anytime to ab

NullPointerException when adding listener

Hi the following build script which adds a listener at runtime fails with a NullPointerExcepton. Is this a bug just not possible or an error in my script? (Tested with ant 1.6.2) <?xml version "1.0

Build ANT 1.7alpha from CVS

On Thu 21 Jul 2005 <KrustyDerClown@(protected) > wrote > The problem is that are many JAR 's like ant-commons-net.jar with a > size of 1KB. Thats not really ok i think. Depends on what you consider OK

log4j (Pls Help)

Hi People I have been trying to an ant build script that deploys an application to weblogic serveer.However I have been getting an error which states that the log4j system has not

Ant with Eclipse question

I have been using Ant to build my projects for a number of years but am fairly new to Eclipse. I have a couple of questions about how to best use Ant while developing a project in Eclipse. Should I

sort or min/max file

I 'm trying to write a script to automate certain parts of unzipping the most recent build archive of an application (in this case NetBeans) in a certain location. However I can 't figure out a way

using arguments after the java command

I am using ant 1.6.5 Here is the command I need to execute and I would like to do this in ant as I think it could make life easier. I don 't know how to do the -f -o and -d arguments after TINICon

classpath comfusion ?

Hey A few questions When invoking ant with only ant-launcher.jar on the localclasspath(java) it automaticly picks up tasks in ANT_LIB but when i add ant.jar or some ant-* (optional tasks) (locat

which build tool yields fastest incremental builds? GNU make , Jam , Ant or Scon

Hi I am working on a very large C++ project (around 12 miliion LOC generating 450 DLLs and hundereds of source files ) and we building it with PVCS merant make. Since current full build time
Page 106 of 343 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.