You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

This error appears when the analysis to be executed does not contain any recognized file to analyze. Kiuwan recognizes the technology of a source file by its extension.

If none of the files contained within the source code directory has a recognized extension, this error will be raised.

You can find default extensions recognized by Kiuwan at Kiuwan Supported Technologies.


GUI mode

If you are using Kiuwan Local Analyzer in GUI mode, a dialog will open indicating this error:

 

CLI mode

If you are using Kiuwan Local Analyzer in CLI mode, this error is reported to the standard output.

 

An error code will be returned to the calling process.

Please visit Local Analyzer Return Codes for further info con return codes.

Solution

There are different solutions you can apply:

  • Choose a directory with source files
  • If sources area packaged into zip or similar files, uncompress them before analysis
  • If your source files contain valid source code of Kiuwan’s supported technologies you can either
    • Rename the files to the recognized extensions, or
    • Include those extensions in Kiuwan’s list of recognized extensions (to do it, add your extensions to conf/ LanguageInfo.properties).

  • No labels