Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Development

Taimur el-Halawani edited this page Oct 24, 2017 · 3 revisions

WikiDevelopment

Requirements

  1. Java 7+
  2. Maven 3.3.3+
  3. Julia

Maven

Profile Command Usage Plugins
default mvn clean install local/dev formatter
strict mvn clean install -P strict travis
dev (pre-commit)
checkstyle, enforcer, findbugs, formatter

Eclipse

  1. Install Eclipse PDE
  2. Install the Dynamic Languages Toolkit - Core Frameworks (for the Mars release this is available on the update site http://download.eclipse.org/releases/mars)
  3. Install Eclipse Maven Plugin (M2Eclipse - http://download.eclipse.org/technology/m2e/releases)
  4. Add the Antlr Runtime Plugin to the Eclipse/dropins directory
  5. Import as a Maven project
  6. Run as an Eclipse Application

To Run

cd <project home>/com.juliacomputing.jldt.eclipse.repository/target/products
cp jldt.product-<platform>.zip <installation directory>
cd <installation directory>
unzip jldt.product-<platform>.zip
launch
Clone this wiki locally