Skip to main content

Build Project FAQs

Frequently asked questions for the Build Project guide.

Why Is The Build Project Option Disabled

This may happen if:

  • The user lacks permission to access or modify the current project.
  • Another process (like publishing) is already running.

Why Does The Build Process Fail

The build may fail due to:

  • Missing or incorrect references in the code.
  • Syntax errors in .ts, .cs, or .json files.
  • Incomplete configurations or unrecognized components. Check the Output Panel at the bottom of the IDE for detailed error logs.

Can I Customize The Build Process Or Rules

Currently, no customization is available through the IDE.


What Files Are Validated During Build

The build process checks and compiles files such as:

  • .efrm, .eflw files.

Can I Build Multiple Projects At Once

No. The build process only compiles the currently open project. To build others, open each project separately and repeat the build operation.


Is There A Shortcut To Build A Project

Yes. Press Ctrl + Shift + B to immediately start the build process without navigating the Run menu.


Where Can I See Build Errors

Build errors are shown in the Output Panel at the bottom of the IDE interface. It highlights:

  • Error location (file and line number)
  • Type of error
  • Suggestion or message

Does Saving Trigger The Build Process

No. Saving changes does not automatically start the build. You must manually trigger the build via the Run Menu > Build Project or use the Ctrl + Shift + B sho