]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java
Adding new Logger instead of Ant's.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / FfsProcess.java
index 702c28fee765b2dbcf4bd7a94214ef2802a8d4a5..a09871907356a3099e178eb8927eee7c8cc7e42f 100644 (file)
@@ -154,11 +154,9 @@ public class FfsProcess {
         }\r
         Vector<String> sectionList = new Vector<String>();\r
         XmlCursor cursor = null;\r
-        try {\r
-            cursor = ffsXmlObject.newCursor();\r
-        } catch (Exception e) {\r
-            return null;\r
-        }\r
+\r
+        cursor = ffsXmlObject.newCursor();\r
+\r
         int mode = MODE_NONE;\r
         Element genffsfileEle = document.createElement("genffsfile");\r
         genffsfileEle.setAttribute("outputDir", "${BIN_DIR}");\r