Issue 5: Fix build instructions in README
Status:  Fixed
Owner:
Closed:  Mar 2011
Cc:
debbie.w...@gtempaccount.com
Project Member Reported by api.arogal@gmail.com, Mar 31, 2011
Change build instructions to:

"""

Examples can be compiled and run by executing the following on command line
from the "examples/" directory i.e.

    $ cd examples
    $ javac -classpath ../lib/dfp-api-{lib_version}.jar {api_version}/*/*.java
    $ java -classpath .:{api_version}:../lib/dfp-api-{lib_version}.jar\
      classname [parameters]

As an example for v201103:

    $ cd examples
    $ javac -classpath ../lib/dfp-api-2.5.0.jar v201103/*/*.java
    $ java -classpath .:v201103:../lib/dfp-api-2.5.0.jar\
      v201103/inventoryService/GetAllAdUnitsExample

"""
Mar 31, 2011
Project Member #1 api.arogal@gmail.com
Fixed in v2.5.0
Status: Fixed