Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Rev 1500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1415 Rev 1417
Line 7... Line 7...
7
# Version: 0.1
7
# Version: 0.1
8
# $Id$
8
# $Id$
9
########################################################################################################################
9
########################################################################################################################
10
# Constante
10
# Constante
11
APPDIR=`dirname $0`;
11
APPDIR=`dirname $0`;
-
 
12
APPDIR_ABSOLU=`pwd`;
12
NBREPARAM=$#
13
NBREPARAM=$#
13
APPLI_NOM="Coel"
14
APPLI_NOM="Coel"
14
FICHIER_COMPILATION="$APPLI_NOM-compile"
15
FICHIER_COMPILATION="$APPLI_NOM-compile"
15
DOSSIER_COMPILATION="$APPDIR/war"
16
DOSSIER_COMPILATION="$APPDIR/war"
16
DOSSIER_DESTINATION="/www/eflore/coel"
17
DOSSIER_DESTINATION="/www/eflore/coel"
17
DOSSIER_JREST="$APPDIR/../jrest"
18
DOSSIER_JREST="$APPDIR/../jrest_$NOM_DOSSIER_COURANT"
18
DOSSIER_JREST_DESTINATION="/www/eflore/coel/jrest"
19
DOSSIER_JREST_DESTINATION="/www/eflore/coel/jrest"
19
APPLI_SERVICE_BASE_URL="http://www.tela-botanica.org/eflore/coel/jrest/"
20
APPLI_SERVICE_BASE_URL="http://www.tela-botanica.org/eflore/coel/jrest/"
Line 20... Line 21...
20
 
21
 
21
# Aide
22
# Aide
Line 57... Line 58...
57
	echo "OK : fichier de compilation $FICHIER_COMPILATION existe";
58
	echo "OK : fichier de compilation $FICHIER_COMPILATION existe";
58
else
59
else
59
	echo "KO : fichier de compilation $FICHIER_COMPILATION inexistant!";
60
	echo "KO : fichier de compilation $FICHIER_COMPILATION inexistant!";
60
fi;
61
fi;
Line -... Line 62...
-
 
62
 
61
 
63
# Transfert sur le serveur par FTP
62
if [ $NBREPARAM -eq 0 ]; then
64
if [ $NBREPARAM -eq 0 ]; then
63
	echo "Pas de transfert sur le serveur. Utiliser --help pour voir les options de transfert."
65
	echo "Pas de transfert sur le serveur. Utiliser --help pour voir les options de transfert."
64
else
66
else
65
	echo "Compilation de l'application : ";
67
	echo "Compilation de l'application : ";