Updated the ewf estudio wizard to have a console and a graphical wizard.

Usage:  wizard -callback file.cb path-to-rootdir folder.
This commit is contained in:
2015-03-05 15:23:13 +01:00
parent 6e52774507
commit 1b9aa0c598
69 changed files with 4316 additions and 710 deletions
@@ -0,0 +1,32 @@
note
description: "[
Specific application launcher
DO NOT EDIT THIS CLASS
you can customize APPLICATION_LAUNCHER
]"
date: "$Date: 2013-06-12 13:55:42 +0200 (mer., 12 juin 2013) $"
revision: "$Revision: 36 $"
deferred class
APPLICATION_LAUNCHER_I
feature -- Execution
launch (a_service: WSF_SERVICE; opts: detachable WSF_SERVICE_LAUNCHER_OPTIONS)
-- Launch Web Server Application using `a_service' and optionals `opts'.
local
launcher: WSF_SERVICE_LAUNCHER
do
{literal}
create {WSF_DEFAULT_SERVICE_LAUNCHER} launcher.make_and_launch (a_service, opts){/literal}
end
launcher_id: detachable READABLE_STRING_GENERAL
do
-- Not used for default connector selection.
end
end