Upgrading pogo

The current version of pogo in the source code release is out of date. How to upgrade to the new version available for download? Here is one recipe which assumes you have installed the source code version of TANGO in /usr/local :

(1) download the latest version of pogo from here :

http://sourceforge.net/projects/tango-cs/files/tools/Pogo-8.4.5a.jar/download

(2) change the link for org.tango.pogo.jar to point to the latest jar e.g.

cd /usr/local/share/java
sudo rm org.tango.pogo.jar
ln -s Pogo-8.4.5a.jar org.tango.pogo.jar

(3) start pogo again and enjoy the latest version.
Edited 9 years ago
I will add the windows counterpart to that:

(2) Past the new pogo jar file in ($TANGO_ROOT)\share\tango\java

(3) Edit the file start-pogo.bat in ($TANGO_ROOT)\bin (or create a new .bat file, with the content of start-pogo.bat )

Change the line :

set CLASSPATH=%CLASSPATH%;%TANGO_JAVA_ROOT%\org.tango.pogo-8.1.14.jar

with

set CLASSPATH=%CLASSPATH%;%TANGO_JAVA_ROOT%\org.tango.pogo-8.4.5a.jar

and save

(4) Launch the start-pogo.bat and enjoy the lastest version of this unique and amazing tool that is Pogo smile
 
Register or login to create to post a reply.