Heroku app using core.async?

2013-08-27 Thread Bastien
Hi,

I just managed to use core.async for the need I described in my
previous email and tried to push this to heroku, but git bitten:

  Could not find artifact core.async:core.async:jar:0.1.0-SNAPSHOT in
  clojars (https://clojars.org/repo/)

  Could not find artifact core.async:core.async:jar:0.1.0-SNAPSHOT in
  sonatype-oss-public
  (https://oss.sonatype.org/content/groups/public/)

Am I guessing right that heroku prevents downloading libraries from
external repositories listed in :repositories?

Is anyone using core.async on heroku?

Thanks!

-- 
 Bastien

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Heroku app using core.async?

2013-08-27 Thread Shaun Gilchrist
Hey, I encountered late one night but it was because oss.sonatype.org was
temporarily down for scheduled maintenance. Are you still seeing this now?
I just pushed to heroku and saw it pull the core.async dep as expected:

Retrieving
org/clojure/core.async/0.1.0-SNAPSHOT/core.async-0.1.0-20130827.050117-78.pom
from sonatype-oss-public




On Tue, Aug 27, 2013 at 11:40 AM, Bastien bastiengue...@gmail.com wrote:

 Hi,

 I just managed to use core.async for the need I described in my
 previous email and tried to push this to heroku, but git bitten:

   Could not find artifact core.async:core.async:jar:0.1.0-SNAPSHOT in
   clojars (https://clojars.org/repo/)

   Could not find artifact core.async:core.async:jar:0.1.0-SNAPSHOT in
   sonatype-oss-public
   (https://oss.sonatype.org/content/groups/public/)

 Am I guessing right that heroku prevents downloading libraries from
 external repositories listed in :repositories?

 Is anyone using core.async on heroku?

 Thanks!

 --
  Bastien

 --
 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Heroku app using core.async?

2013-08-27 Thread Bastien
Hi Shaun,

Shaun Gilchrist shaunxc...@gmail.com writes:

 Hey, I encountered late one night but it was because oss.sonatype.org
 was temporarily down for scheduled maintenance. Are you still seeing
 this now? I just pushed to heroku and saw it pull the core.async dep
 as expected:

 Retrieving org/clojure/core.async/0.1.0-SNAPSHOT/
 core.async-0.1.0-20130827.050117-78.pom from sonatype-oss-public

Was a typo on my side, I used [core.async 0.1.0...] instead of
[org.clojure/core.async 0.1.0...] -- sorry for the noise and
thanks for replying.

-- 
 Bastien

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.