BUILD: fix the IOException when build projects using BuildProcess 69/13369/2
authorJihoon Song <jihoon80.song@samsung.com>
Wed, 4 Dec 2013 01:54:16 +0000 (10:54 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Fri, 6 Dec 2013 03:07:48 +0000 (12:07 +0900)
commitbc6fd1a3d4ba123d906b2b76a2bf220ab913080b
treed838175fca9f1036200e14b6121e12ecea01f013
parent38e216cdcff1c434982671888454d67d68e2605b
BUILD: fix the IOException when build projects using BuildProcess

Sometimes, IOException with the 'a resource is not file' message is occurred.
Dependency management bugs are fixed.

Change-Id: Iecd0268520411a83faa990c60223ba9e34715c1a
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
org.tizen.common.builder/src/org/tizen/common/builder/BuildProcess.java
org.tizen.common.builder/src/org/tizen/common/builder/ResourceLayer.java
org.tizen.common.builder/src/org/tizen/common/builder/dependency/DependencyInDB.java
org.tizen.common.builder/src/org/tizen/common/builder/dependency/OrientDBDependency.java
org.tizen.common/src/org/tizen/common/file/StandardFileHandler.java