⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.properties

📁 opennms得相关源码 请大家看看
💻 PROPERTIES
字号:
# Sample build.properties file for Solaris builds## PLEASE NOTE:# root.source is a "special" property, set by build.sh to be# the top root of the source tree, where build.sh resides.# It isn't actually in any property file, but is instead# passed to ant when the build is run.# root.install: the top directory to install OpenNMS toroot.install		= /usr/local/opennms/# root.install.initdir: the location of the init.d directoryroot.install.initdir	= ${root.install}/bin# install.servlets: the location of the servlet rootroot.install.servlets	= ${root.install}/webapps/opennms# root.install.share: the location of shared dataroot.install.share	= ${root.install}/share# root.install.rrdtool: the location of rrdtool librariesroot.install.rrdtool	= ${root.install}/lib# root.install.postgresql: the location of postgresql librariesroot.install.postgresql	= ${root.install}/lib# root.install.contrib:	the location to put the contributed sourceroot.install.contrib	= ${root.install}/contrib# root.install.logs: the directory to log toroot.install.logs	= ${root.install}/logs# root.install.pid: the name of the pid file to useroot.install.pid	= ${root.install}/logs/opennms.pid# root.install.perl: the location of your perl executableroot.install.perl	= /usr/bin/perl# root.installprefix: a prefix used for installation in or chrootroot.installprefix	= /tmp/opennms# root.build: the top working directory for compiling/etc.root.build		= ${root.source}/work# root.build.classes:	where OpenNMS classes go when buildingroot.build.classes	= ${root.build}/opennms/classes# root.release: the location to put release archives and filesroot.release		= ${root.source}/work/releases# opennms.version:	the version number of this installopennms.version		= 1.1.3# opennms.snapshot:	whether or not this should be a "snapshot" release# please do not check this in as false!  set false in# ~/.opennms-global.properties or on the command-line, as in,# "./build.sh -Dopennms.snapshot=false rpm"opennms.snapshot	= true# opennms.release: the release number of this install (for RPMs)opennms.release		= 0# javac options# opennms.debug:	whether to compile with debugging symbolsopennms.debug		= true# opennms.optimize:	whether to compile with optimizationsopennms.optimize	= true# opennms.verbose:	whether to compile with verbosity on# note that it will be overridden if you pass a -v to build.shopennms.verbose		= false# opennms.deprecation:	whether to compile with deprecation turned onopennms.deprecation	= false# compilation options# compile.cflags:	passed on the commandline to gcc/cccompile.cflags		= -gbuild.compiler		= modern# RPM-specific options# rpm.builddocs:	should ./build.sh (s)rpm build the docs RPM?rpm.builddocs		= 0# rpm.database.user:	the database user for opennmsrpm.database.user	= opennms# rpm.database.password:	the password for the opennms database userrpm.database.password	= opennms# rpm.database.name:	the name of the database to createrpm.database.name	= opennms# ...repetitive, eh?# rpm.platform:		the platform to compile forrpm.platform		= linux-i386-redhat-7# rpm.install:		the top directory to install OpenNMS to when building RPMsrpm.install		= /opt/OpenNMS# rpm.sign:		whether to PGP sign the RPMsrpm.sign		= false# rpm.buildtests:	whether to build the test classesrpm.buildtests		= falseinstall.database.driver   = org.postgresql.Driverinstall.database.url      = jdbc:postgresql://localhost:5432/opennms?compatible=7.1install.database.name     = opennmsinstall.database.user     = opennmsinstall.database.password = opennmsinstall.rrdtool.bin       = /usr/bin/rrdtoolinstall.xmlrpc.server     = http://10.1.8.10:8000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -