SCRIPT: Fixed bug that excute upate site in ant build script
authorhyocheol ahn <hyocheol.ahn@samsung.com>
Sat, 5 Sep 2015 05:28:12 +0000 (14:28 +0900)
committerhyocheol ahn <hyocheol.ahn@samsung.com>
Sat, 5 Sep 2015 05:28:12 +0000 (14:28 +0900)
Change-Id: If113fc8ed755493114df7055fddcd44b95e5d214
Signed-off-by: hyocheol ahn <hyocheol.ahn@samsung.com>
script/ant-build.xml

index 5d1d833..37ab33a 100644 (file)
                 <delete dir="${update.plugin.path}" />
             </then>
             <else>
-                <fail message="ERROR : Target(${update.plugin.path}) eclipse is not exist...." unless="false" />
+                <echo>IDE ANT Update Site: ${update.plugin.path} not exist...</echo>
             </else>
         </if>
         <!--check base-web-ide-product p2 install-->
                 <delete dir="${update.plugin.path}" />
             </then>
             <else>
-                <fail message="ERROR : Target(${update.plugin.path}) eclipse is not exist...." unless="false" />
+                <echo>IDE ANT Update Site: ${update.plugin.path} not exist...</echo>
             </else>
         </if>    
     </target>