Hi All,
When I try to compile the workload driver of Olio, I'm getting the following
errors.
/mount/olio/workload/java/trunk# ant deploy.jar
Buildfile: build.xml
init:
compile:
[javac] Compiling 25 source files to
/mount/olio/workload/java/trunk/build/classes
[javac]
/mount/olio/workload/java/trunk/src/org/apache/olio/workload/driver/UIDriver.java:541:
cannot find symbol
[javac] symbol : method
readURL(java.lang.String,java.util.ArrayList<org.apache.commons.httpclient.methods.multipart.Part>)
[javac] location: class com.sun.faban.driver.transport.hc3.ApacheHC3Transport
[javac] ((ApacheHC3Transport) http).readURL(fileUploadEventURL,
params);
Am I missing a library/JAR file?
-Harold