
I've created a DOS batch file to run calabash.

Open a DOS window, change to this folder, and type:

   run-calabash helloWorld.xpl

That should result in Calabash running the pipeline
file helloworld.xpl

If you get an error, be sure that you've downloaded
and installed the .jar files into the lib folder.
The lib folder should look like this:

   lib
      calabash
         calabash.jar
      saxon
          saxon9.jar
          saxon9-s9api.jar
          saxon9sa.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

Also, if you want your pipelines to be able to do schema validation
you will need to purchase a SAXON license. Put that license into
a folder like this:

   c:\
      SAXON-license\
         saxon-license.lic

If you don't want to purchase the license then open my batch file,
run-calabash.bat, and delete this line:

   if not exist C:\SAXON-license\saxon-license.lic goto no-saxon-lic

Also, on the line to invoke java remove the "-a" flag, i.e. it should look
like this:

java -classpath %CLASSPATH% -Dcom.xmlcalabash.phonehome=false com.xmlcalabash.drivers.Main %1



Roger Costello
May 10, 2009

         
    