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 "Winery"

m (Repositories: Adds hint on root folder)
m (adjusts TOC depth of "Compiliation instructions"; fix of casing)
Line 23: Line 23:
 
Contains the winery itself.
 
Contains the winery itself.
  
== Compilation instructions ==
+
=== Compilation Instructions ===
  
=== Make models available ===
+
==== Make Models Available ====
  
 
For each model in <tt>org.eclipse.winery.models</tt> do a <tt>mvn install</tt>.
 
For each model in <tt>org.eclipse.winery.models</tt> do a <tt>mvn install</tt>.
  
=== Compile winery ===
+
==== Compile Winery ====
  
 
In <tt>org.eclipse.winery.winery</tt>, see the [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/plain/README.md README.md] there.
 
In <tt>org.eclipse.winery.winery</tt>, see the [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/plain/README.md README.md] there.

Revision as of 11:53, 31 March 2014

Winery Code Setup Guide

Repositories

Winery is split into three repositories: misc, models, and winery. Check out each of it in a separate folder. Under Windows, we recommend the parent folder to reside the root directory due to long path names during compilation: c:\wr

org.eclipse.winery.misc

Contains documentation, eclipse configuration, graphics, and the high level REST API package

org.eclipse.winery.models

Contains models:

  • CSAR meta file
  • Self-service Portal
  • TOSCA

org.eclipse.winery.winery

Contains the winery itself.

Compilation Instructions

Make Models Available

For each model in org.eclipse.winery.models do a mvn install.

Compile Winery

In org.eclipse.winery.winery, see the README.md there.

Back to the top