Skip to content
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

Show the bundling steps in Editor logs #6408

Closed
AGulev opened this issue Feb 15, 2022 · 4 comments
Closed

Show the bundling steps in Editor logs #6408

AGulev opened this issue Feb 15, 2022 · 4 comments
Assignees
Labels
editor Issues related to the Defold editor feature request A suggestion for a new feature quick win?

Comments

@AGulev
Copy link
Contributor

AGulev commented Feb 15, 2022

Bundling progress bar isn't informative. It would be nice to show building process steps in log as well as bob.jar does but in the editor together with a progress bar.

@AGulev AGulev added feature request A suggestion for a new feature editor Issues related to the Defold editor labels Feb 15, 2022
@britzl
Copy link
Contributor

britzl commented Sep 1, 2022

Pipe all bob output to editor console.

@AGulev
Copy link
Contributor Author

AGulev commented Sep 7, 2022

@ekharkunov-ms could you pls add more details?

@ekharkunov
Copy link
Contributor

Sure.
When we build project from Defold editor we don't see any log statements about what currently doing.
When we build project from command line we see some statements about starting compiling engine, finish compiling engine, building assets, signing ipa and etc.
And also we can turn on more verbose output with '-v' option.

So it will be cool if we have something similar in Defold editor. It could help to understand on what building stage we are.

@vlaaad
Copy link
Contributor

vlaaad commented Sep 7, 2022

Some more notes:

  • if the build server specified in the preferences is invalid, there are no build errors shown.
  • build errors from bob are lacking.

If these 2 issues were fixed, there would be no need in showing the build log. Although verbose Bob output is sometimes useful. Maybe add option to do "verbose" bundle and show logs in that case?

vlaaad added a commit that referenced this issue Sep 8, 2022
User-facing changes:
1. All build engine errors are now shown in the Build Errors view. Previously, some exceptions that occurred during engine build process were silently ignored.
2. Files with invalid content are properly displayed in the Build Errors view. Previously, invalid files were displayed as "Unknown source" instead of a file path.
3. Verbose bob log is now shown when bundling in the console view.

Fixes #6408
vlaaad added a commit that referenced this issue Sep 9, 2022
User-facing changes:
1. All build engine errors are now shown in the Build Errors view. Previously, some exceptions that occurred during engine build process were silently ignored.
2. Files with invalid content are properly displayed in the Build Errors view. Previously, invalid files were displayed as "Unknown source" instead of a file path.
3. Verbose bob log is now shown when bundling in the console view.

Fixes #6408
@vlaaad vlaaad self-assigned this Sep 9, 2022
vlaaad added a commit that referenced this issue Sep 9, 2022
User-facing changes:
1. All build engine errors are now shown in the Build Errors view. Previously, some exceptions that occurred during engine build process were silently ignored.
2. Files with invalid content are properly displayed in the Build Errors view. Previously, invalid files were displayed as "Unknown source" instead of a file path.
3. Verbose bob log is now shown when bundling in the console view.

Fixes #6408
@vlaaad vlaaad closed this as completed Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Issues related to the Defold editor feature request A suggestion for a new feature quick win?
Projects
None yet
Development

No branches or pull requests

4 participants