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

Urgent problem (Thanks for any Help)

ChainableReader behavior

I 'm trying to figure out the behavior of ChainableReader implementations under copy type tasks. In particular it seems that the Reader has its initialize() method called for each file being copied w

Problem running ant outside WebSphere 5 development enviromen      t

Thanks able to access the document now. Document http //www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html has ended up confusing me. I am new to both ant and to webSphere I

RE: Problem running ant outside WebSphere 5 development enviromen
      t

http //www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1. html If you still can 't access it you may have to login to your IBM account. Sten > -----Original Message----- > From

Problem running ant outside WebSphere 5 development enviromen   t

Thanks for the link but I cannot access it I put in the url bit by bit got to this stage http //www-3.ibm.com/software/wsdd and was informed that

Need help on creating a task

I am having problems with creating my own task using ant. I have looked at examples but they are not detailed enough to give me a better idea of what I should do. I am suppose to create a java file

Problem with <formatter > tag inside <junit >

Ant is crashing if I put a <formatter > tag inside <junit >. Here 's my target <target name "test-this " depends "build " > <junit fork "true " haltonfailure "true " showoutput "true " printsummary "tr

properties, ant task and isset

Hello I am noticing interesting behavior and have a theory as to what is happing. Basically I am calling an <ant > task with some nested <property > tags. These properties may or may not be set at t

Patch solution?

how about putting in your init target (or whatever you 're using) different ways to set up the classpath based on whether or not that patch variable is set. If true look to the build.property files f

copy,fileset,mapper

I 'm having trouble doing the following. 1 Identify a list of changed .java files in a source/patch-directory. This is a subset of the complete list for the release. 2 Use that list to copy the *relev

Re: Problem running ant outside WebSphere 5 development
enviroment

did you add ANT_HOME/bin to your path? Jake At 05 48 PM 1/30/2003 +0000 you wrote >I can run ant inside websphere no problem but our project dictates that >sometimes we have to run ant outside t

RE: Problem running ant outside WebSphere 5 development enviromen
   t

Maybe you should have a look at this http //www7b.boulder.ibm.com/wsdd/library/techarticles/0203_searle/searle1.h tml Sten Rosendahl (stro@(protected)) IMI Industri-Matematik International - THE ORDER CO

Problem running ant outside WebSphere 5 development enviroment

I can run ant inside websphere no problem but our project dictates that sometimes we have to run ant outside the websphere environment. I followed the steps as laid down in the help Manuel until I g

Windows 98 patternset include not working

I 'm trying to run some unit tests on Win98 and the following patternset appears to be broken (only in Win98 other Winz are ok) <patternset id "pattern.jars " > <include name "**/jars/*.jar "/ > </pa

RES: nohup not working with ant

I had the sam eproblem running a JBoss process in nohup at a SunOS uname -sr SunOS 5.6 Does anyone have a clue about this ?? [] 's Tiago. -----Mensagem original----- De Gruenewald Terry E [mai

nohup not working with ant

When I run ant using nohup and in the background it runs okay. However if I then log out of my session ant exits as well. Has anyone run into this before? Does anyone know how to fix this so tha

Multiple values in sql task with Ant

Hi. I 've searched through archives but I wasn 't able to find correct answer to this question... I 'm trying to get multiple fields values from a sql task into several variables. For example <sql ...

Javac task, build.compiler file

Hello For the javac task I would like to know if it is possible to set the attributes source failonerror debug into the build.compiler. Thank you

project management w/ ANT

Hello ! Here is how I did work with ant for now I have a script that generates all build.xml files from a build.xml.template and a rbuild.xml.template and from the top src directory. build.xml.temp

Supplying Parameters to xslt 's called from ant.

Hi I 'm using the ant style task and I was wondering if their 's a way to pass parameters to the xslt I 'm using? any suggestions? cheers Jerome

Expand Ant to "Undo " Executed Targets

Hi I 'm using Ant targets to render GUI panels for a Config. Wizard application. At the last panel I would like to be able to go back to previous panels for correction before executing the configura

Quick GenJar Question

Hi I 'd like to Jar all the classes (and dependent classes) in a package without listing each class via the <class > element <genjar jarfile "Bar.jar " > <class name "com.foo.bar.class1 "/ >

copy problem

The following is a target that I would ideally like to use <target name "wsdl " depends "compile " > <java classname "org.apache.axis.wsdl.Java2WSDL " > <arg value "-P "/ > <arg value "RandomPortTy

Version_Tool version 1.1.4

Hi I have released a new version of my version_tool. This release includes some nice new features. These features include New in Version 1.1.4 VersionUpdate 1. Saves new Version number out to

Calling ant from a jsp (more and more...)

Hi! I 'm new in this list. I checked out the archives looking for ways of calling ANT from a jsp/servlet but I didn 't find the right solution. My idea is to create an update system using ant and wit

Filter task

Hi dear list! I am using ant1.5.1 and I have the following problem I want to write in a XML file with ANT but I don 't know do it. I thought to use the filter task but it is for TXT file isn 't it?

Determining if a build failed or not...

I would like to send an email regardless of the success/failure of a build. Currently it goes like this Ant is called with the appropriate target to create an ear file (so complete build is done) fr

jspc and EmptyStackException

I 've just started trying to use the <jspc > task and get a java.util.EmptyStackException - searching the mail-list indicates that a few other users have seen this problem. Has anybody any idea what m

javac task w/ antcall does release memory ?

Hello ! I have a project with hundred of directories with java files and becoz of J2EE packaging I have to generate on jar for each directory. I currently launch one javac task per directory not to h

Deriving new properties based on existing properties

Is there any way to derive new properties based on existing properties? For example given a property with value "user " I want to derive another property with the first letter capitalized i.e. "User
Page 334 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.