|
From: | anonymous |
Subject: | [Bug-kawa] [bug #19996] load-relative trouble |
Date: | Tue, 29 May 2007 09:09:43 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 |
URL: <http://savannah.gnu.org/bugs/?19996> Summary: load-relative trouble Project: Kawa Submitted by: None Submitted on: Tuesday 05/29/2007 at 09:09 UTC Category: Scheme library Severity: 3 - Normal Item Group: Run-time exception Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: Lets say we have 2 files "file1.scm" and "file2.scm" in a folder "c:\folder". file1.scm has a line (load-relative "file2.scm") which should work perfectly fine since file1 and file2 are in the same folder. If we invoke kawa as follows: java -jar kawa.jar "c:\folder\file1.scm" then file1.scm is loaded but loading file2.scm gives the errror "load:file not readable: file2.scm" load-relative does work if kawa.jar is in same folder and if invoked as follows: java -jar kawa.jar file1.scm _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?19996> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |