INTRODUCTION
============

This is a sample project that can be adjusted to your needs.
Ensure that it works on your environment by trying a few of
the commands below and then edit and rename the project files
as required. There are two ProtoJ libraries that you can
choose from:

   1. no dependencies jar - contains all third party dependencies. This is
      the most convenient way to use ProtoJ but the merged dependency versions
      may conflict with your own dependency requirements
   
   2. minimal jar - contains no third party dependencies except for
      ant-googlecode-0.0.1.jar and jsch-0.1.41.jar and is recommended if
      your project dependencies conflict with ProtoJ dependencies.

BUILDING
========

From the bin directory try the following commands:

If you experience OutOfMemoryError problems during your session then
adjust the settings in the conf/profile/conf directory first and apply:

	$ ./helloworld.sh config

Compile the source code:

	$ ./helloworld.sh compile

Display available commands:

	$ ./helloworld.sh help

Execute a basic project custom command: 

	$ ./helloworld.sh hello-world

MORE INFORMATION
================

Visit the ProtoJ website at http://code.google.com/p/protoj/
