Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] egit hudson build failure

Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
> On Thu, Feb 11, 2010 at 5:24 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> > zx@xxxxxxxxxxxxxxxxx wrote:
> >> Correct. Not all bundles are 3.X in Eclipse... [1.1.0,2.0.0) is good
> >> here.
> >
> > OK, thanks.  But then why did this work in my MANIFEST.MF in PDE?
> >
> >  org.eclipse.core.net;version="[3.4.0,4.0.0)",
> 
> Without having the code in front of me (since my macbook died this
> morning), one guess is that there is no PDE nature available so PDE's
> manifest builder didn't run.

OK, I got through that.  Now my unit tests won't start under Maven
3.0a6 / Tycho 0.7.0:

  !ENTRY org.eclipse.osgi 2 0 2010-02-11 15:46:34.116
  !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
  !SUBENTRY 1 org.eclipse.osgi 2 0 2010-02-11 15:46:34.116
  !MESSAGE Bundle initial@reference:file:../../../org.eclipse.egit.ui/target/org.eclipse.egit.ui-0.6.0-SNAPSHOT.jar/ was not resolved.
  !SUBENTRY 2 org.eclipse.egit.ui 2 0 2010-02-11 15:46:34.116
  !MESSAGE Missing required bundle org.eclipse.compare_0.0.0.
  !SUBENTRY 2 org.eclipse.egit.ui 2 0 2010-02-11 15:46:34.116
  !MESSAGE Missing required bundle org.eclipse.jsch.ui_0.0.0.
  !SUBENTRY 2 org.eclipse.egit.ui 2 0 2010-02-11 15:46:34.116
  !MESSAGE Missing required bundle org.eclipse.team.ui_0.0.0.
  !SUBENTRY 2 org.eclipse.egit.ui 2 0 2010-02-11 15:46:34.116
  !MESSAGE Missing required bundle org.eclipse.jsch.core_0.0.0.

and I'm really at a loss as to why.  The PDE doesn't show any errors,
and near as I can tell my MANIFEST.MF rules are now matching the
right version ranges.

My current patch is here:

  http://egit.eclipse.org/r/302

Help please?

-- 
Shawn.


Back to the top