You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskRunDevBundleBuild.java
+27-23Lines changed: 27 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,6 @@ public class TaskRunDevBundleBuild implements FallibleCommand {
74
74
"Read more [about Vaadin development mode](https://vaadin.com/docs/next/flow/configuration/development-mode#precompiled-bundle).";
75
75
//@formatter:on
76
76
77
-
privatefinalStringREADME_NOT_CREATED;
78
-
79
77
privatefinalOptionsoptions;
80
78
81
79
/**
@@ -86,9 +84,6 @@ public class TaskRunDevBundleBuild implements FallibleCommand {
86
84
*/
87
85
TaskRunDevBundleBuild(Optionsoptions) {
88
86
this.options = options;
89
-
README_NOT_CREATED = "Failed to create a README file in "
90
-
+ options.getBuildDirectoryName() + "/"
91
-
+ Constants.DEV_BUNDLE_LOCATION;
92
87
getLogger().info(
93
88
"Creating a new development mode bundle. This can take a while but will only run when the project setup is changed, addons are added or frontend files are modified");
94
89
}
@@ -107,17 +102,25 @@ public void execute() throws ExecutionFailedException {
0 commit comments