From 7e5c2143a92081d0aa43fc74e9485a989b54dfe0 Mon Sep 17 00:00:00 2001 From: travismccauley Date: Wed, 26 Nov 2003 16:54:59 +0000 Subject: [PATCH] Modified build.xml/build.properties connection --- .cvsignore | 2 +- build.properties | 20 +++++++++++++------- build.xml | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index af517a5..30fb81a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ local-config -build.properties +working.build.properties diff --git a/build.properties b/build.properties index 8de8c90..47764b2 100644 --- a/build.properties +++ b/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 diff --git a/build.xml b/build.xml index dacbfda..42b4410 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,7 @@ - +