From a50bd813354aa661bd6a80c464b6d88bf30b4075 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Sun, 19 Jun 2011 16:14:12 +0200 Subject: [PATCH] [doc] Get rid of Ruby. FEA: ItEr74S04BugFixing --- TODO | 3 +-- doc/src/technical/howto-develop-a-use-case-in-navalplan.rst | 4 ++-- scripts/rest-clients/README | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index fcf989abd..ef633eeb9 100644 --- a/TODO +++ b/TODO @@ -63,8 +63,7 @@ Future * New features in Gantt window. * Complex features disabled by default. * Quick start wizard. -* Integration services scripts that don't depend on Ruby (maybe directly with - Java). +* Integration services scripts directly with Java. * ZK 5 migration. * Permission enhancements. * *Exit without saving* detection. diff --git a/doc/src/technical/howto-develop-a-use-case-in-navalplan.rst b/doc/src/technical/howto-develop-a-use-case-in-navalplan.rst index d87043b61..9af412775 100644 --- a/doc/src/technical/howto-develop-a-use-case-in-navalplan.rst +++ b/doc/src/technical/howto-develop-a-use-case-in-navalplan.rst @@ -2387,11 +2387,11 @@ created in project repository inside ``scripts/rest-clients`` directory. .. NOTE:: - Currently these scripts depends on Tidy and Ruby to be installed in your + Currently these scripts depends on Tidy to be installed in your system. You could install them in a Debian based distribution with the following command as root:: - apt-get install tidy ruby + apt-get install tidy Then for this example you will create a script called ``export-stretches-function-templates.sh``, that will be very similar to the diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index a689b64bf..e64286856 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -1,7 +1,5 @@ + Check you have "tidy" available from the command line. -+ Check you have "/usr/bin/ruby". - + chmod u+x *.sh + When working with the local application: