To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65742
------- Additional comments from [EMAIL PROTECTED] Tue Oct 31 10:58:26 -0800 2006 ------- Hello, i just made some tests with openoffice 2.0.1, 2.0.2, 2.0.3 and 2.0.4. i did them under linux but i experienced the same bug with an windows xp box. For information, the size of the archive i use : 109237237 OOo_2.0.1_LinuxIntel_install.tar.gz 122488813 OOo_2.0.2_LinuxIntel_install.tar.gz 126023668 OOo_2.0.3_LinuxIntel_install.tar.gz 127627554 OOo_2.0.4_LinuxIntel_install_fr.tar.gz I build the attached java class (OOoIssue65742.java) with : --- build.sh #!/bin/sh BDOO2CL=/home/loic/Dev/javaOO/OOo2_classes CLASSPATH="$BDOO2CL/jurt.jar:$BDOO2CL/unoil.jar:$BDOO2CL/ridl.jar:$BDOO2CL/juh.jar" export CLASSPATH javac OOoIssue65742.java for each test, i launch openoffice with /opt/openoffice.org2.0/program/soffice -headless -invisible -accept="socket,host=localhost,port=8100;urp;StarOffice.Service Manager" and i run my class with --- run.sh #!/bin/sh BDOO2CL=/home/loic/Dev/javaOO/OOo2_classes CLASSPATH="$BDOO2CL/jurt.jar:$BDOO2CL/unoil.jar:$BDOO2CL/ridl.jar:$BDOO2CL/juh.jar:." export CLASSPATH java OOoIssue65742 My test program will raise an exception because the arguments that i pass to the merge command are invalid. But the behaviour is the same with valid arguments : openoffice.org-writer-2.0.1-1 : the exception is raised but openoffice's window stay invisible. openoffice.org-writer-2.0.2-5 : the exception is raised and openoffice's window appears and stay visible openoffice.org-writer-2.0.3-7 : the exception is raised and openoffice's window appears and stay visible openoffice.org-writer-2.0.4-5 : the exception is raised but openoffice's window stay invisible. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
