> Do you know of some tool that does add on to the torque definitions to > resolve this issue.
You seem to have sound that sed works well. :-) Just about any replacement solution would work. You could use Ant's filters, have a schema.master with @NAME@ in it, then <filter name="NAME" value="..."/> and when you copy the schema.master to schema.xml with filtering=true, Ant will replace the @NAME@ with the correct value. - Stephen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
