Hi Serge,<br><div class="gmail_extra"><br><div class="gmail_quote">On 14 December 2012 15:11, Serge Wroclawski <span dir="ltr"><<a href="mailto:emacsen@gmail.com" target="_blank">emacsen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
What have I done wrong?<br></blockquote><div><br>The following line in the stack trace indicates that you've run out of disk space during processing.<br>Caused by: java.io.IOException: No space left on device<br><br>
The --used-node task stores all data to temporary files during processing which consumes a considerable amount of disk space.  If you have a small temp file system and you're running on Linux or similar, you should be able to set the TEMP environment variable to an alternative location.<br>
<br>Brett<br><br></div></div></div>