Adding new Logger instead of Ant's.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1502 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong
2006-09-08 09:22:36 +00:00
parent 4917d9ddc3
commit 2eb7d78dcd
13 changed files with 308 additions and 118 deletions

View File

@ -42,6 +42,8 @@ public class CompressSection implements Section, FfsTypes{
//
List<Object> SectList = new ArrayList<Object>();
public static Object semaphore = new Object();
/**
toBuffer
@ -85,6 +87,8 @@ public class CompressSection implements Section, FfsTypes{
}
Do.close();
synchronized (semaphore) {
//
// Call compress
//
@ -144,6 +148,7 @@ public class CompressSection implements Section, FfsTypes{
//
//di.close();
//compressOut.delete();
}
}
catch (Exception e){