<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Folks, I cleaned up the Eclipse project to make it easier to debug a Mulgara server.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you are interested in doing this, please let me know your experiences, but you should be able to do a check out as project from within Eclipse and have things ready to go.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Because many classes in the Mulgara project are generated from config files, these need to be made available to Eclipse. There are several ways this could be handled, but because these files are not changed often and the build process is hella complicated, I created a fairly straightforward approach. Once you do a check out (either through Ecilpse or CLI), do a "build.sh clean ideSupport" (or build.bat if you are on Windows) to generate an ideSupport.jar in the dist directory. This contains almost all of the generated files needed to run an instance of Mulgara in a debugger. Note that this will be very helpful in NetBeans/IDEA as well, but I haven't generated projects for those.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Once you run the ideSupport target, do a refresh in Eclipse. You should only have a single error after this in a Descriptor test because a SOAP binding isn't being generated. I don't want to spend any more time on this now, but I'll fix it later if no one else does.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you are down to only the three errors related to this Descriptor issue, you should be able run/debug Mulgara through org.mulgara.server.EmbeddedMulgaraServer (which is in src/jar/server/java).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Let me know how this works for you.<BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">--</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Brian J. Sletten (<A href="mailto:brian@bosatsu.net">brian@bosatsu.net</A>)</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">GPG: <A href="http://www.bosatsu.net/gpg/brian.asc">http://www.bosatsu.net/gpg/brian.asc</A></FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">FOAF:<A href="http://www.bosatsu.net/foaf/brian.rdf">http://www.bosatsu.net/foaf/brian.rdf</A></FONT></P><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>