Ok have just started using Ant (1 day) and am trying to compile a simple (I thought) servlet. I have my build file and when I execute ant from the command line, the compile fails, saying my package (that I am importing) does not exist.
I am assuming that I need to reference the library in the <javac> line of my build file, but I am not exactly sure how to do this.
Thanks in advance.
Matt
I am assuming that I need to reference the library in the <javac> line of my build file, but I am not exactly sure how to do this.
Thanks in advance.
Matt