treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.31k stars 222 forks source link

ImmutableRevision.java not found? #693

Closed jo8937 closed 6 years ago

jo8937 commented 6 years ago

where is io.digdag.core.repository.ImmutableRevision ? I cannot build this project.

hiroyuki-sato commented 6 years ago

Hello, @jo8937

It generates in ./digdag-core/build/generated/source/apt/main/io/digdag/core/repository/ImmutableRevision.java during the build.

I succeed to build latest version (5cf357243c45b8f40bb1a34bf8873b0f818bbf8f) How did you build digdag?

git clone https://github.com/treasure-data/digdag
cd digdag
./gradlew cli
komamitsu commented 6 years ago

Digdag uses Immutables. I hope https://immutables.github.io/apt.html would help you.

jo8937 commented 6 years ago

@hiroyuki-sato @komamitsu Oh, thank you! now I can build source successful with gradle. I didn't know about it is generated file. My os is windows 7 and I just do auto build with eclipse IDE build.