[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Eclipse Source installation

* adwin <fox@xxxxxxxxxxxxxxxxxx> wrote:
> I have been successfully download eclipse 2.1 src and I have been
> successfully compiled it. I compile it in gtk version. I try to run it,
> and it run well :)

Same here, using debian packages :)

> Now, I want to ask, how to install the binary into a specified directory ?
> because I don't need the source yet, so I think to remove the source code
> right now.I looking for in installation manual, but I didn't find it yet. 

See the thread about "How to build source plugins", which I started 
on sunday. Sonia Dimitrov gave some instruction there how to do
that.

In short: the normal build.xml does not zip a complete distribution.
You have to call all the features you want to install with some ant
calls to get a source and bin zip with the content of the feature.
Then you need to unzip this files into the right location.

Jan