Difference between revisions of "LRM Fixing Issues"

From Lingoport Wiki
Jump to: navigation, search
Line 2: Line 2:
 
===How can I tell if my project is setup 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.
   
  +
===How can prevent a file or folder from being included in the prep kit?
===When I prep a kit I get an error stating that no resource files were found===
 
  +
You will need to alter your project definition and exclude the file/folder from the project. First export your project (--export-project -pn YourProjectName) ...
  +
  +
===Why, when I prep a kit do I get an error stating that no resource files were found (Error 500)?===
  +
It sounds as if your project is not setup correctly.

Revision as of 00:18, 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.

===How can prevent a file or folder from being included in the prep kit? You will need to alter your project definition and exclude the file/folder from the project. First export your project (--export-project -pn YourProjectName) ...

Why, when I prep a kit do I get an error stating that no resource files were found (Error 500)?

It sounds as if your project is not setup correctly.