Yeah - I'm wondering if you're pulling from something else. At any rate, I'm going to be setting up an "official" jenkins instance, with snapshot repository, but there's a lot of behind-the-scenes stuff shifting in the guice project, so hopefully I'll get to it before you all get too impatient. But trunk should always be building. I'll try to hook up our internal CI (which doesn't use maven/ant by default) with a CI project based on the open-source project, to make sure we don't break anything, but we always build the open-source project before we push changes to git.
On Thursday, August 30, 2012 at 9:37 PM, Stuart McCulloch wrote: > On 31 Aug 2012, at 02:35, Stuart McCulloch wrote: > > > On 31 Aug 2012, at 01:47, Tim Boudreau wrote: > > > I have a problem that looks like it could be solved by ProvisionListener, > > > which exists in Guice's sources but not in 3.0. So I set up a continuous > > > build of Guice to easily deploy daily builds from Jenkins into my Maven > > > repo. > > > > > > However, it appears that the trunk is unbuildable - guice core builds, > > > but other parts fail. The most recent commit I see is from three months > > > ago: > > > > Hi Tim, > > > > Guice trunk builds fine for me locally using either the Maven or Ant build > > scripts - what JDK/OS are you using and what error/exception messages do > > you see? > > > > I also resurrected my local CI build of vanilla Guice (it had stalled as it > > was polling the old SVN repo) and this is now deploying snapshots to: > > > > > > https://repository.sonatype.org/content/groups/forge/com/google/inject/guice/3.0-SNAPSHOT/ > > and just to clarify this CI job is building the master branch from the git > repository at https://code.google.com/p/google-guice > > -- > > Cheers, Stuart > > > > > commit 2804e19f307e9c23bdd3260b7a3eda1f3d45567f > > > Refs: master, <origin/HEAD>, <origin/master> > > > Author: Sam Berlin <[email protected] (mailto:[email protected])> > > > > > > AuthorDate: Thu May 31 19:54:44 2012 -0400 > > > > > > > > > Should I be getting sources from somewhere other than > > > https://code.google.com/p/google-guice/ ? Or has no development really > > > happened since May? > > > > > > Thanks, > > > > > > Tim > > > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "google-guice" group. > > > To view this discussion on the web visit > > > https://groups.google.com/d/msg/google-guice/-/zHePsyb7gjUJ. > > > To post to this group, send email to [email protected] > > > (mailto:[email protected]). > > > To unsubscribe from this group, send email to > > > [email protected] > > > (mailto:[email protected]). > > > For more options, visit this group at > > > http://groups.google.com/group/google-guice?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
