| Issue 5: | Fix build instructions in README | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|