defect
Currently, when launching a newly created TL-Studio application, error messages still appear in the log:
No dialog open command with the name 'showCurrentPersonDialog' found at 'mainTabbar.layout.xml#mainTabber'; available commands are: deleteComponentCommand, editComponentCommand, editLayoutCommand, displayDialog_GridExportDownloadDialog, showCurrentRevision, displayDialog_56, openScriptRecorder, displayDialog_ProgressExportDialog, addTabCommand, resetLayoutConfig, setHomepage, configureTabs, viewHelpOpener, releaseLayout.
Missing resource '[menu.PersonalData]'.
Missing resource '[layouts.admin.persons.personEditRaw.EditPerson.themeSelectorLabel]'.
An error occurred while rendering the HTML body structure of the component named 'com.top_logic/admin/security/accounts/adminPersonsView.layout.xml#AdminEditPerson' (Class: class com.top_logic.knowledge.gui.layout.person.SelfEditPersonComponent, Location: file:///C:/local/devel/CWS_25078/my.app/com.top_logic/admin/security/accounts/adminPersonsView.layout.xml(com.top_logic)(com.top_logic/admin/security/accounts/adminPersonsView.layout.xml(com.top_logic), com.top_logic/admin/security/accounts/editPerson.xml(com.top_logic), com.top_logic/admin/security/accounts/personEditDetails.xml(com.top_logic), com.top_logic/admin/security/accounts/personEditRaw.xml(com.top_logic)), line 108, column 8). (java.lang.IllegalArgumentException: No such layout algorithm 'vertical'.)
Fix
During preparations for TL Release 7.2, the dependency on /com.top_logic.contact was (presumably accidentally) removed from com.top_logic.ide.moduleTemplate/.classpath (Revision 289387), which caused the errors. The classpath has been re-added accordingly.
Test
- Build TL-Studio using ` create_studio_all ` in Ant > tl-build-studio
- Open a new Eclipse workspace and import the folder `tl-build_studio\dist\tl-studio\workspace`—which was created after building TL-Studio—using ` File > Import... > General > Existing Projects into Workspace `
- Set up a new application following the instructions under "Create Application Module" at: http://tl/trac/wiki/TL/SetupApplication
- Start the application