Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] [wtp-releng] WTP migration to CBI

Hi Carl,

I've pushed my latest patches to the super bug https://bugs.eclipse.org/412211 with this I can now build everything in the webtools repos that I could find. Whether they produce the correct bytes or not or if anything is missing etc... I will now need help from the WTP team to determine.

There is only 1 outstanding bug 412465 [1] which the bundle hasn't been updated since 2009 and I haven't received any response on so I'm assuming it's not too important for now anyway.

I think it's time to have these patches reviewed more closely by the WTP team and considered for merging into the project so that it's easy for more people to run Maven/Tycho builds to test and open bugs against for any remaining things that need to be done.

How should we move forward?

Should I open up seperate bugs against the various sub projects and attach my patches to each of them?

I went with the aggregator approach so there is a new repo that is necessary webtools.releng.aggregator.git which will pull down all the other repos as submodules.


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=412465


Thanks,


Thanh


On 17/07/13 03:46 PM, Thanh Ha wrote:
Hi Everyone,

Good news, I am now able to build the dali project. So at this point for the most part I am able to basically build almost everything under webtools project with CBI. Only a few small issues remain for which I've opened bugs for, the super bug https://bugs.eclipse.org/412211 contains all these bugs as dependencies. I will post my updated patches soon.


I opened 2 new bugs today that maybe someone with more knowledge in these areas can help investigate.

Bug 413196 [1] - [webtools] org.eclipse.jpt.jpadiagrameditor.ui.tests ${org.eclipse.jpt.jpa.jar} is not defined

There was an existing pom.xml for this bundle (well a few existing poms in jpa_diagram_editor) so I merged the differences between mine and what existed. One thing that existed in the pom was the variable ${org.eclipse.jpt.jpa.jar} which I'm not sure where it comes from. It is not even declared in the original parent for this project either so I'm a little confused about this one.


Bug 413198 [2] - [webtools] org.eclipse.wst.wsdl cannot be built with BREE

I activated BREE for building webtools now since it is necessary to compile  org.eclipse.jpt.common.utility (Bug 412468 [3])


[1] https://bugs.eclipse.org/413196
[2] https://bugs.eclipse.org/413198
[3] https://bugs.eclipse.org/412468


Regards,


Thanh


_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top