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

How to use regexp replace task with ant 1.5

Hi I am trying to use the replaceregexp task of ant 1.5 to match and replace certain patterns here is the sample <replaceregexp file "${Dest}/sample.cmd " > <regexp pattern " _sample_c

Running Ant Headless with

Hello I am experiencing something weird when running Ant headless with WSAD. I am using WSAD 4.02 Ant version 1.4.1 (under WSAD plugins) and the runAnt extras provided by IBM. I have 13 build f

Style task failure

I 'm using the <style > task to run a DocBook document and I 'm getting the following exception [style] Fatal Error! org.apache.xml.dtm.DTMException No more DTM IDs are available Cause org.ap

Re: Copying .properties files into to classes directory using the war   
task

This is the way I do it <war ..... <zipfileset dir "currentdir_of_your_file " includes "your_file.properties " prefix "WEB-INF/classes "/ > ..... </war > Laurence "Markus M. May " a ?crit > Hello >

LoadProperties bug? (Was: Re: ExpandProperties task)

Thanks. That 's exactly what I wanted. But then I would suggest that it should be mentioned in the manual that LoadProperties does not expand ${...} constructs in the file. The manual said its equival

Running Ant 1.4.1 Headless with WSAD 4.02

Hello I am experiencing something weird when running Ant headless with WSAD. I am using WSAD 4.02 Ant version 1.4.1 (under WSAD plugins) and the runAnt extras provided by IBM. I have 13 build f

passing of properties from a child ant task to its parent

Hi I have 2 differnt build files -- one is a general one (build.xml) and the other is used by CruiseControl (ci-buld.xml). The ci-build.xml mainly uses the build.xml file with <ant > calls. This works

pulling .jars from a path?

hello. is it possible to pull all the .jars listed in a path as a fileset (for inclusion in the "lib " nested element of the "war " task)? the reason why is because i 'm using a build.properties to ma

copy ignore non-existent

Is there an easy way to copy a fileset and ignore if the directory does not exist? ie <copy todir "destination " overwrite "true " failonerror "false " > <fileset dir "non-existent-dir "/ > </copy > I

ejbjar not adding manifest properly

Hello I am using ejbjar to build weblogic ejb 's. I have specified manifest file through manifest attribute. When ejb jar is built manifest got added but the content with in the manifest file is emp

Re: Copying .properties files into to classes directory using the
war task

White Joshua A (AG COMM) wrote > Erik > > As far as I know the <classes > element only copies .class files. Any other > suggestions? Not true it 'll include any file. -chris > Joshua > >

RE: Copying .properties files into to classes directory using the
    war task

Erik As far as I know the <classes > element only copies .class files. Any other suggestions? Joshua -----Original Message----- From Erik Hatcher [mailto jakarta-ant@(protected)]

Copying .properties files into to classes directory using the war    task

Hello I don 't think that you can use the WAR Task to copy a file. But what about the copy task? It is implemented without any restrictions to the underlying OS so that you can use it on Windows as

Copying .properties files into to classes directory using the war task

To put a file in the WEB-INF/classes directory using <war > simply use a nested <classes > element. Erik On Tuesday January 14 2003 at 09 30 AM White Joshua A (AG COMM) wrote > Hello > >

Copying .properties files into to classes directory using the war
    task

Hello I am using the war task to create the war file for my struts application. I would like to copy a .property file into the WEB-INF/classes directory. Is there a way to do this using the war ta

token replacement in directory names instead of file content

Hello I haven 't managed to replace a token in a directory file name during a copy or a move task example I 'm using tokens that need to be replaced in configuration file AND in directory names <

WG: AW: AntHill vs. CruiseControl vs. Gump

I have CC running on my machine and it seems that CC reads the Ant buildfile each time if it starts a build. I can change the file and CC will use that in the next build. BTW I needed two hours to

AW: emailing upon build finishing

You can send an EMail with the <mail >Task. I let CruiseControl send EMails via MS Exchange. Simply define the Mailhost (name or IP). Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Roman Rytov [m

ExpandProperties task

I used this task to try to expand the ${...} in my build.properties but it doesn 't seem to work build.properties ... lib ./lib classpath_a ... classpath_b ${lib}/... ${lib}/... classpath ${classp

emailing upon build finishing

Hi I have to introduce the process of when of a build is finished a number of people are emailed according to whether the build has failed or been successful we ware using Microsoft Outlook as our m

CVS Problem..

Hi I am getting exception like this while checking out from WinCVS.I am using NT 4.0 machine. This is the screen shot [cvs] Caught exception CreateProcess cvs -d pserver ramakumary@(protected)

Out of office message

Not sure who the admin of this list or how to send them an email but if you get this how about unsubscribing this guy so all of our inbox 's aren 't full with his out of office messages in the morning.

Morgan Fletcher/GLOBAL INTERNET TECHNOLOGY/VODUS is out of the office.

I will be out of the office starting 01/13/2003 and will not return until 01/15/2003. I will respond to your message when I return. -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected)

Accessing information from a manifest

Is there a way within ant to access information from a manifest. It looks like the <manifest > task is designed to only set values not retrieve them. I want to present the current "Specification Vers

A built-in mechanism to include build-file fragments

Maybe this is a solution for the requested ant2.0 feature "A built-in mechanism to include build-file fragments "... It is a plugin based of the original ProjectHelperImpl. So it can be used without

SQL target commits code as single line in oracle

Does anyone know how to get the sql tag to create objects in Oracle with multiple lines? The target seems to read in entire files ignoring the line breaks. I am running ant on Unix against Oracle 8

R?f. : RE: $${${}}

I 've downloaded the last archive from http //sourceforge.net/projects/ant-contrib/ but I didn 't found anything speaking of a <copyproperty > tag. Could you help me a little more? TIA Lo?c Extra

R?f. : RE: Nightly Ant scripts

Yes you can if you set correctly the JAVA_HOME and ANT_HOME environment variables and if you use the windows scheduled tasks. Lo?c Extranet paul.collins@(protected) - 13/01/2003 19 05 Veuillez

$${${}}

Hello all I would like to know if their is a way to do this with Ant build.properties file application.environment?v application.dev.property1 hello application.production.property1 foo build.xml

Problem with <istrue > element

I 've got an Ant document with a target that I only want executed if an associated property is set to true and NOT executed if the property is set to false. I set up the following property <proper
Page 339 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.