support in intellij 7 for "packaged" jsp tag files (.tag) ??
Hi,
There are any support for packaged tag files in intellij? i know (the very cool) support for .tag files in /WEB-INF/tags, but i am trying to create shared (jar packaged) tag files but i am not sure of intellij support for this and how i need to arrange my modules directories.
can someone give me some hint?
thanks.
Please sign in to leave a comment.
Yes, this works.
Put the tag files directory below the META-INF directory (that should be in a source folder).
Add a .tld in the META-INF and that's it.
This should produce a jar that packages the .tag/.tagx files.
You can also have a module with a web facet depend on above module, works as well.