how to loop over properties

2002-07-08 Thread Weinmann, Alexander
Title: how to loop over properties Hello ANT users, Given a number of properties, I want to loop over all properties starting with a given prefix and call the same task on every such property: Example: For all properties "myprop" starting with PREFIX call: Does anybody have an id

AW: Javadoc via web proxy

2002-01-11 Thread Weinmann, Alexander
My solution is to put package-list locally somewhere and tell javadoc to generate the links "offline". This works in ANT as follows [...] http://java.sun.com/j2se/1.3/docs/api"; offline="true" packagelistLoc="c:\temp\package-list"/> > -Ursprüngliche Nachricht- > Von: Richa

AW: Copy-Task only if target file does not exist

2001-11-27 Thread Weinmann, Alexander
Thanks! I will try it out soon. Could be good enough to serve my needs > -Ursprüngliche Nachricht- > Von: Holger Danske [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 27. November 2001 15:44 > An: Ant Users List > Betreff: Re: Copy-Task only if target file does not exist > > > I

Copy-Task only if target file does not exist

2001-11-27 Thread Weinmann, Alexander
Title: Copy-Task only if target file does not exist Hello ant-users, Is it possible to do a copy task only if the target file does not yet exist.   does the copy if the file does not exist, and it overwrites the file, if it is older than the original file. What I  need is a copy task that ne

AW: Problem with the Copy-Task when used for non text files

2001-10-25 Thread Weinmann, Alexander
fileRealm.properties"/>                        > -Ursprüngliche Nachricht- > Von: Conor MacNeill [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 24. Oktober 2001 15:43 > An: [EMAIL PROTECTED] > Betreff: Re: Problem with the Copy-Task when used for non text files > > > Weinmann, Alexander wro

AW: Problem with the Copy-Task when used for non text files

2001-10-25 Thread Weinmann, Alexander
-Task when used for non text files > > > > What version of java are you using? > > On Tue, 23 Oct 2001 Weinmann, Alexander wrote : > > Under windows 2000 I experienced several times that > > the > > copy task did not work as expected. License files and

Problem with the Copy-Task when used for non text files

2001-10-23 Thread Weinmann, Alexander
Title: Problem with the Copy-Task when used for non text files Hello ANT-Users, Under windows 2000 I experienced several times that the copy task did not work as expected. License files and other "proprietary" formats seemed to have changed [when read from other applications] after being cop