KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: rula on August 06, 2008, 08:25:04 am

Title: custom code
Post by: rula on August 06, 2008, 08:25:04 am
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
Title: Re: custom code
Post by: kate on August 06, 2008, 08:50:36 am
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
Title: Re: custom code
Post by: rula on August 06, 2008, 08:57:20 am
Hi kate,

thank you, I will do so, regards, rula