I see that latest is here 0.6.0 here:
http://clojars.org/repo/penumbra/penumbra/  from

30-Aug-2012 18:35

with lein2 I did:
lein new pu
cd pu
edit project.clj and add *[penumbra "0.6.0"]* to *:dependencies*
lein deps
lein repl
user=> (use 'penumbra.opengl)
ClassNotFoundException penumbra.PenumbraSystem
java.net.URLClassLoader$1.run (:-1)

user=>


On Thu, Oct 11, 2012 at 11:52 PM, AtKaaZ <atk...@gmail.com> wrote:

> Just to be sure, this is the link: https://github.com/ztellman/penumbra
> I notice OP was using a different fork (?)
>
>
> On Thu, Oct 11, 2012 at 11:46 PM, Zach Tellman <ztell...@gmail.com> wrote:
>
>> I updated Penumbra to target the project structure for Leiningen 2 a
>> while back, are you using v1 by any chance?
>>
>> Zach
>>
>>
>> On Thursday, October 11, 2012 12:34:44 PM UTC-7, JvJ wrote:
>>>
>>> I'm trying to make a project using Penumbra for opengl, but somehow I
>>> get an issue when I try (use 'penumbra.opengl).
>>> It looks like there's a class excepiton:
>>>
>>> penumbra.PenumbraSystem
>>>   [Thrown class java.lang.**ClassNotFoundException]
>>>
>>> Here's the project file I'm using:
>>>
>>> (defproject enjine "1.0.0-SNAPSHOT"
>>>   :description "FIXME: write description"
>>>   :dependencies [[org.clojure/clojure "1.3.0"]
>>>                  [prismofeverything/penumbra "0.6.9"]])
>>>
>>> Does anybody know why this might be happening?
>>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to