esup-helpdesk




La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Checkout from the SVN repository

Image Modified

Image Modified

Image Modified

Image Modified

Image Modified

Image Modified

Image Modified

Create a new folder for the project (c:\devel\esup-commons), and create the project itself:

Image Modified

Image Modified

Astuce

The project is empty at this step, the build path will be configured later.

Image Modified

Image Modified

Create the folders

Drag the file build.xml to the ant view:

Image Modified

Launch the prepare task (the folder /build/WEB-INF/classes will be created, it is needed to configure the build path).

Image Modified

Refresh the project to show the folder /build/WEB-INF/classes:

Image Modified

Refresh the ant view to clear remaining errors.

Configure the source folder, the build path and the libraries

Configure the build path:

Image Modified

Define the folder /src as the source folder of the project:

Image Modified

Image Modified

Image Modified

Image Modified

Update the output folder used by the compiler:

Image Modified

Image Modified

Add all the libraries of folders /utils/lib and /webapp/WEB-INF/lib (they are not all present on the screenshot below):

Image Modified

Image Modified

Export the libraries to make them available to all the projects that will later depends on the esup-commons project:

Image Modified

Apply Checkstyle to the esup-commons project

Right-click on the project to edit its properties:

Image Modified

Enable Checkstyle for the project:

Image Modified

Checkstyle warning messages should now appear in the Problems view.

...