|
I haven't used Eclipse, so I may be wrong in my answers - take them with a grain of salt.
Eclipse is basically acting as a front-end to "ant" in this case (ant being the java build tool used most often by IDEs). Ant build files define the build in xml files (in this case, tempAnt.xml). It's failing when attempting to execute the webdoclet definition in the ant file.
Now, I'm not sure if the problem is a lack of a library or a problem with the defintion itself. If I had to guess, I'd say you didn't have the xDoclet plugin installed properly.
As for the web.xml, I really don't know why editing that would be so slow in Eclipse.
|