you mean filter sets? I agree for that, but that rules out support for ant 1.3. If that's ok, then by all means a filterset only solution would be fine.

- Brett

Henning P. Schmiedehausen wrote:
Brett Porter <[EMAIL PROTECTED]> writes:

Hi,

I saw this in the archives, but there was no reply to the request. Is there any plan to allow filtering for the resource copy operations? I have used the same technique as the other poster - a postgoal that copies them again with overwrite and filtering enabled.

I think it could be done by having:

<resource>
	...
	<properties>
		<filtering>true</filtering>
		<overwrite>true</overwrite>
	</properties>
</resource>

Can't we use standard ant <FileSet>'s for this stuff? Having two
different syntaxes in maven.xml and project.xml really sucks.

	Regards
		Henning


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to