Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

PlantUML
@startuml
start

If (defined environment variable COMMON_ENV_TOOLS) then (yes) 
  : add  Environment $COMMON_ENV_TOOLS/ modules to lookuplist;
else (No)
endif

if (defined environment variable CWS_WORK_STAMP then (yes)
 : import GenInfoParser, IO::Handle;
else (No)
endif

if (defined environment variable VERBOSE or verbose then (yes)
 : set State verbose;
else (No)
endif

if (build arguments)then (none given)
  : enable XML;
  : read environment BUILD_TYPE\n into array;
else ()
endif
:get scrpit_name;
:set global variabes;
#green:get Options;
#green:get build modes;
if (Variable prepare) then (is filled)
  #green : get platforms;
  : set deliver environment variables;
else ()
endif
#green: get_workspace_path & initial modul;
#yellow: get additional repository directories set by configure;
#green: instanciate SourceConfig;
#green: check partial gnu make build;
if (html switch & html_path defined) then (is set)
 #yellow: set correct log path;
else (html_path is not defined)
 :write error information;
endif



#red: to be continued;

stop
@enduml