diff --git a/doc/src/main/latex/TygronManual.tex b/doc/src/main/latex/TygronManual.tex index 3134590c..8d498a43 100644 --- a/doc/src/main/latex/TygronManual.tex +++ b/doc/src/main/latex/TygronManual.tex @@ -23,7 +23,7 @@ \section{Summary} -This document describes the installation and use of the Tygron Environment. +This document describes the installation and use of the Tygron Environment. \section{Installation} There are multiple ways to install the Tygron environment. @@ -38,11 +38,14 @@ \subsection{Connecting, Password} When the environment "init" function is called, the environment first tries to connect with the Tygron server. If the server runs a newer version of the software than supported by the client, the connection will fail right away with a message showing the expected version of the client software. If this happens, please contact the development team to upgrade the software. -If the connection is properly made, the system will prompt for your password. If you enable the "save password" checkbox, your password will be saved and you will not need to re-enter your password the next time. The password is saved in a Java Preferences object for the class "Login". +A password is needed to make the connection. +If the SDK has not yet stored your password, it will prompt for your password. If you enable the "save password" checkbox, your password will be saved and you will not need to re-enter your password the next time. The password is saved in a Java Preferences object for the class "Login". -The environment always runs in planning mode. +To avoid a login prompt or to change your stored password, you can invoke the main() function in the Login class. This function takes the username and password as arguments, and will save them. -The init function takes the following parameters. + +\subsection{Init parameters} +The init function takes the following parameters. Currently the environment always runs in planning mode. \begin{tabularx}{\textwidth}{lX} name & description. \\ diff --git a/environment/pom.xml b/environment/pom.xml index 7215e084..70fb20cf 100644 --- a/environment/pom.xml +++ b/environment/pom.xml @@ -12,7 +12,7 @@ eishub tygronenv - 1.0.5 + 1.0.6 ${environmentname}env EIS-Tygron connector http://www.github.com/eishub/${environmentname} @@ -60,7 +60,7 @@ nl.tygron sdk - 2016.5.0.2 + 2016.5.0.3 eishub