How to integrate language pack jars into amp project?

cancel
Showing results for 
Search instead for 
Did you mean: 
henrikr
Active Member II

How to integrate language pack jars into amp project?

I hope this is a dumb and easy question to answer, I have looked everywhere but, maybe I've just missed it...

I have found some language pack jars I wish to integrate into my project amp file, but I don't know if it is possible/allowed, and if it is, where to put them (and how to tell the amp compiler/maven/whatever-is-compiling the amps are to be included and what they are. Anyone who can point me in the right direction? Smiley Happy

1 Reply
narkuss
Established Member II

Re: How to integrate language pack jars into amp project?

You can add your language jars as a dependency in your projects, using "system" scope, and providing the route to your jars in <systemPath> section.

I also remember a sdk version which provides a directory where you could place jars to be included in amp's, but I don't know if last sdk version has such functionality.