Hi konakarts,
I searched for a right place for additional external custom jars like jstl, standard and xalan. In the past, I placed it under WEB-IF/lib together with all the other jars for konakart and all works. Now I thought, it's custom code and I have to placed in in custom/lib, but I get compile errors in the ant build. I think this libs are not in the compile path. Where is the right place for external libs of customization?
In your docs I found:
Quote
The "custom/lib" directory contains jars for ant.
regards, rula
Yes the docs are right - that custom/lib directory is for jars for running ant.
You should put your own jars wherever it makes most sense for you - and probably in your webapps as you did before.
-Kate
Hi kate,
thank you, I will do so, regards, rula