Difference between revisions of "Resource Files"

From Lingoport Wiki
Jump to: navigation, search
(Created page with "== What resource file types are supported by LRM?== === Standard LRM extensions === <ul> <li><b> .htm and .html</b> files using the LRM_html_Support#ht...")
 
(Unique Extensions)
Line 18: Line 18:
   
 
=== Unique Extensions ===
 
=== Unique Extensions ===
Any file extension can be handled by LRM as long as the corresponding parser type is defined. The file must be able to be parsed correctly by the defined parser type or an error will occur. The parser types are:
+
Any file extension can be handled by LRM as long as the corresponding parser type is defined. The file must be able to be parsed correctly by the defined parser type or an error will occur.
  +
  +
[[File: ExtensionParserType.jpg |600px]
  +
  +
Above is an example configuring a Jenkins LRM project. Since the '''Extension''' is 'properties' and the '''Parser Type''' is 'properties'
  +
  +
The parser types are:
 
<ul>
 
<ul>
 
<li><b>[[LRM_html_Support#html_parser_type | ''html'']]</b> parser</li>
 
<li><b>[[LRM_html_Support#html_parser_type | ''html'']]</b> parser</li>

Revision as of 21:32, 17 June 2019

What resource file types are supported by LRM?

Standard LRM extensions

Unique Extensions

Any file extension can be handled by LRM as long as the corresponding parser type is defined. The file must be able to be parsed correctly by the defined parser type or an error will occur.

[[File: ExtensionParserType.jpg |600px]

Above is an example configuring a Jenkins LRM project. Since the Extension is 'properties' and the Parser Type is 'properties'

The parser types are: