aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Eclips error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Eclips error" Watch "Eclips error" New topic
Author

Eclips error

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
this is my java class


this is my ant file


this is error


i am using eclips IDE
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

The <java> task in your build.xml is missing the classpath entry - it should reference the JSP and JSTL JAR files. These JAR files should come with the app server you are using.


JBoss In Action
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

This is an ant script question, not an eclipse question, moving.
Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
Thanks Peter Johnson.
Now it is working.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Eclips error
 
Similar Threads
classic tag extends TagSupport
How do I compile mt Tag Handler...?
Problem in compiling Class tag handler
compilation error for EVAL_BODY_AGAIN
How to use custom tag?