mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

Cannot build dubious - class ScopedParameterMap not found #19

Closed amyers735 closed 13 years ago

amyers735 commented 13 years ago

Dubious fails to build with the error shown below:

[andrew@mitford dubious]$ rake gem (in /home/andrew/projects/dubious) cd /home/andrew/projects/dubious/src mirahc -d /home/andrew/projects/dubious/build --classpath /home/andrew/ projects/dubious/build:/home/andrew/projects/dubious/javalib/ dubydatastore.jar dubious/params.mirah Inference Error: dubious/params.mirah:59: Cannot find class ScopedParameterMap ScopedParameterMap.params(request, model) ^^^^^^^^^^^^^^^^^^^^^^ [andrew@mitford dubious]$

baroquebobcat commented 13 years ago

what version of mirah are you using?

amyers735 commented 13 years ago

I have built the gem from git (0.0.6.dev).

I'm a bit of a git n00b but if I understand correctly the revision is
3298ff0b53e77102865c8ec7d47febc93fb053ed

baroquebobcat commented 13 years ago

Sounds like a bug to me. I haven't run it against Mirah's head in a while--mostly been going off of Mirah's releases. I'll look into it this evening.

baroquebobcat commented 13 years ago

Figured it out. It was a class path issue.