Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » IDE not seeing generated source(IDE isn't seeing source generated by the protoc Gradle plugin)
IDE not seeing generated source [message #1767886] Tue, 11 July 2017 23:03
Noel Yap is currently offline Noel YapFriend
Messages: 1
Registered: July 2017
Junior Member
This is for eclipse-oxygen on Ubuntu and eclipse-neon on Mac.

Some of the generated source is generated into `build/generated/source/proto/main/client-guice`. Even if the `build.gradle` file has:

sourceSets {
  main {
    java {
      srcDir "build/generated/source/proto/main/client-guice"
    }
  }
}


and the Gradle project is re-freshed, code using the generated code is marked red.
Previous Topic:Sap hana tools for oxygen?
Next Topic:How i can i get the build target back?
Goto Forum:
  


Current Time: Fri Apr 26 13:19:51 GMT 2024

Powered by FUDForum. Page generated in 0.08195 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top