Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
4335ec60
Commit
4335ec60
authored
May 09, 2018
by
Mark Sherman
Committed by
Jeffrey Schiller
May 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Load all jars in launch-buildserver script with wildcard (#1218)
parent
b4394335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
appinventor/misc/buildserver/launch-buildserver
appinventor/misc/buildserver/launch-buildserver
+2
-1
No files found.
appinventor/misc/buildserver/launch-buildserver
View file @
4335ec60
...
...
@@ -42,6 +42,7 @@ cd `dirname $0`/lib;
# Revised 10/24 to add updated jackson and guava libs
# Revised 10/25 to add commons-io-2.0.1.jar
# Revised 07/03 to add bcprov-jdk15on-149.jar and bcpkix-jdk15on-149.jar:sdklib.jar to support Android SDK 4.2.2
# Revised 2018/04/20 to switch to wildcard inclusion of jars in classpath
exec nohup
java
-Xmx1828m
-cp
activation-1.1.jar:jersey-bundle-1.3.jar:args4j-2.0.18.jar:jersey-multipart-1.3.jar:asm-3.1.jar:jettison-1.1.jar:BuildServer.jar:json.jar:CommonUtils.jar:jsr311-api-1.1.1.jar:CommonVersion.jar:localizer.jar:FastInfoset-1.2.2.jar:mail-1.4.jar:grizzly-servlet-webserver-1.9.18-i.jar:commons-io-2.0.1.jar:guava-14.0.1.jar:rome-0.9.jar:http-20070405.jar:bcprov-jdk15on-149.jar:bcpkix-jdk15on-149.jar:sdklib.jar:jackson-core-asl-1.9.4.jar:stax-api-1.0-2.jar:jaxb-api-2.1.jar:wadl2java.jar:jaxb-impl-2.1.10.jar:wadl-cmdline.jar:jaxb-xjc.jar:wadl-core.jar:jdom-1.0.jar
-Dfile
.encoding
=
UTF-8 com.google.appinventor.buildserver.BuildServer
--dexCacheDir
/tmp/dxcache
$LAUNCH_BUILDSERVER_OPT
&>
$LAUNCH_BUILDSERVER_LOG_PATH
&
exec nohup
java
-Xmx1828m
-cp
"*"
-Dfile
.encoding
=
UTF-8 com.google.appinventor.buildserver.BuildServer
--dexCacheDir
/tmp/dxcache
$LAUNCH_BUILDSERVER_OPT
&>
$LAUNCH_BUILDSERVER_LOG_PATH
&
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment