Ahmad Al-Khazraji
Ahmad Al-Khazraji

Reputation: 127

How to make eclipse validate jsp files automatically

I have search for an Option in eclipes to let him validate the contents of JSP files automatically when the workspace ist compiled.

I didn't find any usefull results.

Do you have an idea how to do that?

Upvotes: 0

Views: 83

Answers (1)

howlger
howlger

Reputation: 34255

You can do this via a project builder Ant build file.

See Eclipse help: Creating a project builder Ant buildfile

The org.eclipse.help.webapp project does the same:

Upvotes: 1

Related Questions