Openfire编译命令

详细参见:http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/source-build.html#tasks

3. Build Tasks

The list of common build tasks is below. All build commands should be run from the "build" directory of your Openfire distribution.
For a full list of the commands and a brief description from the command line, type ant -projecthelp. For more complete help on several commands, read the documentation below.
To execute a build task, type ant [options] targetname where "targetname" is one of the targets listed below:

Each task is documented with a syntax guide and description. Optional paramaters for each task are enclosed with braces. If you would like to permanently set the value of a property, add it to build/build.xml file.

Default

openfire

    Syntax:

    ant openfire

    Description:

    Builds Openfire into the target/openfire directory. You can then launch Openfire using the scripts in target/openfire/bin.

    [return to task list]

plugins

    Syntax:

    ant plugins

    Description:

    Builds all plugins into the target/openfire/plugins directory.

    [return to task list]

clean

    Syntax:

    ant clean

    Description:

    Cleans all artifacts of the build process.

    [return to task list]

posted @ 2013-06-04 14:41  IamThat  阅读(214)  评论(0编辑  收藏  举报