Forum: PogamutUT2004

How to work with Pogamut SVN version

  • Download Eclipse IDE
  • Install m2e plugin (Maven support in eclipse)
  • Checkout Pogamut SVN
  • Import Pogamut projects from checkout folder through Eclipse Import... dialog (choose Existing Maven Project)
  • All Pogamut projects will be imported and built in your eclipse (Internet connection required, may take some time)

Alternatively, you may open Pogamut projects one by one in NetBeans or Eclipse and modify them and build them. Thanks to Maven all changes you make will be saved locally in your local maven repository. So you may for example change something in PogamutUT2004 and see the change in your bot with dependency on PogamutUT2004 project.
Just beware, if you will be working with latest SNAPSHOT versions of any Pogamut projects, note that we have Jenkins running at diana.ms.mff.cuni.cz:8080 who is automatically building all Pogamut projects, that is, renewing timestamps of SNAPSHOTs in our artifactory, so those jars might be used instead of your jars if you forget to rebuild those modified SNAPSHOT projects.

Best,
Jakub