Skip to content

W-18659349-Added info about new scaffolding output channel-mk #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: MS2025-06-ACB
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The IDE unpacks the shareable JAR file for your project into the selected folder
* In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *View* > *Output*.

====
. Select *Mule DX Server* from the drop-down menu.
. Select *Mule DX Server* from the dropdown list. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.
// end::load-project[]
//

Expand Down
3 changes: 2 additions & 1 deletion modules/ROOT/pages/des-create-api-specs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ To track the progress of internal processing as you design your API:

// Pointer to Output Panel
include::partial$acb-reusable-steps.adoc[tags="open-output-panel"]
. Select *Mule DX Server* from the dropdown:
. Select *Mule DX Server* from the dropdown list:
+
image::des-output-panel.png["Mule DX Server in the output pane"]

To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.

[[review-spec-console]]
== Review Your Spec in the API Console
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/ref-mule-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For information about Maven group IDs, see https://maven.apache.org/guides/intro
[[setting-logging]]
== Mule > Logging: Level

Set the verbosity of logs that appear in the Anypoint Code Builder extension and Mule DX Server logs. Verbosity options are progressive:
Set the verbosity of logs that appear in the Anypoint Code Builder extension, Mule DX Server, and Mule DX Server: Scaffolding logs. Verbosity options are progressive:

* Off: No issues
* Fatal: Fatal issues only
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/start-discover-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image::ui-elements.png["Anypoint Code Builder UI with integration project"]
. *Explorer*: Open a workspace for your project.
. *Editors*: Develop your project in the canvas and configuration XML files. Configuration XML files support <<use-autocomplete, auto-completion>>.
. *Status Bar*: Check for your user name to learn if you are logged in to Anypoint Platform.
. *Output Panel*: As your projects run in Anypoint Code Builder, view output and logs from *Mule DX Server*. Open the built-in command terminal. View problems and ports.
. *Output Panel*: As your projects run in Anypoint Code Builder, view output and logs from *Mule DX Server* or *Mule DX Server: Scaffolding*. Open the built-in command terminal. View problems and ports.
+
See xref:int-developing-integrations.adoc[] and xref:imp-implementing-apis.adoc[] for more detail.

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/start-open-output-panel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ You must configure your output panel to display information from the Anypoint Co
** In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *View* > *Output*:
+
image::select-specific-output-view.png["The View and Output options are displayed in a list of menu choices"]
. In the output panel, select *Mule DX Server* from the drop-down menu:
. In the output panel, select *Mule DX Server* from the dropdown list:
+
image::select-mule-dx-server.png["A menu bar with the Mule DX Server tab open"]

Anypoint Code Builder now displays information related to logs produced by the extensions.
Anypoint Code Builder now displays information related to logs produced by the extensions. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you attempt to scaffold an API that references these types of fragments, you

*Something failed while scaffolding API*

The scaffold fails and the flows and other elements aren't created.
The scaffold fails and the flows and other elements aren't created. To see scaffolding errors, select *Mule DX Server: Scaffolding* from the list in the output panel.

If you use the iterative approach to scaffold the API (using xref:imp-implement-local-apis.adoc#scaffold-spec-into-project[multi-root workspaces]),
the implementation project folder structure is not created.
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/troubleshoot-loading-errors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To check for a missing dependency:

//step open output panel
include::partial$acb-reusable-steps.adoc[tags="open-output-panel"]
. Select "Mule DX Server" from the drop-down menu.
. Select Mule DX Server from the dropdown list.
. Search for an error caused by the missing dependency, similar to this one:
+
----
Expand Down Expand Up @@ -77,7 +77,7 @@ To monitor the progress of backend processes:

//step to open output panel:
include::partial$acb-reusable-steps.adoc[tags="open-output-panel"]
. Select *Mule DX Server* from the drop-down menu in the panel.
. Select *Mule DX Server* from the dropdown list in the panel. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.

== Dependency Resolution Error

Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/tut-local-api-specification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Anypoint Code Builder supports OAS (JSON), OAS (YAML), and RAML.
+
This process creates a project that contains your API specification within your workspace.
. Open your API specification file, `retrieve-users-api.raml`.
. To track the progress of internal processing, open the *Output* panel to the *Mule DX Server*.
. To track the progress of internal processing, open the *Output* panel to the *Mule DX Server*. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.
+
--
.Show me how
[%collapsible]
====
.. Press Cmd+Shift+u (Mac) or Ctrl+Shift+u (Windows) to open the Output panel.
.. Select *Mule DX Server* from the drop-down menu in the panel.
.. Select *Mule DX Server* from the dropdown list in the panel. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.
+
For more guidance, see xref:start-open-output-panel.adoc[].
====
Expand Down Expand Up @@ -137,7 +137,7 @@ Do not select the command `MuleSoft: Implement an API Specification`, which is f
+
IMPORTANT: At the prompt to save a file with the extension `.code-workspace` for a multi-root workspace, do not save this file within your API specification project folder. Proceed to the next step, instead.
.. Navigate up to the parent folder you created for your workspace, and save the `.code-workspace` file.
.. Make sure that your *Mule DX Server* output is available for tracking the progress of internal processes in the *Output* panel.
.. Make sure that your *Mule DX Server* output is available for tracking the progress of internal processes in the *Output* panel. To see scaffolding errors only, select *Mule DX Server: Scaffolding* from the list.
+
The UI displays a message: *Implementing local API implementation, please wait.*
+
Expand Down