esup-helpdesk




User list not rendered as you do not have the privilege to view user profiles.

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Create the esup-helpdesk project by checkout from the SVN repository http://subversion.cru.fr/esup-helpdesk/trunk/esup-helpdesk.

Astuce

The esup-helpdesk project must be installed exactly at the same location as the esup-commons, as ../esup-commons is used to get the esup-commons project from the ant tasks of the esup-helpdesk project. If the esup-commons project has been installed in C:\devel\esup-commons, then install the esup-helpdesk project in C:\devel\esup-helpdesk.


  • Drag the build-devel.xml file to the ant view (this file should be used when developing esup-helpdesk, not build.xml!)
  • Launch the _prepare task to create the folders
  • Set up the build path of the esup-helpdesk project:
    • Define /src as the source folder
    • Define /build/WEB-INF/classes as the output folder
    • Make the esup-helpdesk project depend on the esup-commons project
    • Import all the jars found in the folder /webapp/WEB-INF/lib

Your esup-helpdesk project is now ready to be used.

Avertissement
titleAnt tasks

When developing esup-helpdesk, the tasks prefixed by _ (underscore) should be used. For instance, use _start, not start!