Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] how to create IJavaSearchScope that would include all necessary projectes/libraries?

Yes, you would have to do it recursively. I thought you already did when
you said "all referencing projects".

Jerome



                                                                                                                                              
                      "Adam Kiezun"                                                                                                           
                      <adam.kiezun@xxxxxx         To:      <jdt-core-dev@xxxxxxxxxxx>                                                         
                      t>                          cc:                                                                                         
                      Sent by:                    Subject: Re: [jdt-core-dev] how to create IJavaSearchScope that would include all necessary 
                      jdt-core-dev-admin@         projectes/libraries?                                                                        
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      03/12/2002 03:34 PM                                                                                                     
                      Please respond to                                                                                                       
                      jdt-core-dev                                                                                                            
                                                                                                                                              
                                                                                                                                              



----- Original Message -----
>
> Instead of adding all referencing projects, you could add the package
> fragment roots of each referencing project (see
> IJavaProject,getPackageFragmentRoots()).

and what about the transitive closure problem?
do i have to do it recursively?

a.


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






Back to the top