Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] M6 removed features

Last time I updated natives repository was for M4. I just copied
required bundles to a local p2 repository then pushed the repo to
build.eclipse.org.

I used my little p2 helper tool [1] to locate and copy required bundles,
but most likely you should be able to just copy the bundles you need and
then generate p2 metadata using [2].

[1] https://github.com/ifedorenko/p2-browser
[2] http://wiki.eclipse.org/Equinox_p2_Metadata_Generator

--
Regards,
Igor

On 12-03-19 4:20 PM, Thanh Ha wrote:
Hi Igor,

Looks like the natives package needs to be updated for M6. Andrew
mentioned that you created the original natives package we're using
today. I was wondering if you could advise me on what you did to create
this package?


Thanks,

Thanh



-----Original Message-----
From: Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
Sent: March 19, 2012 03:51 PM
To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
Cc:
Subject: Re: [cbi-dev] M6 removed features

On Mon, Mar 19, 2012 at 3:45 PM, Thanh Ha <thanh.ha@xxxxxxxxxxx
<mailto:thanh.ha@xxxxxxxxxxx>> wrote:

I'm able to get further in the build now and am now running into what
appears
to be a code issue (error output below).

It seems one of the java files are trying to call SWT.SCROLLBAR_OVERLAY
which
appears to not exist. I'm using these tags for the related submodules:

eclipse.platform.swt: v3823a


Is the above version what's in your natives repo?  The only part of SWT
build by the aggregator is tests/org.eclipse.swt.tests

Later,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR




_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top