Hi all,
I'm quite new in using Eclipse. I was able to create new workspaces,
projects and packages. For older existing projects that I want to use
it too.
Here I'd like to refer to sources/packages outside the workspace and I
whant to compile (make class files) it also into this outside folders
in order not to change the programs structure of my project that is
also used from other programers. Im pretty shure that this should be
possible but until now I did not find a way to do this.
Thanks a lot for your help,
Matthias
Shai - 17 May 2005 18:04 GMT
> Hi all,
>
[quoted text clipped - 10 lines]
>
> Matthias
I'm not sure about eclipse 3.0, but in eclipse 3.1M5 you can link
additional source paths to an existing project. The why to do that is:
1. Right click your project in the package explorer and click "Link
Additional Source to Project" under "Build Path".
2. Choose the source folder on your disk.
3.After the source folder is added to your project tree, right click it
and choose "Add to Build Path" under "Build Path".
HTH,
Shai