summaryrefslogblamecommitdiffstats
path: root/thrift-compile.sh
blob: 4ff5b17f3bed283ddcdb4231440a5aba5a96cd57 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                         
                                                                                                                                              




                                                                
#!/bin/sh

rm -r gen-java
thrift --gen java src/main/thrift/imagemaster.thrift && {
#	find gen-java -type f -name "*.java" -exec sed -i 's/Autogenerated by Thrift Compiler \(.*\)/Autogenerated by Thrift Compiler/g' {} \;
	rm -r src/main/java/org/openslx/imagemaster/thrift/iface
	cp -r gen-java/org src/main/java/
}