I am trying to install Tomcat 8 in OpenShift by following this tutorial, but I am stuck in step:
Next we need to remove the dependency of build-docs target from deploy target as it gives an exception
target name="deploy" depends="package, build-tomcat-jdbc" description="Default. Builds a working Tomcat instance"
I can't find out where to find this line to modify it, is it in build.properties?