Hi Kevin,<div><br></div><div>thanks for your help!</div><div>Since I am not really a Java guy and am running Windows XP the whole build process is quite alien to me. However, I managed to download the trunk with SVN and built the classes using ANT.</div>
<div><br></div><div>After that point I got stuck, since no j.jar had been generated.</div><div>I built a j.jar myself using this Windows CMD file:</div><div><div>   set cp=D:\downloads\Programming\ABCL Armed Bear Common Lisp\J-Editor\armedbear-j\trunk\j\build\classes</div>
<div>   jar cf d:/work/j.jar Main.class "%cp%"</div><div><br></div><div>Using cvf instead of cf didn't solve the problem.</div><div><br></div><div>When I run the jar it complains however that no manifest could be found. For you this is maybe an obvious thing. Could you point me to a solution, or, for me even better ;-), could you generate a correct j.jar for me?</div>
<div><br></div><div>Thx again.</div><div>   Arie</div><div><br></div><div><br></div><br><div class="gmail_quote">2011/1/23 Kevin Krouse <span dir="ltr"><<a href="mailto:kevin.krouse@gmail.com">kevin.krouse@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I did a little debugging this weekend and the issue came from the command sent to the external abcl process.  The path separators wren't backslash escaped.  So the command:<div>
<br></div><div>(CL:COMPILE-FILE "<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">D:\src\lisp\plus.lisp")</span></div>

<div><font face="arial, sans-serif"><span style="border-collapse:collapse"><br></span></font></div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">will fail, while either one of the following will succeed:<br clear="all">


</span></font><div><br></div><div><div>(CL:COMPILE-FILE "<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">D:\\src\\lisp\\plus.lisp")</span></div>

</div><div>(CL:COMPILE-FILE "<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">D:/src/lisp/plus.lisp")</span></div><div><div style="border-collapse:separate;font-family:arial;font-size:small">


<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">I've committed r11339 to J's svn trunk that should fix the issue for you.  Please give it a try and let me know if it works.</span></font></div>


</div><div><font face="arial, sans-serif"><span style="border-collapse:collapse"><br></span></font></div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">Thanks,</span></font></div>

Kevin<div><div></div><div class="h5"><br>
<br><br><div class="gmail_quote">On Tue, Jan 18, 2011 at 12:33 PM, Mark Evenson <span dir="ltr"><<a href="mailto:evenson@panix.com" target="_blank">evenson@panix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>On 1/18/11 6:04 PM, Kevin Krouse wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Hi Arie,<br>
<br>
I occasionally produce new builds of J when there is a new version of<br>
ABCL.  When the ABCL pathname change appeared, I fixed it up so that J<br>
would build again, but didn't test much as you have found out.  I'd love<br>
to get some help with the lisp side of things in J.  For example, the<br>
slime integration doesn't work and I've disabled the command.<br>
<br>
I'll take a look at the path issue in J and see if I can unblock you.<br>
  Also, for J issues we still use the old sourceforge users<br></div>
<<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=armedbear-j-users" target="_blank">http://sourceforge.net/mailarchive/forum.php?forum_name=armedbear-j-users</a><br>
 > and dev<br>
<<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=armedbear-j-devel" target="_blank">http://sourceforge.net/mailarchive/forum.php?forum_name=armedbear-j-devel</a>><br>
mailing lists.<br>
</blockquote>
<br>
[…]<br>
<br>
Most of the armedbear developers are probably still subscribed to the armedbear-j-devel list (I know I am), so we should be able to help quickly with any Lisp-side issues published there.   As a group, the ABCL developers are very grateful to have been "birthed" from J, so are more than willing to ensure that J will continue to work smoothly with ABCL (or provide some migration mechanism).<br>



<br>
That being said, I'll try to get around to building J with the latest ABCL in the next week, to see if there is anything obvious that I can help with.  It is real nice to see that J has maintained its community!<br><font color="#888888">
<br>
-- <br></font><div><div></div><div>
"A screaming comes across the sky.  It has happened before, but there<br>
is nothing to compare to it now."<br>
<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>