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

ftp Login via proxy fails

Hello ftp task fails when logging in to the ftp server. Connection seems to be established for short then the login fails and afterwards the server disconnects. I really don 't know what I 'm doing w

arbitrary XML in custom ant tasks?

I 've recently started to try and generate custom ant tasks to handle some software testing issues for a framework we develop (at the company I 'm working for that is). I have been able to generate so

classname from class filename

Hi All Besides using <propertyregex ../ > from ant-contrib is there another way to convert a class filename (full path /path/to/com/my/package/SomeClass.class) to a class name ? com.my.package.Som

RE: order of <property file=... > 's and <property environment= "env
    "... >, and u

> From Ray Tayek [mailto rtayek@(protected)] > > hi trying to develop a set of ant scripts for use as starting points in a > small .com that makes web apps (mostly servlets and now a little web

order of <property file=... > 's and <property environment= "env "... >, and usage of

hi trying to develop a set of ant scripts for use as starting points in a small .com that makes web apps (mostly servlets and now a little web services). mostly getting ant and junit to play nice in

How to set ZIP file comment?

Hello Do you know how to set a zip file comment? There seems to comment attribute on <zip > task. - Alexey.

compilation dependency from one subdirectory to another?

Hi all What is the correct way to do the followings? If module A depends on the classes from module B then how can I use ant to do it? The build.xml in src directory is building B then A. So that

how implement an iteration of tasks

Hi all I need to execute an ANT task N times where N is the length of elements that I have to load up from a file. Each element is a parameter for the task ANT. Is there a way to implement tha

Absolute Path

hello everybody Its very newbie question can anybody tell me how can i get an absolute path of tango.jar file. Suppose Tango.jar file is created after sucessful build in a directory called d

How to port Code with Execute to SSH

Hi we have customized AbstractCvsTask to our needs but we need to support SSH. AbstractCvsTask uses the class org.apache.tools.ant.taskdefs.Execute. How can I modify my code to support both? Zso

Re: task <java ...fork= "true " >: from which directory is the java
command star

Rudolf Nottrott wrote > Hi > > I have an Ant <java... > task that runs a database program named > org.hsqldb.Server see below. The argument to the Server is a > database name "-database testxy

incorrect package name in .java files Re: Please help with Ant/Junit

All Just resolved this issue and would like to share it with you all. This is basically caused by incorrect package name declaration from *Test.java files. The package names do not match up with th

Setting up javac task and having it resolve dependencies

I am setting up Ant to do nightly builds of a complete source tree -- but in the javac task it errors off when there are dependencies in a package different from the current package for example here

task <java ...fork= "true " >: from which directory is the java
command started

Hi I have an Ant <java... > task that runs a database program named org.hsqldb.Server see below. The argument to the Server is a database name "-database testxyz ". The database testxyz.* is su

Re: can anybody help me running Antelope(application for running
Ant)

Shailesh The short answer is java ise.antelope.app.Antelope [build_file_name] The longer answer You need to put the ant library files in your class path. Read through the run.xml file to see whi

exec task and linux

We recently ported our product to linux and are finding a very serious problem with the <exec/ > task behavior as opposed to windows and solaris. The linux <exec/ > task sometimes blocks unless we red

WinXP AbstractCvsTask problem....

I recently upgraded from Windows2000 to WinXP and now my shiznik doesn 't work! Once I call the execute method from AbstractCvsTask it never returns. I traced through the code and found that a Invoc

can anybody help me running Antelope(application for running Ant)

Hi I have downloaded Antelope(an application for running Ant) and am trying to run it directly as if iam running an applet. Although i can run this Antelope application from it 's startup command an

Including the value of properties defined in a build.xml in source files suc

> (1) Use Ant-like properties in the web.xml files (of the form > ${name}) > and use the <replaceproperties > Filter. Your web.xml > files thus act > as templates and your <copy > (+filter

MailLogger

Hello There I wrote a build.xml in order to build my project on a daily basis using ANT. I 'd like to send the output of that daily build to my email account. I read that it 's possible to use MailL

ant and cvs

Hi all. I 'm new to building ant build.xml files. I 'm trying to build a mechanism in the build file that wil allow me to check out a tagged file and grab the tag from a version.properties file. I ha

Antwort: <junit > fails when using JDK 1.4.2 but works with JDK 1.4.1?

Solved the problem myself. The key to success is to use the reloading option in the junit task <target name "test " depends "compile " description "regression test - reports will be printed on

<junit > fails when using JDK 1.4.2 but works with JDK 1.4.1?

Hello I have the following directory structure c \paramconv\ c \paramconv\build c \paramconv\src The build file which can be found below works fine with JDK 1.4.1 and ant 1.5.3 or 1.6.0. <projec

junit.jar or not?

All I am using 1.6 ant. In the $ANT_HOME/lib there is an ant-junit.jar and when i compile the code ant complains no junit.jar. So if i put the junit.jar (3.8.1) things are working just like 1.

Sorting List Posts was:Re: Attention Moderator

Mark McKay wrote > I recently subscribed to this mailing list and was wondering if it > would be possible to have the mailer prepend the string "[Ant] " to every > post sent out? I subscribe to se

Attention Moderator

Hi I recently subscribed to this mailing list and was wondering if it would be possible to have the mailer prepend the string "[Ant] " to every post sent out? I subscribe to several mailing list

RE: Including the value of properties defined in a build.xml in s
   ource files

> From Adrian Beech [mailto a.beech@(protected)] > > G 'day > > I was wondering if it is possible to include the value of properties > defined in the build.xml file in source files such as web.x

Re: Including the value of properties defined in a build.xml in source
files s

Adrian Beech wrote > G 'day > > I was wondering if it is possible to include the value of properties > defined in the build.xml file in source files such as web.xml? I have > three staging environm

Including the value of properties defined in a build.xml in source files such as

G 'day I was wondering if it is possible to include the value of properties defined in the build.xml file in source files such as web.xml? I have three staging environments which have platform speci

Problem with command arguments

I have an Ant task that I am writing which is invoking a Windows Command Line program. An example of the string I am attempting to contruct is pcli Put -prd \pvcs\vm\sampledb aC \test -o -m "My De
Page 218 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.