jump to navigation

odd dependencies between tag handlers and POJOs February 29, 2008

Posted by lemonpress in 1 cat, java web dev.
trackback

There are odd dependencies between tag handlers and POJOs (or Java Beans) that are used by tag handlers:

if the POJO/JavaBean already exists as a compiles .class file and we created a new tag handler that uses it

The tag handler won’t compile!

Solution:

  • delete dependent .class files in the file browser
  • deselect “build a”
  • recompile the project (in Eclipse choose Project -> Build Project)

And in the future make sure that
you turned off “Build Automatically”

Comments»

No comments yet — be the first.