From: <bc...@wo...> - 2001-02-07 17:16:16
|
[Syver Enstad] >Greetings jython-users list readers, I come in peace! (This is my first >posting you know ;-) Very cool to layer python on top of java. > >I have a minor patch to suggest for jythonc that tripped me up some time, >while simultaneously fooling around with the classpath (new to java). > >jythonc in it's current incarnation doesn't seem to handle long filenames >too well, or actually it's kindof javac's fault. When compiling from a >directory whose path consists of spaces javac trips up when it is fed the >current directory in the classpath. > >The following quick and dirty fix makes it work fine on my machine: >As you can see the only thing it does is enclose all the paths in the >classpath with "" so that javac won't trip up on directory names that looks >like this: Thanks for reporting this problem. A slightly different patch have been checked into CVS. regards, finn |