]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Tool.java
Modify GenFfsTask to make it don't create ORG file.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / Tool.java
index 36b095a6e74cb1b8f91d4e109db8503e82302261..4cc4d374c43136b7a3a6eaaf0de712d62fd57c1e 100644 (file)
@@ -49,7 +49,7 @@ public class Tool implements EfiDefine, Section {
         try {\r
             executeTool ();\r
         } catch (Exception e) {\r
-            throw new BuildException("Call tools failed!\n");\r
+            throw new BuildException("Call to executeTool failed!\n");\r
         }\r
 \r
         ///\r
@@ -58,7 +58,7 @@ public class Tool implements EfiDefine, Section {
         OutputFile = new File (this.outPutFileName);\r
         long fileLen = OutputFile.length();\r
         if (!OutputFile.exists()) {\r
-            throw new BuildException("The file " + outPutFileName + " is not exist!\n");\r
+            throw new BuildException("The file " + outPutFileName + " does not exist!\n");\r
         }\r
 \r
         ///\r
@@ -86,7 +86,7 @@ public class Tool implements EfiDefine, Section {
 \r
         } catch (Exception e) {\r
             System.out.print(e.getMessage());\r
-            throw new BuildException("Call tool2buffer failed!\n");\r
+            throw new BuildException("Tool call, toBuffer failed!\n");\r
         }\r
     }\r
 \r
@@ -132,7 +132,7 @@ public class Tool implements EfiDefine, Section {
             crcProcess.waitFor();\r
         } catch (Exception e) {\r
             System.out.print (e.getMessage());\r
-            throw new BuildException("Execute tools fails!\n");\r
+            throw new BuildException("Execution of externalTool task failed!\n");\r
         }\r
     }\r
 \r