LibraryLink ToToggle FramesPrintFeedback

Using the Tasks as Commands

Example 5.1 shows the basic usage statement for the FUSE ESB Ant tasks when used from the command line.


The task argument is the name of the Ant task you are calling. Each task supports a number of options that are specified using the -Doption=value flag.

The Ant task used to install a component to the FUSE ESB container is install-component. Its options are described in Table 5.1.


Example 5.2 shows an example of using install-component to install the Camel component to a container listening on port 1000.


The Ant task used to remove a component from the FUSE ESB container is uninstall-component. Its options are described in Table 5.2.


Example 5.3 shows an example of using uninstall-component to remove the drools component from a container listening on port 1000.


The Ant task used to start a component is start-component. Its options are described in Table 5.3.


Example 5.4 shows an example of using start-component to start the cxf-se component in a container listening on port 1000.


The Ant task used to stop a component is stop-component. Its options are described in Table 5.4.


Example 5.5 shows an example of using stop-component to stop the cxf-se component in a container listening on port 1000.


The Ant task used to shutdown a component is shutdown-component. Its options are described in Table 5.5.


The Ant task used to install a shared library to the FUSE ESB container is install-shared-library. Its options are described in Table 5.6.


The Ant task used to remove a shared library from the FUSE ESB container is uninstall-shared-library. Its options are described in Table 5.7.