Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » building the eclipse.exe from cvs
building the eclipse.exe from cvs [message #327265] Mon, 14 April 2008 22:01 Go to next message
Derek Lac is currently offline Derek LacFriend
Messages: 19
Registered: July 2009
Junior Member
Hello,
How do I build eclipse from scratch using the ant or any build command?
Is there a document for that? Which directory should I start building it?


I've downloaded the source code from CVS using the check out command.
There's a lot of directories and java files. At the root level, there's
at leave 20 directories. There's directories called org.eclipse.* such
as org.eclipse.sdk. There's also org.eclipse.ant.core. However when I
search recursively, there aren't a lot of build.xml.


-Derek Lac
dlac23@yahoo.com
Re: building the eclipse.exe from cvs [message #327331 is a reply to message #327265] Tue, 15 April 2008 16:14 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
In a normal build, the build.xml scripts are automatically generated by pde.build.

To build eclipse from scratch, use the Source Build for a given release (the
"Access the Source Builds page" link from the SDK download page). Eg:
http://download.eclipse.org/eclipse/downloads/drops/S-3.4M6a -200804091425/sourceBuilds.php

There are 2 versions of the source build there, one fetches the source from cvs,
the other has the source included in the zip.

Note this is only compiling Java code, native pieces (like eclipse.exe itself)
are precompiled and binaries exist in cvs.

-Andrew
Derek wrote:
> Hello,
> How do I build eclipse from scratch using the ant or any build command?
> Is there a document for that? Which directory should I start building it?
>
>
> I've downloaded the source code from CVS using the check out command.
> There's a lot of directories and java files. At the root level, there's
> at leave 20 directories. There's directories called org.eclipse.* such
> as org.eclipse.sdk. There's also org.eclipse.ant.core. However when I
> search recursively, there aren't a lot of build.xml.
>
>
> -Derek Lac
> dlac23@yahoo.com
Previous Topic:Reusing Handler in plugin
Next Topic:Recommendations on Bundle-RequiredExecutionEnvironment manifest header?
Goto Forum:
  


Current Time: Wed Jul 17 12:14:08 GMT 2024

Powered by FUDForum. Page generated in 0.03177 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top