./configure ./makeAfter this process, you should find a VHPOP exutable in your $VHPOP directory ("vhpop" on *nix, "vhpop.exe" on CygWin/Windows)
<planner name="VHPOP" features="strips, types" isDefault="true">
<param name="class" value="org.mcm.sws.planners.VHPOPPlanner"/>
<!-- change to the VHPOP startup script, for instance to:
<param name="path" value="/home/jpeer/vhpop-rp/vhpop.sh"/>
-->
<param name="path" value="d:\cygwin\home\_jpeer\vhpop-rp\vhpop.bat"/>
<!-- change to a temp directory on your system -->
<param name="temp-dir" value="d:\tmp"/>
</planner>
The examples are configured to use the publicly available services deployed at http://sws.mcm.unisg.ch:8080/axis Check if the services are alive
In case you want to run the services locally on your computer/network, then download the WSE (Web Service Examples)-package from the CVS repository and follow the instructions in the package's INSTALL/README files
there are currently 3 examples which can be run by invoking:
cd $WSPLAN/examples shopping-N.bat(or ./shopping-N.sh on Unix systems!) wait until the GUI is loaded and then hit the "PLAN!" button
The current packages have been tested for Windows XP + CygWin and for SUSE Linux. If you experience any problems, please send the problem or bug report to: joachim.peer(at)unisg.ch - Thank you.