Version 4

    Getting and Building the bbmailposter Module

     

    The bbmailposter module is currently available in CVS head and also currenlty requires a full get, compile, and deploy of Nukes. It relies on the Nukes core and the bb module. It has not been added to the main nukes build.xml file because it will delete all messages in the pop mail box specified in mail-service.xml. This could come as a surprise to a Nuke administrator who decides to deploy all of Nukes and we wouldn't want that.

     

    After getting nukes from CVS, you will need to modify the build.xml file located in the nukes/build directory. Add bbmailposter as one of the module names.  Then add bbmailposter to the group name released and group name nukes-all.

     

    On windows enter the command: build.bat deploy-all

     

    On Linux enter the command ./build.sh deploy-all