Hi, I just installed tomcat and ant on my machine.Installation went smooth. Tried to build the sample "Hello World" application which comes with the package. "myapp" application gets created under %TOMCAT_HOME%\webapps\myapp. All the directories get created but there is no Hello.class in %TOMCAT_HOME%\webapps\myapp\WEB-INF\classes directory. And no error is generated during the build process. The build output is as follows: E:\develop\sample>build CLASSPATH set to D:\jakarta-tomcat\classes;D:\jakarta-tomcat\lib\ant.jar;D:\jaka rta-tomcat\lib\jasper.jar;D:\jakarta-tomcat\lib\servlet.jar;D:\jakarta-tomcat\li b\webserver.jar;D:\jakarta-tomcat\lib\xml.jar;D:\jdk1.3\lib\dt.jar;D:\jdk1.3\lib \tools.jar;.;D:\MySQL\mm.mysql-2.0.1;D:\jswdk-1.0.1\lib\servlet.jar;D:\J2sdkee1. 2.1\lib\j2ee.jar Buildfile: build.xml Project base dir set to: E:\develop\sample Executing Target: prepare Created dir: D:\jakarta-tomcat\webapps\myapp Copying 3 files to D:\jakarta-tomcat\webapps\myapp Created dir: D:\jakarta-tomcat\webapps\myapp\WEB-INF Created dir: D:\jakarta-tomcat\webapps\myapp\WEB-INF\classes Created dir: D:\jakarta-tomcat\webapps\myapp\WEB-INF\lib Created dir: D:\jakarta-tomcat\webapps\myapp\javadoc Executing Target: compile Compiling 1 source files to D:\jakarta-tomcat\webapps\myapp\WEB-INF\classes Performing a Modern Compile Completed in 0 seconds E:\develop\sample> Has anyone faced this problem?Please help. TIA, Sajid. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
