* What went wrong:
Execution failed for task ':aggregate'.
> Source 'target\site\thucydides' and destination 'C:\housing_builds\2010A13 Housing Build\thucydides\target\site\thucydides' are the same
When i look at the stacktrace it states the below:
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:56)
Caused by: java.io.IOException: Source 'target\site\thucydides' and destination 'C:\housing_builds\2010A13 Housing Build\thucydides\target\site\thucydides' are the same
at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1374)
at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1310)
at net.thucydides.core.reports.html.HtmlReporter.copyTestResultsToOutputDirectory(HtmlReporter.java:81)
at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsIn(HtmlAggregateStoryReporter.java:150)
at net.thucydides.core.reports.html.HtmlAggregateStoryReporter.generateReportsForTestResultsFrom(HtmlAggregateStoryReporter.java:121)
at net.thucydides.core.reports.UserStoryTestReporter$generateReportsForTestResultsFrom.call(Unknown Source)
at net.serenitybdd.plugins.gradle.SerenityPlugin$_apply_closure1_closure6.doCall(SerenityPlugin.groovy:36)
It works locally on some peoples machines but not others. I have tried changing the output directory but then it complains that it cant find target/site/thucydides.
-Scott