您的位置:首页 > 运维架构 > Tomcat

jenkins , ant ctomcat+shell报ant: command not foun.

2015-09-06 17:52 543 查看
#!/bin/sh

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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

JAVA_HOME=/usr/local/java/jdk1.7.0_51

export JENKINS_HOME="home/jenkins-home"

在catalina.sh中加入以上代码,否则ant编译出错!提示命令找不到
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: