cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 tooling --include-task=generateLibraryPreload didn't work

0 Kudos

Hi

I want to include the task --include-task=generateLibraryPreload

ui5 build preload --config=ui5.yaml --clean-dest --dest dist --include-task=generateLibraryPreload generateLibraryManifest

but the log didn't show anything about the tasks included

builder:builder Building project little.demo not including dependencies...
info builder:builder � (1/1) Building project little.demo
info builder:builder application little.demo � (1/8) Running task escapeNonAsciiCharacters...
info builder:builder application little.demo � (2/8) Running task replaceCopyright...
info builder:builder application little.demo � (3/8) Running task replaceVersion...
info builder:builder application little.demo � (4/8) Running task generateFlexChangesBundle...
info builder:builder application little.demo � (5/8) Running task generateComponentPreload...
info builder:builder application little.demo � (6/8) Running task createDebugFiles...
info builder:builder application little.demo � (7/8) Running task uglify...
info builder:builder application little.demo � (8/8) Running task generateVersionInfo...
info builder:builder Build succeeded in 588 ms

By the way, do u know any references about ui5 build standard tasks? I tried very hard but only find the docs. There's no concrete tutorials but simply some implicit codes. I'm so confused when using ui5 tooling.

Anyone can help?

Victor

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate

Hi,

I'm not sure about the first part of the question, maybe the issue is related to this bug report. I'd recommend following the issue on GitHub.

But I can help with the second question: All standard tasks can be found in the Builder documentation (I agree that they are somewhat hidden):

Answers (0)