I am going through a spring tutorial and I'm trying to modify the appserver.home property with an absolute path value in the build.properties file so that it can find my tomcat server.
This is what I'm trying to change it to:
The original setting was appserver.home=${user.home}/server/apache-tomcat-7.0.25
The ${user.home} value is defined as: C:\Users\Melinda and because my server is not installed in this directory then I get the following error when I try to refresh my build file:
springapp C:\Users\Melinda\workspace\SpringTutorial\springapp\"C:\server\apache-tomcat-7.0.25"\lib does not exist.