Hi,
I'm looking for a way to programmatically gets the projects references
of a given project.
Any there anyway to do it ?
Thanks
Regards,
Alexandre
Andrew Thompson - 14 Nov 2007 14:16 GMT
...
>I'm looking for a way to programmatically gets the projects references
>of a given project.
>
>Any there anyway to do it ?
Use ant with appropriate property files. Then you always
have them and do not feel your gonads being crushed by
some piece of (damnable) software.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Alexandre Jaquet - 14 Nov 2007 14:47 GMT
I cannot I'm been developping an eclipse plugin ... but thanks for the
suggestion
in fact I've found a way to get the project references :
IProject project = getCurrentProject();
IProject [] projects = null;
try {
projects = project.getReferencedProjects();
}catch (CoreException ex) {
}
but I cannot set the input projects to my treeViewer
Hendrik Maryns - 14 Nov 2007 17:40 GMT
Alexandre Jaquet schreef:
> Hi,
>
> I'm looking for a way to programmatically gets the projects references
> of a given project.
>
> Any there anyway to do it ?
Eclipse has its own newsserver. I’d suggest
nttp://news.eclipse.org/eclipse.newcomer to start with.
See http://www.eclipse.org/newsgroups/.
H.

Signature
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html