Placing a Service
See
DwarfCVSStructureTutorial
Get it Running
Distribute Libs, Jars
To all clients (
ssh-all-clients
) and to
AutoInstall
Add Checks for Libs, Jars
Add Service to configure.ac
Test your service for successful compilation
Add to CVS and check in
Document the Service
- Fill the XML Service Description file, document it and name it as follows
<YOUR_Service>_Template.xml
- Create your
Makefile.am
, but do not add the template Service Sescription, it is just for copying when setting up an application
- Add your Service to
dwarf/configure.ac
to get a Makefile generated (see variable AC_CONFIG_FILES
)
- Run
bootstrap
and configure
again
-
make install
the service from the build path
- Try it running