While compiling my project using
ant 1.8, i am getting the below error:
"
C:\BB_workspace\B4B\build.xml:10: The following error occurred while executing this line:
C:\BB_workspace\B4B\axis2-1.1\webapp\Axis2WarBuild.xml:110: Error running javac.exe compiler"
The line in Axis2WarBuild.xml which is causing the below error is:
"
<javac debug="on" memoryMaximumSize="256m" memoryInitialSize="256m" fork="true" destdir="${temp}/WEB-INF/classes" srcdir="${logservlet-src}" >
"
My JAVA_HOME (using jdk1.6), classpath and path settings are correct. Giving ant at the command prompt gives the below
"
C:\ant\apache-ant-1.8.0\bin>ant
Buildfile: build.xml does not exist!
Build failed
"
Can someone tell me how do I resolve this error?
Thanks