Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Linuxtools update site

Hi Alex

Thank you for your help. Sorry, I'm pretty new with tycho and hudson. I still have to learn more about it. Could you please explain more in detail, how I "install the manually downloaded repo from hudson"? Where do I find the  repo at hudson. Please let me know.

By the way, I checked again the console output of the build (#270) at hudson. I only see org.eclipse.linuxtools.lttng_0.3.1.201105061525.jar build and not (as I previously claimed) org.eclipse.linuxtools.lttng.ui_0.3.1.201105061525.jar. Moreover, I see the error below in the raw output of the build. Maybe the error points to the root cause. 

[ERROR] Failed to execute goal org.sonatype.tycho:tycho-p2-repository-plugin:0.11.0:assemble-repository (default-assemble-repository) on project org.eclipse.linuxtools.releng-site: Could not assemble p2 repository: Copying p2 repository content failed: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from org.eclipse.linuxtools.lttng.feature.group 0.3.1.201105061525 to org.eclipse.linuxtools.lttng.ui [0.3.0.201102011614]."] -> [Help 3]

Please let me know if find something.

Best Regards
Bernd


On Mon, May 9, 2011 at 11:20 AM, Alexander Kurtakov <akurtako@xxxxxxxxxx> wrote:
Hi Bernd,

I think that we have a problem with our tycho build referencing artifacts
found in the Indigo repository instead of local artifacts. Can you verify that
you have the same problem when trying to install manually downloaded repo from
hudson?

Regards,
Alex

On 06:17:47 PM Saturday, May 07, 2011 Bernd Hufmann wrote:
> Hi Andrew
>
> I did a local build and the new code was included. As well, I looked on
> hudson (https://hudson.eclipse.org/hudson/job/cbi-linuxtools-Indigo/) for
> the latest build on 2011 05 06 (#270) and it shows that the new code was
> compiled and packaged. The jar files are
> org.eclipse.linuxtools.lttng_0.3.1.201105061525.jar and
> org.eclipse.linuxtools.lttng.ui_0.3.1.201106061525.jar. However, on the
> nightly build web page the old versions from date 2011 02 01 are included.
> I don't know why the new versions are not picked up. I'm not familiar with
> how the update site is build. Could you please look into this and let me
> know were the problem is?
>
> Thank you very much or your help.
>
> BR
> Bernd
>
> On Fri, May 6, 2011 at 12:04 PM, Andrew Overholt <overholt@xxxxxxxxxx>wrote:
> > Hi,
> >
> > > Do you know why the latest source code of plug-ins
> > > org.eclipse.linuxtools.lttng and org.eclipse.linuxtools.lttng.ui isn't
> > > included? Please let me know.
> >
> > The release repository [1] which is included in Indigo M7 should have a
> > build from February.  The nightly repository [2] should have a build
> > from two days ago.
> >
> > One can check the contents of a repository with the p2 director
> >
> > application:
> >  eclipse -consolelog -nosplash \
> >
> >    -application \ org.eclipse.equinox.p2.director \
> >    -repository <repository URL> \
> >    -list
> >
> > Looking at [3], I see that the features you mention (lttng and lttng.ui)
> > aren't actually included.  This probably means that they have an old
> > qualiifer because the versions from the old build are being merged in.
> >
> > I suggest you try a local build and see what's up (mvn -fae clean
> > install).  You can do one just in the lttng directory.  Maybe something
> > isn't in the pom.xml file?  More information about building can be found
> >
> > here:
> >  http://wiki.eclipse.org/Linux_Tools_Project/Releng#Building_locally
> >
> > Also, in case anyone didn't know, the builds happen here:
> >  https://hudson.eclipse.org/hudson/job/cbi-linuxtools-Indigo/
> >
> > The build produces a p2 repository [3] which is rsync'd over to the
> > updates-nightly location.  You can see more details about this here:
> >
> >
> > http://wiki.eclipse.org/Linux_Tools_Project/Releng#Builds_and_how_they_ge
> > t_places
> >
> > Thanks for pointing this out,
> >
> > Andrew
> >
> > [1]
> > http://download.eclipse.org/technology/linuxtools/update
> >
> > [2]
> > http://download.eclipse.org/technology/linuxtools/updates-nightly
> >
> > [3]
> >
> > https://hudson.eclipse.org/hudson/job/cbi-linuxtools-Indigo/lastSuccessfu
> > lBuild/artifact/releng/org.eclipse.linuxtools.releng-site/target/reposito
> > ry/
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top