STR (1) Download and open the (soon-to-be) attached embedded_HSQLDB.odb. Program presents database window with <Forms> selected in pane Database. (2) In pane Tasks, select "Use Wizard to Create Form...". Program opens form window. So far, so good. Additionally, the program presents msgbox: The files required could not be found. Please start the LibreOfficeDev Setup and choose 'Repair'. Using the daily dbgutil bibisect repository I see: (*) between 2014-05-21 and 2014-08-13 (bibisect commit db4bc46), "Use Wizard to Create Form..." worked normally. (*) between 2014-08-14 (bibisect commit 281bb64) and 2014-08-30 (bibisect commit 6a683da), "Use Wizard to Create Form..." has no visible effect. (*) between 2014-08-31 (bibisect commit db4bc46) and 2014-09-18, the program presents the msgbox quoted above.
Created attachment 106518 [details] trivial example database file
On pc Debian x86-64 with master sources updated today, I could reproduce this. I noticed these repeated blocks: java.lang.NoSuchMethodException: com.sun.star.wizards.form.FormConfiguration.toggleSubFormMode() at java.lang.Class.getMethod(Class.java:1665) at com.sun.star.wizards.ui.event.MethodInvocation.<init>(MethodInvocation.java:55) at com.sun.star.wizards.ui.event.MethodInvocation.<init>(MethodInvocation.java:45) at com.sun.star.wizards.ui.event.AbstractListener.add(AbstractListener.java:50) at com.sun.star.wizards.ui.UnoDialog2.insertCheckBox(UnoDialog2.java:98) at com.sun.star.wizards.form.FormConfiguration.<init>(FormConfiguration.java:67) at com.sun.star.wizards.form.FormWizard.buildSteps(FormWizard.java:242) at com.sun.star.wizards.form.FormWizard.start(FormWizard.java:353) at com.sun.star.wizards.form.CallFormWizard$FormWizardImplementation.trigger(CallFormWizard.java:75)
increase importance since regression + quite visible.
Noel: a problem in UCDetector? My very soon attachment may be due to http://cgit.freedesktop.org/libreoffice/core/commit/?id=34bcf9b498bccb5c924f4cec850ff15d88df6f07
Created attachment 106522 [details] console logs
I'll look at this on monday, it is indeed my commit at fault
Sorry, I got the message in my commit wrong, this should have been fixed 3 days ago with commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=04f43cd6a0159da29a0df4bf8e27387156f321e5
Indeed it's ok right now. Let's put this one to FIXED.
Verified against daily dbgutil bisect repo version of 2014-09-23. As a bonus, the Form Wizard now responds to the <Cancel> button. Thank you, Noel.
Migrating Whiteboard tags to Keywords: (bibisected) [NinjaEdit]