protobuf-maven-plugin icon indicating copy to clipboard operation
protobuf-maven-plugin copied to clipboard

build loop in eclipse

Open Andrei-Pozolotin opened this issue 11 years ago • 5 comments

there is still a build loop in eclipse.

try these projects

https://github.com/barchart/barchart-proto

Andrei-Pozolotin avatar Apr 03 '13 00:04 Andrei-Pozolotin

As a work around, I have set cleanOutputFolder to false. I think it's eclipse picking up the new sources an triggering a generate-sources again etc.

johnmcmullan avatar May 01 '13 16:05 johnmcmullan

Thank you for workaround. Unfortunately I won't be able to look at this any time soon, have quite busy time now. If you have chance, would really appreciate patches or pull request to fix this.

Thanks again.

igor-petruk avatar May 01 '13 16:05 igor-petruk

here is example of BuildContext usage which does not make loops https://github.com/carrot-garden/carrot-maven/blob/master/carrot-maven-scr-plugin/src/main/java/com/carrotgarden/maven/scr/CarrotOsgiScr.java

Andrei-Pozolotin avatar May 01 '13 18:05 Andrei-Pozolotin

Hi. Since 2 years did someone find a proper solution? 'cause not cleaning the folder can cause issues when refactoring etc... Best

samuel-finistere avatar Feb 13 '15 21:02 samuel-finistere

Samuel, I've created a derivative of this project, have a look perhaps, let me know if it works https://github.com/os72/protoc-jar-maven-plugin

os72 avatar Mar 27 '15 07:03 os72