comparison logstash.Makefile @ 13:c0150404962d

start working on building from source
author Carl Byington <carl@five-ten-sg.com>
date Sat, 06 Apr 2013 08:48:09 -0700
parents
children 0e45fe64b10d
comparison
equal deleted inserted replaced
12:567e51f1f5e7 13:c0150404962d
1 all:
2 echo '********** in my local makefile'
3
4 # make the graphtastic client interface class
5 echo '********** build with raw javac, rather than maven'
6 cd GT/GraphTastic; \
7 javac src/main/java/com/monstersoftwarellc/graphtastic/rmi/IRmiService.java; \
8 find . -name '*.class'
9 echo '********* done with graphtastic build'
10
11 # make the elastic search jar
12 cd ES/elasticsearch-0.20.6; \
13 export PATH=/usr/local/apache-maven-3.0.5/bin:$(PATH); \
14 mvn -Dmaven.test.skip=true package; \
15 find . -name '*.jar'; \
16 find . -name '*.class'
17 echo '********* done with elastic search build'
18
19 # make the logstash jar