I just built the netbean+labrepl from start according the getting-started webpage, and the build barfed because labrepl's pom.xml included the "1.2.0-master-SNAPSHOT" instead of "1.2.0-SNAPSHOT" for clojure-contrib.
After correction, all build without errors and seems to work fine. -Frank. On May 6, 2010, at 2:22 PM, Stephen C. Gilardi wrote: > This change was made to some months ago, but some builds that followed the > obsolete convention have been hanging around. I removed them today. > > On Apr 30, 2010, at 9:50 AM, Stuart Halloway wrote: > >> There are plenty of recent SNAPSHOT builds: >> http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-SNAPSHOT/ >> >> But no recent master-SNAPSHOT builds: >> http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/ >> >> This is causing me a problem [...] >> >> Options >> >> [...] > >> (b) we can delete the master artifacts so only the snapshots are found (I >> would need to poke around Hudson to figure this out. > > Hi Stu, > > In response to your email request, I've removed this directory: > >> http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/ > > Anyone who now gets a 404 for that path should update their config to point > to the current location: > >> http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-SNAPSHOT/ > > to start using nice fresh builds of clojure-contrib. > > Cheers, > > --Steve > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
