Project

General

Profile

DCOD Launcher

Get the Sources

If you lack CC mercurial access

Use the following archives :

If you have CC mercurial access

Prompt> hg clone -b p42-dev ssh://hg.in2p3.fr/p42 p42-dev
Prompt> hg clone -b launcher-simplification ssh://hg.in2p3.fr/dcod dcod-dev

Build

P42

Prompt> tar xzf p42-5d075d529dd0.tgz
Prompt> cd p42-dev
Prompt> ./configure --prefix=$(HOME)/nice_place_to_install_p42
Prompt> make && make install

DCOD Launcher

Prompt> tar xzf dcod-3ef244a2f96d.tgz
Prompt> cd dcod-dev
Prompt> ADA_PROJECT_PATH=$(HOME)/nice_place_to_install_p42/include/:/Where_Is_My_Gnat_Pro_Compiler/gnat_pro-7.2.1/include/ ./configure --prefix=$(HOME)/where-I-want-to-install-dcod-launcher
Prompt> make && make install

Use

Prompt> cd $(HOME)/where-I-want-to-install-dcod-launcher
Prompt> ./bin/dcod_launcher -directory First_Directory_Where_I_Have_Some_Interresting_Exe -directory A_Second_Dir ...

The wsdl associated file is in dcod-dev/launcher/wsdl