Re: Here are two simple pipelines that use p:http-request

2009/4/25 Costello, Roger L. wrote:

>   lib
>      calabash
>         calabash.jar
>      saxon
>          saxon9.jar
>          saxon9-dom4j.jar
>          saxon9-dom4j.jar
>          saxon9-jdom.jar
>          saxon9-s9api.jar
>          saxon9sa.jar
>          saxon9sa-jaxp.jar
>          saxon9sa-qc.jar
>          saxon9-sql.jar
>          saxon9-xom.jar
>          saxon9-xpath.jar
>          saxon9-xqj.jar
>      apache-commons-http-client
>          commons-httpclient-3.1.jar
>      apache-commons-codec
>          commons-codec-1.3.jar
>      apache-commons-logging
>          commons-logging-1.1.1.jar
>          commons-logging-1.1.1-javadoc.jar
>          commons-logging-1.1.1-javadoc.jar
>          commons-logging-adapters-1.1.1.jar
>          commons-logging-api-1.1.1.jar
>          commons-logging-tests.jar

> Be sure your CLASSPATH points to each of these jar files.

  As far as I know, Calabash only depends (in order to use
p:http-request) on saxon9, saxon9-s9api and commons-httpclient
JARs.  The later in turn does depend on commons-logging and
commons-codec.  So my classpath only contains the following:

  - calabash-0.9.8/lib/calabash.jar
  - saxonsa9-1-0-6j/saxon9.jar
  - saxonsa9-1-0-6j/saxon9-s9api.jar
  - commons-httpclient-3.1/commons-httpclient-3.1.jar
  - commons-logging-1.1.1/commons-logging-1.1.1.jar
  - commons-codec-1.3/commons-codec-1.3.jar

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Saturday, 25 April 2009 18:23:27 UTC