Skip to content
Roel Spilker edited this page May 2, 2015 · 1 revision

Instructions how to get the example code.

Introduction

This page explains how to get the example source code to your machine, for an analysis of the code you are referred to [ExampleCode]

Installing the example code

To get the example code on your machine, you can either download and unzip the example code from this site, or do a svn checkout of the example project.

Download Example Archive

You can get the example source code as one simple archive here: http://spi.googlecode.com/files/thumbnails-src.zip

After you have unpacked, the thumbnails directory contains an ant build file that you can use to easily compile and package the code to test it.

Checkout Example Project Using Git

To checkout the example project from the github repository, follow the instructions on [http://code.google.com/p/spi/source/checkout the source page] to connect to the svn repository. However, instead of the provided URL, you should check out the following projects:

The thumbnails project contains an ant build file which (if you placed all three projects in the same directory) you can use to easily compile and package the source code to test it.

Clone this wiki locally