代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/UnboundID LDAP SDK for Java 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/bin/sh
# Copyright 2007-2020 Ping Identity Corporation
# All Rights Reserved.
#
# -----
#
# Copyright 2007-2020 Ping Identity Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# -----
#
# Copyright (C) 2007-2020 Ping Identity Corporation
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License (GPLv2 only)
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# Determine the path to this script.
ORIG_DIR=`pwd`
cd `dirname $0`
SCRIPT_DIR=`pwd`
cd "${ORIG_DIR}"
# Set ANT_HOME to the path of the ant installation.
ANT_HOME="${SCRIPT_DIR}/ext/ant"
export ANT_HOME
# SONAR will run out of heap space if this isn't set.
for arg in "${@}"
do
if test "${arg}" = "sonar"
then
if test -z "${ANT_OPTS}"
then
ANT_OPTS="-Xms512m -Xmx1024m"
export ANT_OPTS
fi
fi
done
# Invoke ant with the default build script.
"${ANT_HOME}/bin/ant" --noconfig ${*}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。