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 123 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

AW: New Ant Diff and Merge Tasks

> License > Tasks itself is Apache the actual Diff java code is GPL You know that if your class direcly uses GPL code it must be under GPL too? In Ant we use reflection for using GPL classe

New Ant Diff and Merge Tasks

Hi I 've created a couple of tasks that can run from within ant - Diff and Merge. I hope you find these useful - source is included. If you find any issues please contact me and I 'll try to fix t

How to hide output of an <exec > -- what about <presetdef >

While waiting for a <redirector > fix (which will neccesiate a move to 1.6.3) I wonder if I can use <presetdef > to solve my problem (though maybe not as elegently). Define a presetdef for each <e

How to hide output of an <exec > -- DON 'T use spawn=true

Oops Look like the "spawn " attribute route won 't work -) With "spawn true " the <exec > task does NOT "block " and wait for the executable to finish. I need to have the script proceed only aft

How to hide output of an <exec >

Hello all On my Windows Box I have a series of <exec > calls to do a set of Orcale database operations one of the calls look like <exec executable "imp.exe " > <arg value "$

AW: os independent paths

Ant can work (internally) with your ${build.dir}. When you want to write the content in a platformspecific format to a file you have to specify which format to use. From where Ant should know that?

os independent paths

Hi found the ant website a bit cryptic when i looked up pathconvert. I hope someone can help me. I would like to be able to take one of my properties such as ${build.dir} (defined as build.d

Does Ant support overlaying of files during Perforce sync?

As of version 2004.2 (I believe) Perforce supports overlaying files from the depot to the local drive. For example if my clientspec specifies the following //depot/EDITSolutions/DummyB2/...

Tar package in Ant!

Hi All I am using Ant Tar package to extract the archive .tar.gz. I am facing problems on Solaris if there is a space in the directory name. Do any one of you had a similar problem and fixed it?

port information

Hello All I donno if this is even possible with ant but I need to write a script/figure out a way to find out what applications are running on which port on windows machine. Any ad

what XSLT processor does Ant use? (to report bug)

What XSLT processor does Ant 1.6.2 use when run on Sun JDK 1.5.0 (5.0)? (I 'm trying to find the right place to report an XSLT-processing bug.) Thanks Daniel

AW: XmlLogger File broken

No not durign the ant process.... Maybe I need to give ant more memory to use? Actually I didn 't find the right place in my ant.bat to do this.... Would that fix the problem? wbr Roman

XmlLogger File broken

Hi After bringing my ant XSLT transformation workflow to work with your great help I encountered that I get rather strange XML log files by the XMLLogger. The XML log files seems to be brock

task - >read file - > output propertyfile

Hi i want to write an own task that reads in a txtfile and generates a propertyfile out of specific contents. Some values are always on the same line some propertys may be multiline text

Setting log level of the XmlLogger

Hello all This is a question of how ANT is used by the CruiseControl project (some cross-team synergy here yea!!). If you are not using CruiseControl and/ANT this message may not be very useful

bug in ant 1.6.3 beta1?

Hi This is probably the wrong forum to submit a bug for ant so I 'll apologize in advance and hope that someone can redirect me to a more approrpriate place to discuss bugs. I 've noticed a sub

java.lang.NullPointerException, launch.Locator.getLocationURLs

please help me if you can or have sorted already my same problem with ant. Following instructions on the installation manual I do all things described in installation but not able to build ant si

AW: Copiing newer files to a directory [was: using file names]

I forgot to mention that the files in the "target " directory have other endings that those in "source " e.g. a.xml > a_1.xml b.xml > b_2.xml Is there any kind of substring function? wbr Rom

Copiing newer files to a directory [was: using file names]

Hi Thanks for the snippet! I found out that <var name "nameOfProperty " unset "true "/ > you can reset a property. What I want to do is quite simple (although unachievable for me) I would lik

AW: [Maybe spam] Re: using file names

Ah I see. But how can I incorporate it into an <uptodate > statement? <uptodate property "copy.notRequired " srcfile "@{file} " > <!-- How to specify my @(protected) correctly? -- > </uptodate > I

using file names

Hi After using <for param "file " > <path > <fileset dir "@{src} " includes "*.xml "/ > </path > .... @{file} gives me the "complete " file name inlcuding directory information. How can I p

AW: api ref doc

Download the sources and build Ant for yourself - including the JavaDocs -) Maybe there are some points on the Gump server ... Jan > -----Urspr?ngliche Nachricht----- > Von luke@(protected)

api ref doc

Hi I 've just subscribed to this list -) I 'm looking for the api reference for 1.6.2 it doesn 't seem to be in the tar.gz file that I downloaded. It 's also not online where can I find it

classpath for custom Ant tasks

Hi I 'm writing a custom Ant task that has dependencies on our custom libraries. Is there some way I can define or code the task so it can take a "classpath " and/or "classpathref " argument?

Help with some shell script and ssh command problems...

Hi all I know this might be a little off the topic but i know this group can help me with my questions. I am trying to execute a ssh command from a shell script. When execute this script b

Re: AW: Converting new or changed files with an batch file called
from within

Huditsch Roman wrote >Hi Jim > >Thanks a lot for your solution. >I 'll straigth dive into it tomorrow morning. >Thanks! > > > a few caveats...u have to download ant-contribs jar and ma

AW: Copy to remote machine

why not just <copy todir "${target.dir}/archives " > <fileset dir ". "/ > </copy > ? You only have to ensure that ${target.dir} is not under your basedir (.) for recursion possibil

Copy to remote machine

I need to copy a directory of files to a remote machine. I want to maintain the same relative directory structure on the remote machine as defined by the local machine. Only the top level directorie

Re: AW: AW: AW: Converting new or changed files with an batch file
called from

>The <uptodate > is making my go crazy...I don 't get it to work in the way I want..... >I would like to transform just those files in "source " which have been altered in respect to the "result " dir

AW: AW: AW: Converting new or changed files with an batch file called from withi

Hi James I tried to incorporate your suggestions but I think I just made it to a certain extent.... <target name "GLP_Legislation " description "Normen Verordnungen Staatsvertr?ge ... " >
Page 123 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.