|
|
@@ -569,10 +569,10 @@ public class ProjectHelper { |
|
|
+ ex.getLocation().toString() |
|
|
+ ex.getLocation().toString() |
|
|
+ ex.getMessage(); |
|
|
+ ex.getMessage(); |
|
|
if (newLocation == null) { |
|
|
if (newLocation == null) { |
|
|
return new BuildException(errorMessage); |
|
|
|
|
|
|
|
|
return new BuildException(errorMessage, ex); |
|
|
} else { |
|
|
} else { |
|
|
return new BuildException( |
|
|
return new BuildException( |
|
|
errorMessage, newLocation); |
|
|
|
|
|
|
|
|
errorMessage, ex, newLocation); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |