[Pogamut-list] Adding PogamutUT2004 Library

jakub.gemrot pogamut-forum at diana.ms.mff.cuni.cz
Fri Jun 22 07:47:53 CEST 2012


Re: Adding PogamutUT2004 Library

Author: jakub.gemrot

Hi Kat!

Pogamut is using Maven (purely) as dependency management tool ... there is no "downloadable" version of Pogamut jar files. Instead, you have to create Maven project
and add PogamutUT2004 as one of your dependencies. If you are not familiar with Maven, try to follow this tutorial: http://pogamut.cuni.cz/pogamut_files/latest/doc/tutorials/OpeningExamples.html
This tutorial will show you how to materialize one of our maven archetypes (which will result in creation of Maven based project with correct dependencies) and you can then copy your sources into
that project.

The only problem you might have are other 3rd party libraries, that would have to be declared in maven pom.xml file as local dependencies. See this: http://stackoverflow.com/questions/2229757/maven-add-a-dependency-to-a-jar-by-relative-path
for options how to achieve that.

Cheers! And let us know if you have any problems.
Jakub

-- 
Reply Link: <http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=2&comments_reply_threadId=2&comments_parentId=982&post_reply=1#form>




More information about the Pogamut-list mailing list