Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Intranet\C\Archivos de programa\openfire\documentation\ drwxrwxrwx |
Viewing file: source-build.html (8.48 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | Building the SourceThis document provides detailed information for developers that wish to compile and make changes to the Openfire source code. Use of the source code is governed by the GPL or the commercial license you purchased for the codebase from Jive Software. If Openfire source is embedded into another application, that application must also be released under the Open Source GPL license (unless you have a commercial OEM license in place with Jive Software). Please see the license agreement for further details.. Some of the source code in this package is Open Source software developed by third parties. Wherever this is the case, it is specifically noted in the source, and that source is governed by the license given to it by its author. For additional developer resources, please visit: http://www.igniterealtime.org. The Openfire build process is based on Ant. Visit the Ant website for more information. There is no need to download and install Ant - a version of it is included in this distribution. This documentation is divided into three sections:
You can get the Openfire source code by downloading a source distribution or by checking out the source code from CVS. Instructions for both options can be found on the source page. Getting your machine ready for development requires a few steps. Wherever possible, instructions are provided for both Unix/Linux and Windows users.
Important! -- the Openfire build tool needs to know where Java is installed on your system. You must configure the "JAVA_HOME" environment variable to point to the correct directory. Instructions on how to set this variable for various platforms are as follows:
The Openfire build process uses Ant, so that tool must be installed and configured on your computer. First download Ant from: http://ant.apache.org. Next, follow the installation instructions.
Now, invoke the build tool to compile the Openfire source code
Windows: ant If the build tool is invoked correctly and Openfire compiles, you've correctly configured your copy of the Openfire source distribution. Finished!
The list of common build tasks is below. All build commands should be
run from the "build" directory of your Openfire distribution.
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.
ant Description: Equivalent of calling "ant openfire".
ant openfire Description: Builds Openfire into the target/openfire directory. You can then launch Openfire using the scripts in target/openfire/bin.
ant plugins Description: Builds all plugins into the target/openfire/plugins directory.
ant clean Description: Cleans all artifacts of the build process.
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]-- |