Preparing to customize your application

When creating an ITE application with a wizard, the resulting application contains sample code for your first tests. Your use case surely does not need this code.

About this task

Disable the sample code by switching the appropriate parameter from the on default value to the off value.

Procedure

  1. In the file <PathToYourApplication>/config/config.cfg, find the ite.embeddedSampleCode parameter
  2. Turn off the sample code by setting ite.embeddedSampleCode=off

  3. In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.reader.parserList parameter

  4. Comment or delete the line that assigns parsers to the ite.ingest.reader.parserList parameter.

If you do not get rid of the sample’s parser list, the ASN.1 parser configured here triggers the compiler to complain about a missing grammar file. You reactivate this parameter when you introduce your parser or parsers to the application.