Modified build.xml/build.properties connection
This commit is contained in:
parent
ed8fc4b024
commit
7e5c2143a9
3 changed files with 15 additions and 9 deletions
|
@ -1,2 +1,2 @@
|
||||||
local-config
|
local-config
|
||||||
build.properties
|
working.build.properties
|
||||||
|
|
|
@ -1,11 +1,17 @@
|
||||||
|
# Important!
|
||||||
|
# This file is just a template file.
|
||||||
|
# Do not add any usernames or passwords
|
||||||
|
# The build file looks for a file called working.build.properties
|
||||||
|
# Please make a copy named working.build.properties before filling out any values.
|
||||||
|
|
||||||
#Configure properties to access the Manager application user/pass combo should be in $TOMCAT_HOME/conf/tomcat-users.xml with manager role.
|
#Configure properties to access the Manager application user/pass combo should be in $TOMCAT_HOME/conf/tomcat-users.xml with manager role.
|
||||||
catalina.home=/usr/local/tomcat8080
|
catalina.home=/usr/local/tomcat
|
||||||
catalina.base=/usr/local/tomcat2020
|
catalina.base=/usr/local/tomcat
|
||||||
url=http://localhost:2020/manager
|
url=http://localhost:2020/manager
|
||||||
username=travis
|
username=
|
||||||
password=bavis
|
password=
|
||||||
|
|
||||||
#These properties need to be set to run the unit tests. They are your login to the dictionary
|
#These properties need to be set to run the unit tests. They are your login to the dictionary
|
||||||
lex.username=travis
|
lex.username=
|
||||||
lex.password=bavis
|
lex.password=
|
||||||
jmeterhome=/Users/travis/webapps/jmeter
|
jmeterhome=../jmeter
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
<!-- <property file="${user.home}/.${ant.project.name}-build.properties"/>
|
<!-- <property file="${user.home}/.${ant.project.name}-build.properties"/>
|
||||||
<property file="${user.home}/.build.properties"/> -->
|
<property file="${user.home}/.build.properties"/> -->
|
||||||
<property file="build.properties"/>
|
<property file="working.build.properties"/>
|
||||||
|
|
||||||
<!-- Configure the custom Ant tasks for the Manager application
|
<!-- Configure the custom Ant tasks for the Manager application
|
||||||
These tasks require catalina-ant.jar in $ANT_HOME/lib-->
|
These tasks require catalina-ant.jar in $ANT_HOME/lib-->
|
||||||
|
|
Loading…
Reference in a new issue