Nobody answered the part of the original question about building with debug symbols.  Looking at the ant build file, it seems like the options to javac are controlled by a target in the file mbuild.xml.  You can run ant with the switch -Ddebug=on in order to build the java class with the default debug info. If you want to control which debug info you include you might need to modify mbuild.xml<br>
<br>- Tim<br><br><div class="gmail_quote">On Thu, Oct 27, 2011 at 5:01 PM, Ben Clifford <span dir="ltr"><<a href="mailto:benc@hawaga.org.uk">benc@hawaga.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On Oct 27, 2011, at 2:35 PM, Emalayan Vairavanathan wrote:<br>
<br>
><br>
> Dear All,<br>
><br>
> When I try to run the HelloWorld.swift with MosaStore (MosaStore is a distributed storage developed by us) it is terminating with an error.<br>
><br>
> Here HelloWorld.swift script is copied into the MosaStore filesystem.  Also Swift has write permission in the file system. Because it can create some temporary files (swift.log and first-20111026-1848-hmo97vu7.log). But then it prints the error below and terminates (I have attached the log files. I am using swift 0.93).<br>

><br>
> Max heap: 259522560<br>
> Recompilation suppressed.<br>
<br>
</div>Its saying reompilation suppressed - meaning that it thinks that some (though I don't remember which) intermediate files already exist, and so is not (re)generating them.<br>
<br>
Perhaps send ls -l of your directory to this list.<br>
<br>
Ben<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Swift-user mailing list<br>
<a href="mailto:Swift-user@ci.uchicago.edu">Swift-user@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a><br>
</div></div></blockquote></div><br>