Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] Building with Tycho
[CDO] Building with Tycho [message #1858757] Wed, 19 April 2023 18:54 Go to next message
Alain Picard is currently offline Alain PicardFriend
Messages: 266
Registered: July 2009
Senior Member
Hi,

Now that we finally got back in sync with all the latest and greatest version of CDO, we are looking to re-use the Tycho releng instead of cooking our own like in the past but we are facing a few issues.

This might be a bit more Tycho related but maybe it has been experienced by others with CDO. I already posted on SO (https://stackoverflow.com/q/76037809/1331732) that Tycho fails to see the feature include of other features.

Also running the launch I am baffled but the meaning of the -DDD options such as: -DDDtycho.debug.resolver=true and I can't locate anything explaining their difference with standard -D syntax.

Thanks
Alain

Re: [CDO] Building with Tycho [message #1858760 is a reply to message #1858757] Thu, 20 April 2023 04:51 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Alain,

The extra "DD" in -DDD renames the property to something that Tycho does not recognize, i.e., it effectively disables the property. It's just my way of helping my brain when I want to temporarily enable these props; then I remove the two extra Ds ;-)

I currently can't comment on the Tycho failure, yet. Still trying to get the Tycho build running for the 2023-06 development...


Re: [CDO] Building with Tycho [message #1858763 is a reply to message #1858760] Thu, 20 April 2023 08:35 Go to previous messageGo to next message
Alain Picard is currently offline Alain PicardFriend
Messages: 266
Registered: July 2009
Senior Member
That is a brilliant way to comment/uncomment arguments :)

On the Tycho front are you experiencing the same issue or just not at a point to comment?

Cheers
Alain
Re: [CDO] Building with Tycho [message #1858773 is a reply to message #1858763] Thu, 20 April 2023 13:18 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Alain Picard wrote on Thu, 20 April 2023 10:35
That is a brilliant way to comment/uncomment arguments :)


Thanks ;-)

I'm doing that also via Oomph to inject the following into all my eclipse.ini files:

-DDDXdebug
-DDDXrunjdwp:transport=dt_socket,server=y,suspend=n,address=8123


Alain Picard wrote on Thu, 20 April 2023 10:35
On the Tycho front are you experiencing the same issue or just not at a point to comment?


The latter :P

But now I have all the settings adjusted on the master branch. It all seems to work flawlessly, including the local build.


Previous Topic:[CDO] Delete EObjects and BLOBs
Next Topic:removing "Run As", "Debug As" ... popup menu items
Goto Forum:
  


Current Time: Wed Apr 24 20:57:09 GMT 2024

Powered by FUDForum. Page generated in 0.02284 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top