You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Charles Tewksbury <te...@adhesive.com> on 2000/05/16 18:32:20 UTC

ReplaceMultiple Task

Greetings,

I have included a new taskdef for replacing a string in all files in a
directory and subdirectories.  It is generally based on the Replace task.

Usage:
    <replacemultiple
	basedir="${some.dir}"
	token="lookForTerm"
	value="replaceWithTerm"
     />

It actually extends MatchingTask vice Task and the default.properties file
would be modified by adding:
	replacemultiple=org.apache.tools.ant.taskdefs.ReplaceMultiple

Being relatively new to ANT, I'm not sure if this taskdef has already been
built and is awaiting inclusion but since I can't find one in the
repository, I am sending this out for review.

- Charles W. Tewksbury



403 on CVS files?

Posted by Michael McCune <mc...@pop.peoplescape.com>.
Any reason I get a 403 forbidden when trying to download/look at anything in
the CVS tree?

I can get CVS information about the files, but as soon as I try to download
a file for viewing it gives me the 403.


Mike