Re: Testing generated doc/... files

2006-11-02 Thread Yegor Kozlov
Hi, I would rather not mess with jacob and other Java-COM bridges. Here is a simpler approach: We can't call COM directly from Java but we can write a simple VBA to automate testing and run it using Runtime.exec. Consider an example. Create a simple VBA script and save it in vbtest.vbs. Set

Re: Testing generated doc/... files

2006-11-01 Thread Nick Burch
On Tue, 31 Oct 2006, Rainer Schwarze wrote: Are there any objections against such a tool in general? (besides from only runs on Windows :-) ) I can't think of any. It's a real pain that such a tool is needed, but I can't see any way around it If possible, it'd be good to set up a framework