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
|
||||
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.
|
||||
catalina.home=/usr/local/tomcat8080
|
||||
catalina.base=/usr/local/tomcat2020
|
||||
catalina.home=/usr/local/tomcat
|
||||
catalina.base=/usr/local/tomcat
|
||||
url=http://localhost:2020/manager
|
||||
username=travis
|
||||
password=bavis
|
||||
username=
|
||||
password=
|
||||
|
||||
#These properties need to be set to run the unit tests. They are your login to the dictionary
|
||||
lex.username=travis
|
||||
lex.password=bavis
|
||||
jmeterhome=/Users/travis/webapps/jmeter
|
||||
lex.username=
|
||||
lex.password=
|
||||
jmeterhome=../jmeter
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<!-- <property file="${user.home}/.${ant.project.name}-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
|
||||
These tasks require catalina-ant.jar in $ANT_HOME/lib-->
|
||||
|
|
Loading…
Reference in a new issue