Difference between revisions of "LRM Fixing Issues"

From Lingoport Wiki
Jump to: navigation, search
(Created page with " ===How can I tell that I set up my project correctly?=== Once you've created your project run the project inspect report; java -jar lrm-cli.jar -r -pi -pn YourProjectName. T...")
 
Line 1: Line 1:
   
===How can I tell that I set up my project correctly?===
+
===How can I tell if my project is setup correctly?===
   
 
Once you've created your project run the project inspect report; java -jar lrm-cli.jar -r -pi -pn YourProjectName. This command generates a report, in your reports folder, listing all the base resource files that were found using the search criteria set up in the project definition. Of interest are the files that are listed in the ConfigTestSearch<base_locale>.xml file.
 
Once you've created your project run the project inspect report; java -jar lrm-cli.jar -r -pi -pn YourProjectName. This command generates a report, in your reports folder, listing all the base resource files that were found using the search criteria set up in the project definition. Of interest are the files that are listed in the ConfigTestSearch<base_locale>.xml file.
  +
  +
===When I prep a kit I get an error stating that no resource files were found===

Revision as of 00:10, 21 November 2012

How can I tell if my project is setup correctly?

Once you've created your project run the project inspect report; java -jar lrm-cli.jar -r -pi -pn YourProjectName. This command generates a report, in your reports folder, listing all the base resource files that were found using the search criteria set up in the project definition. Of interest are the files that are listed in the ConfigTestSearch<base_locale>.xml file.

When I prep a kit I get an error stating that no resource files were found