[Title] fixed bug in web-template (only windows)
authorTaeyoung Son <taeyoung2.son@samsung.com>
Thu, 25 Apr 2013 11:06:15 +0000 (20:06 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Thu, 25 Apr 2013 11:06:15 +0000 (20:06 +0900)
            - invalid url path.
[Desc.]
[Issue]

Change-Id: Ibb93112922e67a7b3e135ad32b83cd94ee1e4849

org.tizen.cli/doc/install/bin_/web-template.bat
org.tizen.cli/doc/install/realm/config.json

index 0669a16..39bf039 100755 (executable)
@@ -28,7 +28,7 @@ set READ_ARG="n"
 
 FOR %%W IN ( %* ) DO ( call:parseArg %%W )
 
-set OPT=%OPT_TRACE% %OPT_LOGGING% %OPT_PRG_NAME% -Dtizen.template.realm=file://%CLI_HOME%\realm\config.json
+set OPT=%OPT_TRACE% %OPT_LOGGING% %OPT_PRG_NAME% -Dtizen.template.realm=file:///%CLI_HOME%\realm\config.json
 set EXEC=java -cp %CLI_HOME%\conf;%classpath% %OPT% %MAIN% %*
 
 IF NOT "" == "%OPT_TRACE%" ( echo Command :%EXEC% )
index 1cbdb78..7b93173 100755 (executable)
@@ -1,7 +1,7 @@
 {\r
     "id": "tizen-standard-realm",\r
-    "loader": "file://$${CLI_HOME}/realm/realm.jar",\r
-    "template-query-url": "file://$${CLI_HOME}/realm/template/$${id}.jar",\r
+    "loader": "file:///$${CLI_HOME}/realm/realm.jar",\r
+    "template-query-url": "file:///$${CLI_HOME}/realm/template/$${id}.jar",\r
     "search-query-type": "directory",\r
-    "search-query-url": "file://$${CLI_HOME}/realm/template"\r
-}
\ No newline at end of file
+    "search-query-url": "file:///$${CLI_HOME}/realm/template"\r
+}\r