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 191 of 343 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10   Next 100  

My 1st Ant Script. having trouble

Hey guys this is my 1st ANT script. 1st of all i get a bunch of java cannot open zip errors. i think maybe the ClassPath i set in <java > might not be getting all the jars in that lib directory. I th

ClassLoading within <script > using javascript

I have a file stucture like so ./build.xml ./lib/foo.jar foo.jar is NOT on my classpath when I invoke ant. I want to be able to dynamically load classes from foo.jar or append the jar to

BuildMonkey v1.1.8

Apologies for the wide alias. BuildMonkey v1.1.8 has just been released and is available for download at www.buildmonkey.com. This release fixes a number of bugs including a particularly anno

Error Handling

You can use the ant-contrib (http //ant-contrib.sourceforge.net/) <trycatch > task (http //ant-contrib.sourceforge.net/tasks/trycatch.html) "Trytask is a wrapper that lets you run a set of tasks and o

flatten question

Greetings - I want to take all the files from a directory tree flatten them into one directory and tar that directory. The problem I am having is that the directories themselves are being created

Generate XML from ant

Hello i want to know if there is a mechanism inside ant 1.6.1 which allows to generate build.xml. In fact i must make a tool which generate build.xml file and i want to use the ant API in ord

Ant commands for websphere4.0?

Hi Do anybody have any ant scripts for any of the below tasks in websphere 4.0 1.stopping the server group 2.deploy the ear on one of the node 3.copy the deployed ear to clustered env 4.start

xmlcatalog example for schema

Does anyone have a working example of using xmlcatalog with an xmlvalidate task? I have searched the ANT docs and every xmlcatalog related bit of info I can find on the web but I don 't seem t

http://ant.apache.org/manual/CoreTypes/xmlcatalog.html

The link to 'path ' in "catalogpath " topic is incorrect. The link is correct in a previous paragraph but wrong in this one. Michael Giroux

RE: how to cause Ant BuildException in a JACL script inside an An
   t build.xml

I don?t know JACL but with JavaScript that works <project > <script language "javascript " > <![CDATA[ importClass(Packages.org.apache.tools.ant.BuildException) throw new Bu

Automating Build and Testing process

Hi All I am going to automate the whole process from building the product to testing it and this is what my approch will be 1) As soon as you run ant command it will get the latest source code f

Problem expanding gzip Corrupt GZIP trailer

Hi When I use the gunzip task to expand a xyz.dmp.gz file it extacts the achive but at the end I get the Message "Problem expanding gzip Corrupt GZIP trailer ". What does it mean and what can I do

<javadoc > 's <tag > for JDK 1.4+

Unless I 'm mistaken Ant (1.6.0) doesn 't output the scope information specified in the <tag > nested element of <javadoc >!? If I use <javadoc ... > ... <!-- Custom tags for JavaBeans -- > <

JavaNCSS

Does anyone know where I could get the JAR/sources for JavaNCSS the Java metric library? The URL http //www.kclee.com/clemens/java/javancss/ has been broken for me for a few days now. Thanks for an

How do I use clearcase commands from ant?

Hi How do I use clearcase commands from ant? For eg I want to run cleartool rebase -recommended Thank you SD

how to cause Ant BuildException in a JACL script inside an Ant build.xml ?

I have a JACL script inside an Ant build.xml and under certain conditions I want it to cause a standard Ant BuildException. What I tried was set buildExc [java new BuildExcep

Can not get <chmod > task change file access in LINUX

I am using Ant version 1.6.1. Here is the syntax I am using <chmod dir "${distribution.arb.dir} " includes "*.sh " perm "ug+rx " / > I also used <exec dir "${distribution.arb.dir} " ex

Problem downloading files using the ftp "get " task

I cannot get the optional ftp "get " task to work. I 'm running Ant 1.6.1 on Windows 2000 and I 'm communicating with an SGI running Irix 6.5. "commons-net-1.2.1.jar " and "jakarta-oro-2.0.8.jar " are

Problem to set property with refid

Hi all I 'm trying to do the following <for list "${dynamics} " delimiter " " param "dir " > <sequential > <path id "sources.path " > <fileset dir "${env.CCWSCA}/@{dir} " >

Ant/WinZip/WEB-INF/WAR

After searching online I know this is a persistent problem for Windows users -- lower- vs. upper-case WEB-INF directories using the Ant WAR task. I have changed the setting in WinZip and am still

CVS checkout restrictions ?

Hello I have the following problem. My application consists of some Modules. Each module also has dependencies to other modules. So my structure looks like this (example) App M1 M2 M3

How can i print out the contents of the classpath?

Hi How can i print out the contents of the classpath? How can i print out the contents of the classpath using ref-id? thanks Barry

version 1.10 of xmltask

...can 't get download...tried various locations from sourceforge... Could not read file. Go back. /home/ftp/pub/sourceforge//s/so/sourceforge/xmltask/xmltask-v1.10.jar May 17 2004 17 35

Question on both file and directory selection

I have a directory structure under build Myhome/compass/build/lpconfig/* /applications/* *.properties

reflectant task

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html charset koi8-r " > <META content "MSHTML 6.00.2800.1400 " name GENERATOR >

Capturing standard and error output from java with spawn= "true "

Hi All! As Matt Benson pointed out in this list earlier output/error are incompatible with spawn "true " in a java target such as <target name "tickerclock " > <java classname "clock.Ticke

Pause Task?

Hi All! I have a batch file that I would like to convert to an and build file. It has a number of tasks that must be initialised consecutively but initialisation takes an arbitrary length of

replaceregexp - Speed Issues

I 'm generating a large collection of files (thousands) in an ant build process and then I need to regex replace the files with five different regexs. I am currently using fix calls to replaceregex

bsh Ant scripting

A coworker forwarded me the link to this article by a former coworker (or someone with the same name anyway) http //alexwinston.com/blog/2004/05/14/1084543022000.html -Matt _____

SQL Command Output?

I am using the sql task of ant. working with ant 1.6.1 the task is <target name "sql-test " > <sql driver "oracle.jdbc.driver.OracleDriver " url "jdbc oracle thin @(protected) 1521 ora92 "
Page 191 of 343 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.