Bugfix
Currently there are still error messages in the log when starting a newly created TL-Studio application:
No dialog open command with 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]'.
Error ocurred during rendering of html body structure of component with name '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'.)
Improvement
In the course of preparing for TL Release 7.2, the dependency on /com .top_logic. contact was removed (probably by mistake) in com. top_logic. ide.moduleTemplate/.classpath (revision 289387), which led to the errors. The classpath has been added back accordingly.
Test
- Build TL-Studio with create_studio_all in Ant > tl-build-studio
- open a new Eclipse workspace and import it with File > Import... > General > Existing Projects into Workspace import the folder tl-build_studio\dist\tl-studio\workspace created after building TL-Studio
- set up a new application according to the following instructions in "Create application module": http://tl/trac/wiki/TL/SetupApplication
- launch application