RE: MS Word automation

2005-05-04 Thread David Resnick
Thanks. -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 16:50 To: Ant Users List Subject: RE: MS Word automation Also, you can access word using vbs scripts that will run natively in windows. I have attached a sample available on the

RE: MS Word automation

2005-05-04 Thread Burgess, Benjamin
and should be useful. I am not sure where more documentation can be found. Ben TIAA-CREF -Original Message- From: IndianAtTech [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 6:56 AM To: Ant Users List Subject: Re: MS Word automation On Tue, 15 Mar 2005 12:28:11 +0200, David

Re: MS Word automation

2005-05-04 Thread IndianAtTech
esday, March 15, 2005 12:20 > To: user@ant.apache.org > Subject: AW: MS Word automation > > You can use scripting - simply use your favorite scripting language and > BSF. > Then script against JaWin´s API. > It´s the same as scripting against Ant´s or Java´s API :-) > > Jan &

RE: MS Word automation

2005-03-15 Thread David Resnick
Yes, that sounds good! I didn't think of that... Thanks! -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 12:20 To: user@ant.apache.org Subject: AW: MS Word automation You can use scripting - simply use your favorite scri

AW: MS Word automation

2005-03-15 Thread Jan . Materne
März 2005 11:14 > An: 'Ant Users List' > Betreff: RE: MS Word automation > > Interesting possibility, but I am hoping to do it with some kind of > scripting (so I won't have the overhead of compiling). > > Thanks for the suggestion though! > > -Da

RE: MS Word automation

2005-03-15 Thread David Resnick
user@ant.apache.org Subject: AW: MS Word automation Maybe JaWin [1] would help you a little bit... Jan [1] http://jawinproject.sourceforge.net/jawin.html#callingScript > -Ursprüngliche Nachricht- > Von: David Resnick [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 15. März 2005 08

RE: MS Word automation

2005-03-15 Thread Keith Hatton
Hmm, you're right. I'm sure it used to support VBScript, that was obviously an "improvement" when BSF migrated from IBM to Apache... -Original Message- From: David Resnick [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 09:29 To: 'Ant Users List' Subje

RE: MS Word automation

2005-03-15 Thread David Resnick
on [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 10:39 To: Ant Users List Subject: RE: MS Word automation Maybe user

RE: MS Word automation

2005-03-15 Thread Keith Hatton
Maybe user

AW: MS Word automation

2005-03-14 Thread Jan . Materne
From: Thomas Schapitz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 08:56 > To: Ant Users List > Subject: Re: MS Word automation > > It might be easier using this: > http://jakarta.apache.org/poi/index.html > (No com involved) > > Thomas > > David Res

RE: MS Word automation

2005-03-14 Thread David Resnick
To: Ant Users List Subject: Re: MS Word automation 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

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

MS Word automation

2005-03-14 Thread David Resnick
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. Does anyone know how this could be done, or have a better approach for me before I do more research on how this can