Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Build Targets Disapear after Workbench restart
Build Targets Disapear after Workbench restart [message #222823] Mon, 01 September 2008 12:45 Go to next message
Eclipse UserFriend
Originally posted by: thomas.tc-schobers.de

Hi,

i configured a C make Project, and everything is running fine. I create
Targets for compiling, Misra checks and so on. All works fine until i
restart the Eclipse IDE. After the restart alle targets have been deleted
and i only have the standard target "Debug". Is there something i can do to
change this ?

Thank you

Tom

PS: i am using Eclipse Ganymede and cdt 5.0
Re: Build Targets Disapear after Workbench restart [message #222831 is a reply to message #222823] Mon, 01 September 2008 14:47 Go to previous messageGo to next message
Ali Burak Kulakli is currently offline Ali Burak KulakliFriend
Messages: 116
Registered: July 2009
Senior Member
I've seen this on a couple of my friends projects. I've no idea when it
occurs.

Thomas Schober wrote:
> Hi,
>
> i configured a C make Project, and everything is running fine. I create
> Targets for compiling, Misra checks and so on. All works fine until i
> restart the Eclipse IDE. After the restart alle targets have been deleted
> and i only have the standard target "Debug". Is there something i can do to
> change this ?
>
> Thank you
>
> Tom
>
> PS: i am using Eclipse Ganymede and cdt 5.0
Re: Build Targets Disapear after Workbench restart [message #222870 is a reply to message #222831] Tue, 02 September 2008 08:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thomas.tc-schobers.de

I too don't have any idea when it happens. Some Kolleagues don't have the
problem, but other have it. It seems to happen randomly. And there is no
entry in the workspace error log.
Re: Build Targets Disapear after Workbench restart [message #224061 is a reply to message #222870] Thu, 25 September 2008 19:58 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
Hi,

I've encountered the same problem, it is really annoying. But it is not
consistent ... I'm working with CDT 5, did anyone encounter this problem
on earlier versions or this a new regression?
I've seen additional strange (non consistent) behavior: When new build
configuration is being created it is possible to use existing build
configuration as a "template" and then modifying it. After Eclipse restart
it appears to be 2 original configurations (that was used as a template).

Best regards,
Yevgeny
Re: Build Targets Disapear after Workbench restart [message #224066 is a reply to message #224061] Thu, 25 September 2008 22:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jamesblackburn+eclipse.mac.com

Yevgeny Shifrin wrote:
> Hi,
>
> I've encountered the same problem, it is really annoying. But it is not
> consistent ... I'm working with CDT 5, did anyone encounter this problem
> on earlier versions or this a new regression?

Yes, there are a worrying number of oddities with the project model. At
the moment there are a few known issues with corruption and race
conditions -- see bugzilla for more. I too have seen settings magically
revert when users do things like change an option, press Apply, change
another option and press OK.

> I've seen additional
> strange (non consistent) behavior: When new build configuration is being
> created it is possible to use existing build configuration as a
> "template" and then modifying it. After Eclipse restart it appears to be
> 2 original configurations (that was used as a template).

That sounds odd. If you can provide clear reproduction steps please file
a bug.

Cheers,

James
Re: Build Targets Disapear after Workbench restart [message #224082 is a reply to message #224066] Fri, 26 September 2008 05:55 Go to previous messageGo to next message
Ali Burak Kulakli is currently offline Ali Burak KulakliFriend
Messages: 116
Registered: July 2009
Senior Member
I guess it is now DISAPPEARED on 5.0.1 :)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239687

Cheers,
Burak

James Blackburn wrote:
> Yevgeny Shifrin wrote:
>> Hi,
>>
>> I've encountered the same problem, it is really annoying. But it is
>> not consistent ... I'm working with CDT 5, did anyone encounter this
>> problem on earlier versions or this a new regression?
>
> Yes, there are a worrying number of oddities with the project model. At
> the moment there are a few known issues with corruption and race
> conditions -- see bugzilla for more. I too have seen settings magically
> revert when users do things like change an option, press Apply, change
> another option and press OK.
>
>> I've seen additional strange (non consistent) behavior: When new build
>> configuration is being created it is possible to use existing build
>> configuration as a "template" and then modifying it. After Eclipse
>> restart it appears to be 2 original configurations (that was used as a
>> template).
>
> That sounds odd. If you can provide clear reproduction steps please file
> a bug.
>
> Cheers,
>
> James
Re: Build Targets Disapear after Workbench restart [message #224090 is a reply to message #224082] Fri, 26 September 2008 13:21 Go to previous messageGo to next message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
Hi James,

Regarding the first issue, I went over bugzilla existing issues, but could
not find related messages. Could you please mention at least some of
message numbers so I could track them? Regarding the second issue, it is
not consistent so I can't provide specific steps. According to Burak's
previous memo the issue is solved (problem strangely disappeared) in
5.0.1. Because this issue is not consistent I am not convinced that it is
really solved.

BTW: Is 5.0.1 is a released (stable) version that could be used by C++
developers?

Thanks,
Yevgeny
Re: Build Targets Disapear after Workbench restart [message #224098 is a reply to message #224082] Fri, 26 September 2008 15:49 Go to previous messageGo to next message
Andrew Gvozdev is currently offline Andrew GvozdevFriend
Messages: 257
Registered: July 2009
Senior Member
Ali Burak Kulakli wrote:

> I guess it is now DISAPPEARED on 5.0.1 :)

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=239687

These possess an ability of reincarnate though
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242955

You can avoid this one by using OK button instead of Apply.

I have not seen disappearing of make targets yet (unless you call
configurations targets).

Andrew

> Cheers,
> Burak

> James Blackburn wrote:
>> Yevgeny Shifrin wrote:
>>> Hi,
>>>
>>> I've encountered the same problem, it is really annoying. But it is
>>> not consistent ... I'm working with CDT 5, did anyone encounter this
>>> problem on earlier versions or this a new regression?
>>
>> Yes, there are a worrying number of oddities with the project model. At
>> the moment there are a few known issues with corruption and race
>> conditions -- see bugzilla for more. I too have seen settings magically
>> revert when users do things like change an option, press Apply, change
>> another option and press OK.
>>
>>> I've seen additional strange (non consistent) behavior: When new build
>>> configuration is being created it is possible to use existing build
>>> configuration as a "template" and then modifying it. After Eclipse
>>> restart it appears to be 2 original configurations (that was used as a
>>> template).
>>
>> That sounds odd. If you can provide clear reproduction steps please file
>> a bug.
>>
>> Cheers,
>>
>> James
Re: Build Targets Disapear after Workbench restart [message #224115 is a reply to message #224098] Sat, 27 September 2008 07:58 Go to previous message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
I was able to reproduce the problem on 5.0.1, I added a memo in:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=239687
Currently this message status is RESOLVED, I was not able to change its
status to REOPENED...
Previous Topic:How to dynamically add enumeratedOptionValue for my option in toolchain?
Next Topic:Precompiled headers in CDT with GCC and MingW on windows?
Goto Forum:
  


Current Time: Fri Apr 26 08:04:47 GMT 2024

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

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

Back to the top