Skip to content
Snippets Groups Projects
Commit e2494f9c authored by balaskoa's avatar balaskoa
Browse files

Date and revision update and extra character handling debug in docs to rev 6.5.0


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
parent 25d3ffdc
No related branches found
No related tags found
No related merge requests found
---
Author: Jenő Balaskó
Version: 4/198 17-CRL 113 200/6, Rev. PE1
Date: 2018-09-25
Version: 4/198 17-CRL 113 200/6, Rev. E
Date: 2018-12-03
---
= User Guide for the TITAN Designer for the Eclipse IDE
:author: Jenő Balaskó
:revnumber: 4/198 17-CRL 113 200/6, Rev. PE1
:revdate: 2018-06-19
:revnumber: 4/198 17-CRL 113 200/6, Rev. E
:revdate: 2018-12-03
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 5/198 17-CRL 113 200/6, Rev. PE1
Date: 2018-06-19
Version: 5/198 17-CRL 113 200/6, Rev. E
Date: 2018-12-03
---
= User Guide of the TITAN Executor for the Eclipse IDE plug-in
:author: Jenő Balaskó
:revnumber: 5/198 17-CRL 113 200/6, Rev. PE1
:revdate: 2018-06-19
:revnumber: 5/198 17-CRL 113 200/6, Rev. E
:revdate: 2018-12-03
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 3/1531-CRL 113 200/6, Rev. PE1
Date: 2018-06-19
Version: 3/1531-CRL 113 200/6, Rev. E
Date: 2018-12-03
---
= Installation Guide for the TITAN Designer and TITAN Executor for the Eclipse IDE
:author: Jenő Balaskó
:revnumber: 3/1531-CRL 113 200/6, Rev. PE1
:revdate: 2018-06-19
:revnumber: 3/1531-CRL 113 200/6, Rev. E
:revdate: 2018-12-03
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......@@ -64,7 +64,7 @@ This document uses the following typographical conventions:
* ANTLR Runtime 4.3
* TITAN TTCN3 Toolset installed. (Only needed if Eclipse is used for project compilation and test execution. Editing does not require it.)
* TITAN TTCN-3 Toolset installed. (Only needed if Eclipse is used for project compilation and test execution. Editing does not require it.)
* J2SE(TM) Runtime Environment 6.0 or later installed and set in Eclipse as the Java Runtime Environment
......@@ -103,7 +103,7 @@ For example, if the cygwin root is "C:64" then "Path" should contain "C:64\cygwi
= Installing prerequisites
[[installing-the-titan-ttcn-3-toolset]]
== Installing the TITAN TTCN3 Toolset
== Installing the TITAN TTCN-3 Toolset
For detailed information on installing the TITAN TTCN-3 Toolset, and configuring the environment variables for TITAN to work, refer to <<_1, Installation Guide for TITAN TTCN-3 Test Executor>>.
......@@ -234,7 +234,7 @@ If Java 1.8 is used then `MaxPermSize` is ignored, its support is removed. Use t
-Xmx4g
----
NOTE: If you cannot edit the `eclipse.ini` file, you can start eclipse with flags. For example `eclipse vmargs -Xmx4g` modifies the maximum memory allocation for the virtual machine.
NOTE: If you cannot edit the `eclipse.ini` file, you can start eclipse with flags. For example `eclipse -vmargs -Xmx4g` modifies the maximum memory allocation for the virtual machine.
= Compatibility Issues
......@@ -244,7 +244,7 @@ Note that an actual version of the TITAN Designer plug-in is meant to be compati
* The additional features are not used (the makefile generator of TITAN is used to generate the makefile, so if a feature is used that is known by TITAN Designer, but is not known by the makefile generator, the makefile generation will fail)
* A special script is inserted into the actually used install directory’s bin directory. The role of this script is to convert the call to the makefile generator to valid call of the compiler. (The makefile generator and the compiler are separated from TITAN 1.7.0). It is important to note, that such a file must contain a path to the compiler to be called, so such a script is not expected to work without modifications. Please note that the compiler must be called with *-M* as the first parameter, and the other parameters must be redirected to the compiler.
* A special script is inserted into the actually used install directory's bin directory. The role of this script is to convert the call to the makefile generator to valid call of the compiler. (The makefile generator and the compiler are separated from TITAN 1.7.0). It is important to note, that such a file must contain a path to the compiler to be called, so such a script is not expected to work without modifications. Please note that the compiler must be called with *-M* as the first parameter, and the other parameters must be redirected to the compiler.
= Download the source code
......
---
Author: Kristóf Szabados
Version: 1551-CRL 113 200/6, Rev. PE1
Date: 2018-06-19
Version: 1551-CRL 113 200/6, Rev. E
Date: 2018-12-03
---
= Titanium Description
:author: Kristóf Szabados
:revnumber: 1551-CRL 113 200/6, Rev. PE1
:revdate: 2018-06-19
:revnumber: 1551-CRL 113 200/6, Rev. E
:revdate: 2018-12-03
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Kristóf Szabados
Version: 9/198 17-CRL 113 200/6, Rev. PE1
Date: 2018-06-19
Version: 9/198 17-CRL 113 200/6, Rev. E
Date: 2018-12-03
---
= Programmers' Technical Reference Guide for Titanium
:author: Kristóf Szabados
:revnumber: 9/198 17-CRL 113 200/6, Rev. PE1
:revdate: 2018-06-19
:revnumber: 9/198 17-CRL 113 200/6, Rev. E
:revdate: 2018-12-03
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......@@ -42,7 +42,7 @@ The purpose of this document is to provide detailed information on writing compo
== Target Groups
This document is intended for programmers of TTCN3 test suites with information in addition to that provided in the TITAN User Guide <<_3, [3]>>. It is recommended that the programmer reads the TITAN User Guide before reading this document.
This document is intended for programmers of TTCN-3 test suites with information in addition to that provided in the TITAN User Guide <<_3, [3]>>. It is recommended that the programmer reads the TITAN User Guide before reading this document.
== Typographical Conventions
......@@ -320,7 +320,7 @@ The last, important step is to refresh the documentation. In the chapter Titaniu
Example:
In docs/Titanium – 1551
In docs/Titanium_Description
Titanium Preferences / Code Smell Preferences / Potential structural problems
......@@ -582,16 +582,16 @@ The *`.xls`* format used by the *`jxl`* library only supports 255 columns in a t
[[_6]]
* [6] TTCN3 Style Guide
* [6] TTCN-3 Style Guide
[[_7]]
* [7] TTCN3 Naming Convention
* [7] TTCN-3 Naming Convention
[[_8]]
* [8] link:https://www.etsi.org/deliver/etsi_es/201800_201899/20187310/04.05.01_60/es_20187310v040501p.pdf[Methods for Testing and Specification (MTS);The Testing and Test Control Notation version 3.Part 1: Core Language European Telecommunications Standards Institute. ES 201 873-1 Version 4.5.1, April 2013]
[[_9]]
* [9] link:https://www.etsi.org/deliver/etsi_es/201800_201899/20187304/04.04.01_60/es_20187304v040401p.pdf[Methods for Testing and Specification (MTS);The Testing and Test Control Notation version 3.Part 4: TTCN3 Operational Semantics European Telecommunications Standards Institute. ES 201 873-4 Version 4.4.1, April 2012]
* [9] link:https://www.etsi.org/deliver/etsi_es/201800_201899/20187304/04.04.01_60/es_20187304v040401p.pdf[Methods for Testing and Specification (MTS);The Testing and Test Control Notation version 3.Part 4: TTCN-3 Operational Semantics European Telecommunications Standards Institute. ES 201 873-4 Version 4.4.1, April 2012]
[[_10]]
* [10] link:https://www.etsi.org/deliver/etsi_es/201800_201899/20187307/04.05.01_60/es_20187307v040501p.pdf[Methods for Testing and Specification (MTS);The Testing and Test Control Notation version 3.Part 7: Using ASN.1 with TTCN3 European Telecommunications Standards Institute. ES 201 873-7 Version 4.5.1, April 2013]
* [10] link:https://www.etsi.org/deliver/etsi_es/201800_201899/20187307/04.05.01_60/es_20187307v040501p.pdf[Methods for Testing and Specification (MTS);The Testing and Test Control Notation version 3.Part 7: Using ASN.1 with TTCN-3 European Telecommunications Standards Institute. ES 201 873-7 Version 4.5.1, April 2013]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment