Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ANT-TASK-2.0
-
Component/s: Ant Task
-
Labels:None
-
Number of attachments :
Description
It should be possible to configure the working directory through the "sonar.working.directory" property.
Issue Links
- is related to
-
SONARPLUGINS-1439
Running sonar for multiple projects at the same time gives Exception "Caused by: java.io.IOException: No space left on device""
-
-
SONARPLUGINS-1230
Configure the location of working directory
-
-
SONARPLUGINS-1234
By default the temporary ".sonar" directories should be automatically deleted by Sonar after(or before) each analysis
-
This feature used to be available on the Sonar Ant task (through the "workDir" parameter of the task) but has been removed. We introduced it again as a mean to make it easier for existing build scripts to handle the temporary directory and the way to clean it (
SONARPLUGINS-1234).