Line 2... |
Line 2... |
2 |
|
2 |
|
3 |
##################################################
|
3 |
##################################################
|
4 |
############# INSTALLATION ECLIPSE ###############
|
4 |
############# INSTALLATION ECLIPSE ###############
|
5 |
##################################################
|
5 |
##################################################
|
6 |
Installer Eclipse Helios (3.6)
|
6 |
Installer Eclipse Helios (3.6)
|
7 |
Installer le plugin GWT 2.3 pour eclipse sur http://dl.google.com/eclipse/plugin/3.6
|
7 |
Installer le plugin GWT 2.4 pour eclipse sur http://dl.google.com/eclipse/plugin/3.6
|
Line 8... |
Line 8... |
8 |
Telecharger GWT 2.3 sur le poste local à partir de http://google-web-toolkit.googlecode.com/files/gwt-2.3.0.zip et installer dans un repertoire que nous appellerons GWT_HOME dans ce document
|
8 |
Telecharger GWT 2.4 sur le poste local à partir de http://google-web-toolkit.googlecode.com/files/gwt-2.4.0.zip et installer dans un repertoire que nous appellerons GWT_HOME dans ce document
|
9 |
|
9 |
|
10 |
|
10 |
|
11 |
##########################################################
|
11 |
##########################################################
|
- |
|
12 |
################### RECUPERATION DU PROJET ###############
|
12 |
################### RECUPERATION DU PROJET ###############
|
13 |
##########################################################
|
13 |
##########################################################
|
14 |
Recuperer le projet avec un client svn sur http://svn.tela-botanica.net/svn/eflore/applications/del
|
Line 14... |
Line 15... |
14 |
Recuperer le projet avec un client svn sur http://svn.tela-botanica.net/svn/eflore/applications/del
|
15 |
Normalement la propriété svn:ignore devrait exister sur :
|
15 |
Mettre en svn:ignore le fichier .classpath à la racine du projet
|
16 |
- le fichier .classpath à la racine du projet
|
16 |
Mettre en svn:ignore le reperoire war/del et le rempertoir war/WEB-INF/deploy
|
17 |
- le reperoire war/WEB-INF
|
17 |
|
18 |
|
18 |
###############################################################
|
19 |
###############################################################
|
19 |
#################### CONFIGURATION D'ECLIPSE ##################
|
20 |
#################### CONFIGURATION D'ECLIPSE ##################
|
Line 20... |
Line 21... |
20 |
###############################################################
|
21 |
###############################################################
|
21 |
Regeler l'encodage à UTF-8
|
22 |
Régler l'encodage à UTF-8
|
22 |
Dans eclipse File>Import>General>Existing Project Into Workspace puis choisir l'emplacement du repertoire del
|
23 |
Dans eclipse File>Import>General>Existing Project Into Workspace puis choisir l'emplacement du répertoire del
|
23 |
Clicker sur "OK"
|
24 |
Clicker sur "OK"
|
Line 24... |
Line 25... |
24 |
|
25 |
|
25 |
Click droit sur le projet del => Properties
|
26 |
Click droit sur le projet del => Properties
|
Line 34... |
Line 35... |
34 |
|
35 |
|
35 |
Click droit sur le projet del => Properties
|
36 |
Click droit sur le projet del => Properties
|
36 |
Aller ds Java Build Path => Onglet "Librairies"
|
37 |
Aller ds Java Build Path => Onglet "Librairies"
|
37 |
Clicker sur "Add library"
|
38 |
Clicker sur "Add library"
|
38 |
Choisir "JRE System Library" puis bouton "Next" et cocher Workspace default JRE(jre6)
|
39 |
Choisir "JRE System Library" puis bouton "Next" et cocher Workspace default JRE(jre6)
|
39 |
Choisir "JUnit"
|
40 |
Choisir "JUnit 4"
|
- |
|
41 |
Cliquez sur "Add jars" et ajouter successivement :
|
- |
|
42 |
- "del> lib > cobogw-1.3.1.jar"
|
Line 40... |
Line 43... |
40 |
Cliquez sur "Add jars" et sélectionnez "del> lib > cobogw-1.3.1.jar"
|
43 |
- "del> lib > mockito-all-1.8.5.jar"
|
Line 41... |
Line -... |
41 |
|
- |
|
42 |
Clicker sur "OK"
|
- |
|
43 |
|
44 |
|
44 |
|
- |
|
45 |
|
- |
|
Line 46... |
Line 45... |
46 |
Puis Project>Clean et les erreurs doivent disparaitre
|
45 |
Clicker sur "OK"
|
47 |
|
46 |
|
48 |
|
47 |
Puis Project>Clean et les erreurs doivent disparaitre.
|
49 |
|
48 |
|