Create the Sample project (Linux)
When you installed ODABA with the tools you find entries to the myproject project in the applications menu under Other . This only happens when you used --prefix=/ or your system does magic. Otherwise no 'icons' are created. The SetupProject tool can create a basic project environment with 'quick launchers' but it is not needed to do this step
When starting ODE tools the first time, some initialization takes place (see also " View or update schema definitions " and " Design a GUI application "). This may take some time. Also some Window-Managers keep the 'splash' window above all client windows. During initialisation ODE may ask for parameters. The dialog may be hidden behind the splash-screen.
LD_LIBRARY_PATH=lib ./lib/odaba/tools/SetupProject
2012-03-05 17:50:48 - Running ./lib/odaba/tools/SetupProject with:
Setting up ODABA project environment ...
Enter ODABA path [/data/sys/odaba-12.0.0] :
Enter project name [] : test
Enter project path [/data/user/me/odaba/projects/test] :
Use ClassEditor Y(es)/N(o) [YES] :
Use Designer Y(es)/N(o) [YES] :
Use Terminus Y(es)/N(o) [YES] :
Current project settings ...
ODABA path : /data/sys/odaba-12.0.0
Project name : test
Project path : /data/user/me/odaba/projects/test
Use ClassEditor : YES
Use Designer : YES
Use Terminus : YES
... enter (a)ccept/(c)ancel/(r)epeat [a] :
/data/user/me/odaba/projects/test/ClassEditor.sh created
/data/user/me/odaba/projects/test/Designer.sh created
/data/user/me/odaba/projects/test/Terminus.sh created

