diff logstash.Makefile @ 18:2b887e35b5cd

work on building from source
author Carl Byington <carl@five-ten-sg.com>
date Mon, 15 Apr 2013 19:33:28 -0700
parents 292b6583148a
children 729f36e68da8
line wrap: on
line diff
--- a/logstash.Makefile	Fri Apr 12 15:05:23 2013 -0700
+++ b/logstash.Makefile	Mon Apr 15 19:33:28 2013 -0700
@@ -51,6 +51,9 @@
 	rm -f build/monolith/META-INF/LICENSE.txt
 	rm -rf build/monolith/org/jruby/ext/openssl
 	cp $(GEOIP) build/monolith/
+	# build the classpath in a manifest file
+	#echo -n "Class-Path: /usr/share/jruby.jar /usr/local/bin/graphtastic-client.jar " >logstash.manifest
+	#echo /usr/local/bin/{elasticsearch,jna,jts,log4j,lucene-analyzers,lucene-highlighter,lucene-memory,lucene-queries,snappy-java,spatial4j}.jar >>logstash.manifest
 	# build-logstash-jar
 	jar cfme build/logstash.jar logstash.manifest logstash.runner       \
 		-C build/ruby .								 \