The class file names in the jar are determined by the class name /  
scope / access modifiers and other such nonsense, so unlike java  
there's not even a vague 1 : 1 correlation between source file names  
and class file names.

So, JsonCmd is in Misc.scala, but it will be emitted as JsonCmd.class  
(along with HasParams.class, etc).

-Ross

On Oct 15, 2009, at 10:46 PM, Chris wrote:

>
> Well, I pulled all the files from
>
> http://scala-tools.org/repo-releases/net/liftweb/lift-util/1.1-M6/
>
> and I do see Misc.scala in lift-util-1.1-M6-sources.jar  but not in
> lift-util-1.1-M6.jar.  The SHA1 sum matches what was on the server for
> that JAR.  Could it have been packaged wrong?
>
> Thanks
>
> On Oct 15, 7:55 am, David Pollak <feeder.of.the.be...@gmail.com>
> wrote:
>> Ying-Kwang's got it right.
>>
>>
>>
>> On Wed, Oct 14, 2009 at 9:15 PM, Chris <coldfusio...@gmail.com>  
>> wrote:
>>
>>> I get
>>
>>> error: Misc is not a member of net.liftweb.util
>>
>>> when I try that.  I don't see the Misc class/object in the API docs
>>> either.  Is there anything else I should try?
>>
>>> Thanks
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to