Hi,

See my notes below:


On Fri, 20 May 2011 10:01:42 -0700 (PDT)
dudaroo <duda...@gmail.com> wrote:

> I am trying to help with an existing project and have no developer
> notes on the application. I'm trying to use Lein to build the
> project.clj project file.
> 
> Within the Clojure build file (named project.clj), the dependencies
> for the project are specified.  Two of the dependencies are developer
> build SNAPSHOTS, rather than release build libraries.
> 
> The 'work:work:jar:0.2.4-SNAPSHOT' build is missing and unable to
> resolve.  The actual error message is included below. Could you
> provide any insight into the purpose of the 'work:work:jar:0.2.4-
> SNAPSHOT' developer build?  Perhaps where I could locate the
> subsequent release build of this library?  Or was this perhaps a
> temporary build that was used for some purpose, but not needed anymore
> even?

Could be something specific to your project, you will find a work/work lib
on clojars but its version is 1.2-SNAPSHOT:

http://clojars.org/work

Look at the code on github:
http://github.com/clj-sys/work

To see if it's the same thing.

> 
> The other SNAPSHOT appears to be used for the purpose of date/time
> handling; it is clj-time:clj-time:0.3.0-SNAPSHOT. It is producing the
> warning included here:  [INFO] snapshot clj-time:clj-time:0.3.0-
> SNAPSHOT: checking for updates from snapshots [WARNING] repository
> metadata for: 'snapshot clj-time:clj-time:0.3.0-SNAPSHOT' could not be
> retrieved from repository: snapshots due to an error: Error
> transferring file.
> 
On Clojars search for clj-time. There is a 0.3.0 version (not a snapshot):

http://clojars.org/clj-time

You may need to upgrade and retest things.

> 
> Any help, tips, or insight would be very much appreciated on this
> one!  Is there is a more appropriate group to address this question?
> 
> Thanks so much!
> Dudaroo
> 



-- 
Luc P.

================
The rabid Muppet

-- 
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