I have been going over several examples. I finally got the HelloWorld.java compiling. I now want to use Ant to build the application and bring it up on a webpage.
I set the CLASSPATH variable and the compile fails. The compile works if I use the -c <absolute path> option. Any ideas why this is the case?
Is there any good pointers on using tomcat6 and ant on a Ubuntu 10.10 distribution?
Thx.
M-

