comparison 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
comparison
equal deleted inserted replaced
17:292b6583148a 18:2b887e35b5cd
49 rm -f build/monolith/META-INF/NOTICE.txt 49 rm -f build/monolith/META-INF/NOTICE.txt
50 rm -f build/monolith/META-INF/LICENSE 50 rm -f build/monolith/META-INF/LICENSE
51 rm -f build/monolith/META-INF/LICENSE.txt 51 rm -f build/monolith/META-INF/LICENSE.txt
52 rm -rf build/monolith/org/jruby/ext/openssl 52 rm -rf build/monolith/org/jruby/ext/openssl
53 cp $(GEOIP) build/monolith/ 53 cp $(GEOIP) build/monolith/
54 # build the classpath in a manifest file
55 #echo -n "Class-Path: /usr/share/jruby.jar /usr/local/bin/graphtastic-client.jar " >logstash.manifest
56 #echo /usr/local/bin/{elasticsearch,jna,jts,log4j,lucene-analyzers,lucene-highlighter,lucene-memory,lucene-queries,snappy-java,spatial4j}.jar >>logstash.manifest
54 # build-logstash-jar 57 # build-logstash-jar
55 jar cfme build/logstash.jar logstash.manifest logstash.runner \ 58 jar cfme build/logstash.jar logstash.manifest logstash.runner \
56 -C build/ruby . \ 59 -C build/ruby . \
57 -C build/monolith . \ 60 -C build/monolith . \
58 -C vendor/bundle/jruby/1.9 gems \ 61 -C vendor/bundle/jruby/1.9 gems \