Skip to content

Commit

Permalink
#3889 updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter1 committed May 10, 2016
1 parent 42098f9 commit 651e945
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions doc/src/main/latex/TygronManual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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. \\
Expand Down
4 changes: 2 additions & 2 deletions environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>eishub</groupId>
<artifactId>tygronenv</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<name>${environmentname}env</name>
<description>EIS-Tygron connector</description>
<url>http://www.github.com/eishub/${environmentname}</url>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>nl.tygron</groupId>
<artifactId>sdk</artifactId>
<version>2016.5.0.2</version>
<version>2016.5.0.3</version>
</dependency>
<dependency>
<groupId>eishub</groupId>
Expand Down

0 comments on commit 651e945

Please sign in to comment.