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 311 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  

Pattern Matching

I am trying to use a fileset to copy some directories & files to a new target location as follows - <copy todir "${source_dir} " > <fileset defaultexcludes "no " dir "${target_dir} " > <exclude

antidote

Where can I download antidote ?

information about ant

I am curious about how I may be able to benefit myself by understanding ant. I am a java developer and create mainly j2ee apps. I have run into a lot of people who say I need to understand ant but t

Copy on mac OS X

Hi all I try to use some build file I wrote on windows on a Mac OS X and I 'm facing a stupid copy issue. So a few question concerning Mac OSX Is there a way to define a clean copy on MAC OS X? I mea

EJB Clients Task

Hi is there an EJB Stub Generate Task available? I didn found one. -( Juraj

How to change a property value

I have set <property name "JAVAC_G " value "on "/ > and I am using it like <javac srcdir "xxx " destdir "yyy " debug "${JAVAC_G} " > I have made two targets one for development and one for release. What

Issue with [:blank:] (was: Issue with '= ' within <regexp/ >)

Andreas Ames <andreas.ames@(protected) > writes > <regexp pattern "^([ blank ]*)VERSION__([ blank ]*) (.*)$ "/ > > <substitution expression "$1 VERSION__$2- )$3 "/ > > > (only the ' ' added to the patte

IF task

we are currently looking into going over to ant in our developement but I have a small question. I have found that both antelope and ant-contrib provides an IF task and I was wondering if a task lik

AW: newbie - creating a new build script based on a project file
    stor ed wit

Simple XSL-Transformation. E.g. with <xslt > with Ant. <xslt in "myJPX " out "myBuildXML " style "theXSL "/ > Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Chris Mcewen-TM [mailto Chris.Mcewen

ear file distributions [success!]

Ok TINY little error. In the application.xml there was an entry for a war file that didn 't exist (we 're not to that stage yet). WL prints out two lines saying it can 't find it and continues loadin

Help with <uptodate >

I 'm trying to use <uptodate > to determine whether to run a zeus task or not. I want to see if the dtd file zeus uses is newer than the .java files zeus last generated. I have the following in my build

ear file distributions...

is there any reason WL6.1 would not like an ear file prepared by ANT? There are two build processed here one using nmake and one that I wrote using ANT. For WL5.1 mine works seamlessly. For 6.1 s

Issue with '= ' within <regexp/ >

Hi I 'm sure I 'm missing something obvious but I 've got a problem I don 't know how to deal with. I 'm using ant 1.5.1 (prepackaged on Debian) j2sdk 1.4.1 oro 2.0.6 I 'm using a <replaceregexp bylin

nested property name

Is there a reason why <property file "${specjbbScriptsHome}/specjbb.properties "/ > <echo message "${timeoutSeconds.${level}} "/ > doesn 't work? this code <property file "${specjbbScri

How to echo classpath

Hi all I am a new Ant user. I need some help. I am trying to include the following in my classpath dir ${app.bin} all jar files under ${lib.busear} dir ${j2ee.classpath} And this is

RE: newbie - creating a new build script based on a project file
   stor ed with

Jan How do I execute this script against a project file (*.jpx)? Chris -----Original Message----- From Jan.Materne@(protected) [mailto Jan.Materne@(protected)] Sent March 25 2003 5 10 AM T

Mixing compression within jars

Hello We 're running ant 1.5.2 and having problems getting compressed and uncompressed files in the same jar. We have two jar tasks set up for each jar the first creates the jar and adds the comp

AW: ftp task failed

If I remember right you are working with Ant 1.3. Why don?t you update to 1.5.2? (1.5.3 beta is available). I think you?ll get lot of problems because the old version. Most of the people can?t repro

ftp task failed

Hello guys Thanks for your help. I could jar the stuff that I wanted to. It is failing on the next target. Its not able to ftp the jar file to the server. It is complaining on the ftp task. I copied

jarlib-display task

I try to run the <jarlib-display file "myfile.jar " > with ant1.6alpha But nothing it 's display

jar -- "destfile " attribute is not supported

Hello Ant users Please help me with jar target.. I am getting the following error on the package target which creates a jar file. This is the error as shown below and it says that "destfile " attrib

One question about ANT

Hi all This is my build.xml I 'm trying to re-use a task as if it was a function This is part of my build.xml <target name "funcionVssCreate " description "Crea el directorio especificado como '

JSPC Task for OC4J

Tried to find one and finally broke down and wrote one. It utalizes the JavaCommandLine class in ANT to execute OC4Js JspC class. Allows nested Classpath 's and FileSets to make it easy to include

AW: environment variable

You can?t. Besides native windows applications (like setx). Jan Mat?rne > -----Urspr?ngliche Nachricht----- > Von Samuel Blanchet [mailto sblanchet@(protected)] > Gesendet am Dienstag 25. M

environment variable

Hi How can I define an environment variable under Windows via Ant Sam

AW: conditional property setup

<target name "init " > <!-- normal properties <tstamp > ... -- > <property name "os " value " " / > <antcall target "init${os} "/ > </target > <target name "initwindows "/ > <target name "initunix "/ > ... J

conditional property setup

Hi I 'm trying to setup a bulid file that runs on both Unix and Windows. for this some properties need to be set in the correct way (unix in absolute path and windows in relative) I change my pla

Ant 1.5.3 Beta 1 Available for download

Ant 1.5.3 Beta 1 is available for download http //ant.apache.org/beta/ Please try this out and help us sort out any issues in the release. If you have any issues please raise as a bug on BugZilla

jspc and index.jsp

Arrrgg! Also when I have .. <frame name "topFrame " scrolling "0 " src "jsp/index.jsp " NORESIZE > With the mapping <servlet > <servlet-name >jsp.index </servlet-name > <servlet-class >jsp.index </servl

jscpC and index.jsp

Hi I have managed to pre-compile my jsp 's down to class files and put them in web-inf/classes. I have this entry in web.xml <welcome-file-list > <welcome-file >index.jsp </welcome-file >
Page 311 of 343 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.