Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
cd ..
call "%SCAR_HOME%\scar.bat"
cd android\assets
if NOT exist "www" goto :OK_subDirCreate
rmdir /Q /S www
:OK_subDirCreate
mkdir www
cd ..
XCOPY ..\build\war assets\www /E /Y /EXCLUDE:%SCAR_HOME%\androidSupport\notWEB-INF.txt
call "%ANT_HOME%\ant.bat" debug
"%ANT_HOME%\ant.bat" installd

Commits for litesoft/trunk/GWT_Sandbox/SampleHello/android/deployDebug.bat

Diff revisions: vs.
Revision Author Commited Message
698 Diff Diff GeorgeS picture GeorgeS Mon 28 May, 2012 18:44:01 +0000
694 GeorgeS picture GeorgeS Mon 28 May, 2012 01:47:32 +0000