Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Concurrent Trouble in Eclipse Platform 3.x

Emilio,

This is a Resources issue. Please log a bug against it for Resources
component, please. See the link below:
https://bugs.eclipse.org/bugs/enter_bug.cgi

If you could attach a code snippet that illustrates the issue, it would be
great.

Regards
--
Szymon Brandys



                                                                       
             "Emilio Almazán"                                        
             <ealmazanm@gmail.                                         
             com>                                                       To
             Sent by:                  platform-team-dev@xxxxxxxxxxx   
             platform-team-dev                                          cc
             -bounces@eclipse.                                         
             org                                                   Subject
                                       [platform-team-dev] Concurrent  
                                       Trouble in Eclipse Platform 3.x 
             2008-01-17 13:32                                          
                                                                       
                                                                       
             Please respond to                                         
               Generic team                                            
             support framework                                         
             <platform-team-de                                         
              v@xxxxxxxxxxx>                                           
                                                                       
                                                                       




Hi,

We are Java development team and are making an application migration from
eclipse 2.x to 3.x platform.

There is a trouble deleting resources using delete method of
org.eclipse.core.internal.resources.Resource . Us application perform a
delete operation over list of resources in a loop ("for"), during first
element eclipse makes a thread that executes in background and when
application works the second item, cant delete it until thread is finished.
In Eclipse Platform 2.x works fine. We think that was perform in sequential
order in the UI thread.

We would need to execute it in the same mode that Eclipse 2.x. How can do
it?

With attention:


Emilio Almazán
Software Factory. ETSIA
Madrid - SPAIN
_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev




Back to the top