Install failure during RDS update
authorsung-su.kim <sung-su.kim@samsung.com>
Fri, 16 Aug 2013 04:18:38 +0000 (13:18 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 20 Aug 2013 12:29:38 +0000 (21:29 +0900)
commit65accba09ab438ec0a5ce18a73b688ee0a4cd6c6
tree3fd8c87bbc5e96eca29de27e42a84989073a5609
parentaf82c13b785ae5ee0ceffd5accef4835d257000c
Install failure during RDS update

- RDS (Rapid Development Support): This feature supports fast updating with IDE.
  When a few sources are updated/changed, application doesn't need full update.

[Issue]    N/A
[Problem]  When a new file needs to be added which also includes a new directory,
           then the installer cannot handle them.
[Cause]    Missing logic to parse the newly created directory in the destination path.
[Solution] Add logic to create directory and then create file when necessary.
[SCMRequest] N/A

Change-Id: Ifd8fb2808773127dca09c95db3efb50d27424e52
src/jobs/widget_install/task_prepare_reinstall.cpp