Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Lyo/tools"

< Lyo
(Prerequisites)
m (Clone the Lyo git repositories)
Line 11: Line 11:
  
 
== Clone the Lyo git repositories ==
 
== Clone the Lyo git repositories ==
 +
This example assumes EGit is being used
 +
 +
* Open the Git Repositories view in Eclipse and click the Clone Git Repository icon
 +
* Use <tt>git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.docs</tt> as the URI  (browse it also [http://git.eclipse.org/c/lyo/org.eclipse.lyo.docs/ on line]).  User/Password are not required.
 +
 +
* On the Branch Selection page, select the master branch
 +
* On the Local Destination page, specify a location or accept the default and click Finish
 +
 +
The repository should now show up in your Git Repositories view
  
 
== Import the project from the git repository ==
 
== Import the project from the git repository ==

Revision as of 12:24, 6 August 2014

Overview

Resource Table Tool

Example Checker Tool

Building and Running the tools in Eclipse

Prerequisites

  • Eclipse 3.6 or higher IDE
  • EGit team provider for git (recommended) or git command line package.
  • m2eclipse for Maven support in the Eclipse IDE
  • LDP impl requires a Java 1.6 compiler and Java 1.6 runtime. The Eclipse project settings have been set appropriately. If you are building outside of Eclipse, please use Java 1.6.

Clone the Lyo git repositories

This example assumes EGit is being used

  • On the Branch Selection page, select the master branch
  • On the Local Destination page, specify a location or accept the default and click Finish

The repository should now show up in your Git Repositories view

Import the project from the git repository

Build all projects

Run the tools

Run the resource shape tool

Run the example checker tool

Building and Running the tools from Command Line

Back to the top