Re: antstructure task

2001-06-10 Thread Stefan Bodewig
Eric Richardson <[EMAIL PROTECTED]> wrote: > Thanks, the resolvers always require the DTD to be found if they are > mentioned in the doctype eventhough they are not validating. Sure, my suggestion was to not use a DOCTYPE at all in a simple, known to conform project file. 8-) Stefan

RE: Find and replace task

2001-06-10 Thread Peter Donald
At 08:08 AM 6/11/01 +0200, Thomas Singer wrote: >Note: > >After changing the String's value, I must find it next time, too. >Without the possibility to specify wildcards in the "token" it will not work >:-( Have a look at any of CVS of any of the jakarta-avalon* or jakarta-ant projects, both of w

RE: Find and replace task

2001-06-10 Thread Thomas Singer
Note: After changing the String's value, I must find it next time, too. Without the possibility to specify wildcards in the "token" it will not work :-( Tom |-Original Message- |From: Thomas Singer [mailto:[EMAIL PROTECTED]] |Sent: Monday, June 11, 2001 7:56 AM |To: [EMAIL PROTECTED] |S

RE: Find and replace task

2001-06-10 Thread Thomas Singer
Hmm, it seams not to supporting wildcards. Am I right? Tom |-Original Message- |From: Erik Hatcher [mailto:[EMAIL PROTECTED]] |Sent: Monday, June 11, 2001 7:37 AM |To: [EMAIL PROTECTED] |Subject: Re: Find and replace task | | |Have you had a look at the built-in task? That |should do

RE: Find and replace task

2001-06-10 Thread Thomas Singer
Thanks. Sometimes I'm so fool blind, that I can see the hand for my eyes. Tom |-Original Message- |From: Erik Hatcher [mailto:[EMAIL PROTECTED]] |Sent: Monday, June 11, 2001 7:37 AM |To: [EMAIL PROTECTED] |Subject: Re: Find and replace task | | |Have you had a look at the built-in task?

Re: Find and replace task

2001-06-10 Thread Erik Hatcher
Have you had a look at the built-in task? That should do the trick for you. Erik - Original Message - From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 10:28 PM Subject: Find and replace task > Hello, > > does anybody knows of an easy

RE: Find and replace task

2001-06-10 Thread Peter Vogel
The task with filtering="yes" and a defined would work, just copy a file_containing_BUILD_DATE.raw file to file_containing_BUILD_DATE.java in your init target. -Peter > -Original Message- > From: Thomas Singer [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 10, 2001 10:29 PM > To: [EMA

Find and replace task

2001-06-10 Thread Thomas Singer
Hello, does anybody knows of an easy-to-use find-and-replace task, that I could use to solve following problem: Before compiling I want to modify Java-Source-Code, so the current date (build date) is in there: ... private final String BUILD_DATE = "2001-06-11"; ... I know, that I can do t

RE: looping (RE: Foreach task)

2001-06-10 Thread Peter Vogel
> I have been examining Python as a basis for > about two months mainly because my research has shown that a > descriptive build language will not properly solve complex build situations. AS long as you are following this path, check out "cons" which is perl-based but there is also a Python p

RE: looping (RE: Foreach task)

2001-06-10 Thread Peter Vogel
Hi Jesse, First, let me thank you for a reasoned reply! All too often on this list (which is part of what causes my own tone in many of my messages here) we have a lot of bickering and not a lot of *reasoned* debate. That said, let's see if I can rise to your level! :-) > > You can look at th

RE: looping (RE: Foreach task)

2001-06-10 Thread Jesse Tilly
Peter, You can look at the overall issue as a "teen-parent" problem and act accordingly OR you could pose questions that respond directly to the opinions committers and non-committers have made. Let me summarize my opinion about the conditional/flow-control issue and I hope you will see what I

Re: Ant <-> FTP task

2001-06-10 Thread Nico Seessle
  - Original Message - From: Alexander Saupp To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 2:07 PM Subject: Ant <-> FTP task Hi there,   i read in documentation that it's possible to work with ftp an telnet task also. I downloaded the jar file requir

Ant <-> FTP task

2001-06-10 Thread Alexander Saupp
Hi there,   i read in documentation that it's possible to work with ftp an telnet task also. I downloaded the jar file required from http://www.savarese.org and added them to the ant_home\lib directory as i did for other additional tasks.   Now, I have the problem that I don't know how to sp

RE: Including property files

2001-06-10 Thread Peter Vogel
The property file is NOT xml, it's in java "properties" format: name=value -Peter > -Original Message- > From: Jon Eaves [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 10:56 PM > To: [EMAIL PROTECTED] > Subject: Including property files > > > Hi all, > > Did a quick search

RE: A Question about conditional property setup

2001-06-10 Thread Peter Vogel
Title: A Question about conditional property setup Assuming you don't mean the builtin "basedir" property set as an attribute to the "project" tag, you could do this:               ...   And make your other targets dependent (at least indirectly) on the "init" target.   -Peter

RE: looping (RE: Foreach task)

2001-06-10 Thread Peter Vogel
Because our parents (oops, I mean "the ant committers") are trying to shelter us from "dangerous ideas". We're all just a bunch of ignorant children who cannot be trusted to use a tool intelligently... -Peter > -Original Message- > From: Mike Groezinger [mailto:[EMAIL PROTECTED]] > Sent