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 305 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

more than one property file (-propertyfile)

Hi I have to property files which I want to add to the ant call ant -propertyfile c /a.properties -propertyfile c /b.properties build Which property will be used if both files contain the same

Delete entry from zip?

Hello With the current release is it possible to delete an entry from a zip/jar/war file without expanding it to a temp directory? Solaris and Linux provide a zip command with a -d option to do

Ant task needs optional override of properties

<ant dir "subproject " inheritall "false " > <property name "override.prop " value "${undefined} "/ > </ant > In the above case I need to override a property in the sub project 's build file. This is sta

Standard Ant Build for WSAD 5.0

Guys Recently moved from JBuilder 6/7/8 to WSAD 5.0 Borland provides a generic ant build file which takes jpx file as an input and perform the task(s) using the properties defined by JBuilder a

Eclipse/WSAD & Telnet task

Apologies if this has been asked before and I think it may have been asked but I 'm using the telnet task from inside IBM WSAD (i.e. Eclipse) and the telnet task doesn 't seem to return output to my '

Background task to start Tomcat 4.1

How do I run a background task to start Tomcat 4.1 in Ant? I want to start the server if it is not running yet. However the <exec > and <java > tasks I tried don 't seem to be able to do that. I also

R?f. : RE: beanshell script and property write

Can I create an ant property in my beanshell and set its value ? Gilles KOFFMANN Dominique Devienne Pour " 'Ant Users List ' " <user@(protected)

beanshell script and property write

Hi I 'm using beanshell script. I can read a property but it seems that I can not write to it. Here 's the example <property name "revision " value "1.1 "/ > <property name "revisionNum " value "anythi

Problems trying to generate xml help with xdoclet

Hello. I would like to generate an xml help for the anttasks and running the build from proposals I 've got an OutOfMemory error. Does anybody know how to solve this problem? What are the plans abou

Antcall - continue on fail or ant continue on fail...

Am I over looking something? I have a target that performs antcalls to other targets but if one fails they both fail. Is there a way to make them continue if one fails?

AW: Conditional logic in ANT build scripts

<target name "dev-check " > <condition property "dev-check " > <isequal arg1 "dev " arg2 "${environment} "/ > </condition > </target > <target name "dev " depends "dev-check " if "dev-check " >

Conditional logic in ANT build scripts

Hi I know that the 'if ' attribute in the 'target ' task can be used to determine whether or not a target should be executed. However it is my understanding that the 'if ' attribute does not take int

AW: Asking again: How to echo the target

ASAIK you can?t. What shoult ${target} be if you call ant clean build install ? But you can write a wrapper script which stores the arguments as parameter --8- <--- ant2.bat ----8- <-------8- <-----

two out of three ...

Hi everyone I got Ant 1.5.2 binary distro up instantly on 2 out of my 3 machines. But not on the one I primarily use for Java dev so I am confused. I 'm sure there is something wrong with my CLA

FTP optional task does not find the class

Following is the code from test build script <project name "test " default "test " basedir ". " > <target name "test " > <taskdef name "ftp " classname "org.apache.tools.ant.taskdefs.optional.net.FTP

Asking again: How to echo the target

If I invoke ant with 'ant build ' with the following build file <target name "init " > <echo message "ant was invoked with target ${target} "/ > </target > <target name "build " depends "init " > </targe

CVS checkout given a file and version list.

Just say i have a textfile which specifies the names and versions of the files that i want to check out. foo 1.3 bar/foo2 1.4 bar/hello.txt 1.3 Does anyone have any ideas on how to get Ant to rea

AW: <IF > <ELSE > Task

Does http //www.jguru.com/faq/view.jsp?EID 1072238 help? Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Jeremy Nix [mailto Jeremy.Nix@(protected)] > Gesendet am Dienstag 8. April 2003 17 29

<IF > <ELSE > Task

I 'm trying to create a build.xml that will build my application(s) to a particular environment...local test production. My first thought was to create multiple tasks to do handle this but I 'm find

Telnet to NT4

Does anyone have any experience with connecting to a NT4 box with the telnet connection and running build commands via ant? I cannot seem to login! I am currently using http //sourceforge.net/proj

AW: How to read a file without the first n lines

They work ... but not like hoped -( <headfilter > with negative lines-attributes gives nothing and <tailfilter > with negative lines-attributes gives the whole file. Jan Mat?rne > -----Urspr?ngliche

AW: JDK1.4.1 and java

Have you tried <javac > <compilerarg > to set that values? compilerarg You can specify additional command line arguments for the compiler with nested <compilerarg > elements. These elements are specifie

JDK1.4.1 and java

Hi all I just ran into problems using JDK1.4.1 and java "c ". The compiler has an Out of Memory exception while compiling a large project (~11000 files). This is a problem of our software definitely!

Forcing an overwrite with VSS tasks...

Is there a way to force an overwrite when doing a GET from VSS?

How to read a file without the first n lines

I have problem I want to compare two files. I know that the first two lines differ (they contain a timestamp) but that can be ignored. So the content of lines three to n is interesting. With <filt

.cvspass

Hi how to set up a new entry to the cvspass file? Juraj

javaDevWithAnt

I got to problems First <eccoproperties/ >in build.xml make errow but i simple delete that line. It wasn 't of anny importens OK. seccond common.org.example.antbook.common.SearchUtilTest.java -impor

head to the polls

Its time to vote again this time for Java Developer 's Journal Readers Choice - http //www.sys-con.com/java/readerschoice2003/liveupdate.cfm?BType 1 All three primary Ant books are listed there.

vebose option

This is one of those simple things no matter how hard I look I can 't find the answer. Say I have 5 ant tasks inside my main build.xml. Number 4 is misbehaving. In isolation I can run 'ant -buildfile

setting property using <script > task

I need to do some processing using the <script > task and set a project property at the end but it doesn 't seem to work. Can some one point me to the right direction ? Thanks. output c >ant -f
Page 305 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.