-
Notifications
You must be signed in to change notification settings - Fork 5
Install Example
Instructions how to get the example code.
This page explains how to get the example source code to your machine, for an analysis of the code you are referred to [ExampleCode]
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.
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.
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:
- http://spi.googlecode.com/svn/trunk/examples/img-thumbnailer
- http://spi.googlecode.com/svn/trunk/examples/thumbnails
- http://spi.googlecode.com/svn/trunk/examples/tools
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.