bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #34859] (require ...) behaves differently between repl a


From: Robin Abbi
Subject: [Bug-kawa] [bug #34859] (require ...) behaves differently between repl and direct invocation
Date: Sat, 19 Nov 2011 21:18:54 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.41 Safari/535.7

Follow-up Comment #2, bug #34859 (project kawa):

I downloaded the latest from svn.

I did an experiment:

A. Compile using kawa -C
B. Compile using kawac ant task.

For each of A and B, run controller class thus:
i) <path-to>/kawa controller
ii) java -cp <path-to>/kawa-1.11.jar:. controller
iii) <path-to>/kawa and then interactively enter the code from controller.scm

Results:
A:
i) OK, runs without error
ii) OK, runs without error
iii) OK, runs without error

B:
i) OK, runs without error
ii) OK, runs without error
iii)java.lang.IllegalAccessError: tried to access method
messages.hello(Ljava/lang/Object;)Ljava/lang/String; from class
atInteractiveLevel$2

Conclusion:
I'm too new to Kawa to make a valid conclusion, but it looks to me as a
beginner as if the ant task and kawa -C may be not identical processes. But as
I say, I'm new to Kawa so I could be well off track. I'm enclosing a copy of
my build.xml for information.



(file #24398)
    _______________________________________________________

Additional Item Attachment:

File name: build.xml                      Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34859>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]