Skip to content

Quick Start

kristiancalhoun edited this page Jun 19, 2012 · 27 revisions

Getting started with a local copy of the CZML Writers on Windows.

Get the Code

Build

.NET:

  • Open DotNet\CesiumLanguageWriter.sln.
    • On Windows use Visual Studio 2010 or newer.
    • On Linux and Mac use MonoDevelop.
  • Build - Build Solution (Ctrl + Shift + B) or Build - Build All (F8) to compile all included projects.

Java:

  • In Eclipse
    • File - Import - General - Existing Projects into Workspace
    • Select root directory: \czml-writer\Java
  • Project - Build All (Ctrl + B)
    • Or select Project - Build Automatically to build when changes are saved.

Running Unit Tests

.NET:

  • Visual Studio: TestDriven.NET provides the easiest way to run unit tests.
  • MonoDevelop: Run - Run Unit Tests (Ctrl + T)

Java:

  • In the Package or Project Explorer (Window - Show View), right-click the test project or file and select Run-As - Junit Test
Clone this wiki locally