You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by David Clements <dc...@merc-int.com> on 2003/03/04 01:42:15 UTC

Creating/Modifying property files

Is there a way in ant to create a property file?
How about a way to modify values in a property file?

Dave

Re: Creating/Modifying property files

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
See the <propertyfile> task.  :)

	Erik

On Monday, March 3, 2003, at 07:42  PM, David Clements wrote:

> Is there a way in ant to create a property file?
> How about a way to modify values in a property file?
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>


RE: Creating/Modifying property files

Posted by ty...@tarso.net.
There is an 'optional' task called PropertyFile which will allow you to edit
and create property files. Just include optional.jar in your classpath when
you startup ant and you'll have this feature. Its also very well documented
in the manual under >Ant Tasks>Optional Tasks>PropertyFile

Good luck

T

-----Original Message-----
From: David Clements [mailto:dclements@merc-int.com]
Sent: Monday, March 03, 2003 7:42 PM
To: 'ant-user@jakarta.apache.org'
Subject: Creating/Modifying property files


Is there a way in ant to create a property file?
How about a way to modify values in a property file?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org