On Sep 22, 2008, at 9:36 PM, Paul Libbrecht wrote:
I have made ~/tmp/xeclipse with three directories:
- eclipse-RCP-SDK-3.4
- eclipse-delta-pack-3.4
- eclise-SDK-3.4
Maybe That's the problem.
You should not have 3 directories but only two. The RCP-SDK and the
delta pack should be expanded in the same directory!
So basically:
1) You untar the SDK
2) You rename the 'eclipse' directory to something else, like'eclipse-
SDK'
3) Then you untar the RCP-SDK
4) And finally you unzip the delta pack (answering Y to all the
overwrite requests)
At this point you will have the SDK in 'eclipse-SDK' and the RCP-SDK +
the delta pack in the 'eclipse' directory.
Use these parameters to configure your command line and everything
should work.
This convoluted setup is needed because by default all the eclipse
tarballs/zips expand to the 'eclipse' directory, and we need not to
mix things from different distributions otherwise we will get
compiling errors.
Let me know.
-Fabio