Hi Chris, I'll see what I can do to make those libraries uploaded to Maven central.
- Henry On Fri, Sep 23, 2011 at 1:42 PM, Mattmann, Chris A (388J) <[email protected]> wrote: > Yeah, we could try and push it there. Henry, do you have time to put > the cassandra and libthrift versions in Maven Central? At the same time, > I'm tempted to say, there's a pre-req for building Gora to take these libs > out of lib-ext and run mvn ... install:file on these to install them to the > local > repo. That's the way I made it work. > > As for the Ant build failures on Gora tutorial, I could respin another RC, but > gora-tutorial isn't exactly a blocker in my mind and we could publish some > notes on the website post 0.1.1 on how to solve the issue. I'd much > rather get 0.1.1-incubating released (finally) and since we have 3 IPMC > +1s we can, and then focus our efforts on 0.2-incubating. > > Does that make sense? > > Cheers, > Chris > > On Sep 22, 2011, at 6:37 PM, Henry Saputra wrote: > >> So looks like the Cassandra lib version that Gora needs still not in >> the maven central? >> >> - Henry >> >> On Thu, Sep 22, 2011 at 6:00 PM, Mattmann, Chris A (388J) >> <[email protected]> wrote: >>> Hey Marvin, >>> >>> Thanks, comments below: >>> >>> On Sep 22, 2011, at 10:45 AM, Marvin Humphrey wrote: >>> >>>> On Thu, Sep 22, 2011 at 05:37:14AM -0700, Mattmann, Chris A (388J) wrote: >>>>>> As far as the tarball contents go, there are a couple issues which >>>>>> should be >>>>>> addressed, but I didn't see anything that I thought ought to block the >>>>>> release. However, the build failed on my OS X 10.6 MBP, which makes it >>>>>> hard >>>>>> to vote +1 right away. >>>>> >>>>> Gotcha. I read down below that ant test failed. Did running 'ant' without >>>>> any >>>>> params fail? >>>> >>>> Running 'ant' on it's own also fails. It looks like the same problem with >>>> compiling the tutorial. >>> >>> Gotcha, OK that makes sense. I wonder if there is some missing Ivy >>> dep. I'll check it out. >>> >>>> >>>>> Also can you try running mvn install (if you have Maven2 installed) >>>>> and see if that runs through to completion? >>>> >>>> Strangely, 'mvn install' fails but in a different way. Selected snipped >>>> output is below my sig. >>> >>> Yep I know why. It's b/c 2 of the deps aren't in Maven central and must >>> be installed manually. They are present in lib-ext within the gora-cassandra >>> module. >>> >>>> >>>>>> The svn tag is not exactly equivalent to the tar.gz, as there are some >>>>>> differences in pom.xml. I don't know much about Maven and it's not >>>>>> going to >>>>>> block me from voting to release, but it's something to look at. >>>>> >>>>> Will do. I used the mvn release plugin to create the tag, and depending >>>>> on the differences, it may be caused by that. I'll take a look, but any >>>>> specifics there? >>>> >>>> Well, the thing that caught my eye was the difference in the way the >>>> versioning >>>> is specified. This change exists in every pom.xml file: >>>> >>>> - <version>0.1.1-incubating</version> >>>> + <version>0.1.1-incubating-SNAPSHOT</version> >>>> >>>> Additionally, the subversion URL has changed in the top-level pom.xml: >>>> >>>> - >>>> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating-rc4</connection> >>>> - >>>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating-rc4</developerConnection> >>>> - >>>> <url>http://svn.apache.org/viewvc/incubator/gora/tags/0.1.1-incubating-rc4</url> >>>> + >>>> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/branches/0.1.1-incubating/</connection> >>>> + >>>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/gora/branches/0.1.1-incubating/</developerConnection> >>>> + >>>> <url>http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating</url> >>>> >>>> Marvin Humphrey >>> >>> Yep that's from the Maven release plugin. >>> >>> Cheers, >>> Chris >>> >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> Chris Mattmann, Ph.D. >>> Senior Computer Scientist >>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >>> Office: 171-266B, Mailstop: 171-246 >>> Email: [email protected] >>> WWW: http://sunset.usc.edu/~mattmann/ >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> Adjunct Assistant Professor, Computer Science Department >>> University of Southern California, Los Angeles, CA 90089 USA >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> >>> > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > >
