An example servlet that adds a task to the blackboard.
Load with:
<component
class='org.cougaar.planning.examples.AddTaskServlet'>
<argument>/addtask</argument>
</component>
Note that the compiled examples jars are not included in the
release; you must compile them from the source code using the
ant script, e.g.:
cd $CIP/planning
ant compile-examples
cd tmp/examples
jar cvf $CIP/lib/planning_examples.jar *
|