Skip to content

Unfiltered Build Log window

Felipe Torrezan edited this page Apr 3, 2024 · 2 revisions

When building a project in the IDE (F7) the build log window will, by default, filter out the command lines, only showing warnings and errors:

image

The filter level for the build log window can be adjusted to show All the command lines (via context menu):

image

So that the command lines used to build an application can be copied to a customized build script:

image

Note

The Build window's context menu can also be used to select live logging (Live Log to File) for later use.

The unfiltered Build Log window (or a build log file) reveals the options used by the underlying tools to build an *.ewp project.