How can i register a custom taglib in ivy 5?
Hello everybody.
Now i'm using ivy 5 with HTML dialog(jsf) and i have a trouble with registering that taglib. Because of our requirement i have to create new custom taglib (put it in jar file) then i want to register it to use. But i can't do that in Ivy (don't have web.xml for each project). So i have to copy it to <Ivy Folder>\webapps\ivy\WEB-INF\lib\ everytime i make a new deployment/make some changes it that jar.jar. My customer really now happy with that. What is alternative way to register it directly in our project?
Anyone has ever met that problem and give me any suggestions?
Thanks in advance!