cancel
Showing results for 
Search instead for 
Did you mean: 

Compiler error message

jonathanscorner
Champ in-the-making
Champ in-the-making
I have a modified copy of the source, which I am trying to compile, and the build is failing:

BUILD FAILED
C:\<path>\alfresco-source\HEAD\root\build.xml:253: Directory does not exist: C:\<path>\HEAD\root\${env.TOMCAT_HOME}\common\lib

Why is it giving me this error? That directory exists, as far as I know, and I ran an extra Subversion checkout to make sure it was there. Afterwards, I still got the error; it complained that the directory does not exist.

What is the root problem, and how can I fix it?

Thanks,
1 REPLY 1

jbarmash
Champ in-the-making
Champ in-the-making
Looks like your TOMCAT_HOME environment variable is not set.  Ant script is trying to use it, and expects underneath your tomcat directory to be common\lib directory. 

Set TOMCAT_HOME and I think you should be ok.