Example ~/build.properties.intermine file:

#
# Properties file for build process. When developing with intermine, you
# should copy this file to your home directory, rename it to
# build.properties.intermine and ammend the property values accordingly.
#

# compiler to use for builds, can be either 'modern' or 'jikes'
build.compiler=jikes

# The location that rsync uses to deploy the website
# during 'ant release-www'.
www.serverlocation=user@server.mydomain.org:public_html/intermine

# The URL to the /doc parent directory of all documentation
# released with the *flymine* website. This allows an intermine
# webapp to provide links to documentation (which at the moment
# is only deployed with the flymine website).
# The flymine website can be deployed by checking out www and
# running 'ant release-www' in www/flymine
project.helpLocation=http://server.mydomain.org/~user/flymine/doc

# Project release version
project.releaseVersion=10

# Site prefix
project.sitePrefix=http://www.flymine.org/

# Base URL for webapp deployment
webapp.deploy.url=http://server.mydomain.org:8080

# Path to the intermine webapp
webapp.baseurl=http://server.mydomain.org:8080/

# The subpath to which intermine should deploy - appended to webapp.baseurl
# to get the webapp URL
webapp.path=intermine

# Tomcat manager username
webapp.manager=manager

# Tomcat manager password
webapp.password=secret

# Should be an absolute path to a directory, writable by the
# webapp container (tomcat) to which the intermine webapp
# should write it's log file (intermine.log).
webapp.logdir=/var/log

webapp.viewByID.prefix=objectDetails.do?id=
webapp.os.alias=os.production
webapp.userprofile.os.alias=osw.userprofile-production

superuser.account=info@flymine.org