[Swift-devel] Setting up swift dev environment in Eclipse
Mihael Hategan
hategan at mcs.anl.gov
Sat May 14 17:33:12 CDT 2011
On Sun, 2011-05-15 at 03:54 +0530, Yadu Nand wrote:
> Sorry missed the link to the doc I was referring to.
> Here it is
> https://sites.google.com/site/swiftdevel/internals/new-developer-guide
That document doesn't seem quite complete.
I personally use eclipse to compile and run swift.
Essentially things are organized into modules (in the checkout they
would be in cog/modules). All these modules should have eclipse projects
inside them (i.e. cog/modules/swift/.project). These modules may depend
on one another. You should import them one by one ending up with
multiple eclipse projects.
The essential modules are:
swift
abstraction
abstraction-common
provider-(local, gt2, coaster)
jglobus
util
karajan
There may be some others. In that case, eclipse will complain about
missing projects, so also add the missing projects/modules if necessary.
More information about the Swift-devel
mailing list