Installing from http://ceylon-lang.org/eclipse/updatesite/
-
Start with a clean install of Eclipse Indigo (or Juno, especially if you're on a Mac).
-
Use
Help > Install New Software ... > Available Software Sites > Import
Selectupdatesites.xml
-
Close the dialog and now choose ceylon-lang.org updatesite and install the plugin.
-
Restart Eclipse.
-
Go to
Help > Welcome to Ceylon
to get started.
-
Start with a clean install of Eclipse Indigo (or Juno, especially if you're on a Mac).
-
Use
File > Import... > Existing Projects into Workspace
to import the project from this root directory:ceyon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui
-
Select the
com.redhat.ceylon.eclipse.ui
project and run it usingRun > Run As > Eclipse Application
. Now go to the new instance of Eclipse. -
Go to
Help > Welcome to Ceylon
to get started.
-
From this directory, type
mvn clean install
-
The directory
site/target/site
now contains an update site you can install from.
-
Build with Tycho/Maven 3 (see previous section)
-
Copy (through sftp) the content of the directory
site/target/site
onto the server :www.ceylon-lang.org
to the following directory :
/var/www/downloads.ceylonlang/ide/dev
The content of this repository is released under the EPL v1.0 as provided in the LICENSE file that accompanied this code.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.