Eclipse compilation

  1. Generality

    Squale is able to perform a java compilation based on the .project and .classpath files of Eclipse projects by directly running Eclipse in a plateform mode.

    So to do an eclipse compilation, the source you have to give is the workspace of the project with inside its .project .classpath files.

  2. Configure an eclipse compilation

    You should :

    1. Click on Add an eclipse compilation
    2. Set the path to the workspace.

      This path should be given regarding the recovered source.

      Example :

       
      This is the tree of the source : 
       
      MyAppliTest
         `--testProject
              |--src
              |   `-- ...
              |-- ...
              |--.project
              `--.classpath
       
       
      So the path to set will be : MyAppliTest/testProject 
       
    3. Click on : Add the configuration settings.
    4. If needed add other(s) compilation settings.
    5. Choose the java version.
    6. If needed add some exclusion(s).
    7. Choose the Eclipse version in the combo-box or indicate your own Eclipse distribution (for EclipseRCP projects)
    8. Declare Eclipse variables and Eclipse user librairies if used in the Eclipse environment
    9. Click on : Confirm.

    The java compilation is configured.


Other java compilation :

Go to the project tool configuration page