-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstartbs.cmd
More file actions
26 lines (25 loc) · 1.91 KB
/
startbs.cmd
File metadata and controls
26 lines (25 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
echo ""
echo "*******************************************************"
echo "******* Starting Appinventor Personal Server ********"
echo "*******************************************************"
ping localhost -n 1 >nul
echo "*******************************************************"
echo "* Version: V.0.7_PetaZeta *"
echo "* Release: 08.09.2013 *"
echo "* *"
echo "* Notes: *"
echo "* You can make mistakes, being a preliminary version *"
echo "* that includes push notifications in Google Cloud *"
echo "* Messaging component, the component SQLite to manage *"
echo "* an internal database, with access Files component *"
echo "* read and write to the SD Card also to compres and *"
echo "* decompress zip, experimental components Pedometer *"
echo "* and PhoneStatus,and AdMob testing preview. *"
echo "* *"
echo "* *"
echo "*******************************************************"
ping localhost -n 10 >nul
echo
cd buildserver\build\run\lib
"C:\Program Files (x86)\Java\jdk1.6.0_39\bin\java" -Xmx1024m -cp BuildServer.jar;CommonUtils.jar;CommonVersion.jar;FastInfoset-1.2.2.jar;activation-1.1.jar;args4j-2.0.18.jar;asm-3.1.jar;commons-io-2.0.1.jar;grizzly-servlet-webserver-1.9.18-i.jar;guava-14.0.1.jar;http-20070405.jar;jackson-core-asl-1.9.4.jar;jaxb-api-2.1.jar;jaxb-impl-2.1.10.jar;jaxb-xjc.jar;jdom-1.0.jar;jersey-bundle-1.3.jar;jersey-multipart-1.3.jar;jettison-1.1.jar;json.jar;jsr311-api-1.1.1.jar;localizer.jar;mail-1.4.jar;rome-0.9.jar;sdklib.jar;stax-api-1.0-2.jar;wadl-cmdline.jar;wadl-core.jar;bcpkix-jdk15on-149.jar;bcprov-jdk15on-149.jar;wadl2java.jar -Dfile.encoding=UTF-8 com.google.appinventor.buildserver.BuildServer --childProcessRamMb 1470