Re: MS Word automation

2005-03-14 Thread Thomas Schapitz
It might be easier using this: http://jakarta.apache.org/poi/index.html (No com involved) Thomas David Resnick schrieb: >I want to perform some MS Word automation from an Ant script (for building >release notes). I think that the way to do it is via the COM interface that >Word supplies. > > >

Re: Rename a property value

2005-02-18 Thread Thomas Schapitz
Sorry, but this won't work this way. In Ant properties are just like variables declared as 'final', meaning: they can get set only once. What is it, that you like to achieve? Thomas Kasparek, Bernadette schrieb: Hi everybody, I've a problem. I want to define a property which I want to rename in t