Git Product home page Git Product logo

Comments (8)

zhangkun83 avatar zhangkun83 commented on May 5, 2024

This is a duplicate of #13. I think it makes sense to let java_out to be ${project.projectDir}/src/${sourceSet.name}/java.

Then javanano_out to be ${project.projectDir}/src/${sourceSet.name}/javanano, and grpc_out to be ${project.projectDir}/src/${sourceSet.name}/grpc?

from protobuf-gradle-plugin.

ejona86 avatar ejona86 commented on May 5, 2024

This actually looks like something the user should be able to configure to be something else. We can by default put it some place, but it should be able to be overridden.

from protobuf-gradle-plugin.

debasish-raychawdhuri avatar debasish-raychawdhuri commented on May 5, 2024

It not only looks bad, but also causes problem in setting up directory structure when sourceSet.name is artificially added to it. Gradle default practice is to have a java directory inside its source set, but its impossible use that structure currently.

from protobuf-gradle-plugin.

zhangkun83 avatar zhangkun83 commented on May 5, 2024

I am working on a new version that will change the default output path to "$buildDir/generated/source/proto/$sourceSet/$name", where $name is java, python etc. This will align with Gradle default practice. I will possibly make the prefix, i.e., "$buildDir/generated/source/proto/" configurable through a property named generatedBaseDir if desired.

from protobuf-gradle-plugin.

zhangkun83 avatar zhangkun83 commented on May 5, 2024

This actually looks like something the user should be able to configure to be something else. We can by default put it some place, but it should be able to be overridden.

@ejona86 Allow overriding the outputDir on the codegen plugin or task granularity is hard to implement correctly (see #13 (comment)). So far, people have been just wanting that generated files of different codegen plugins can be in separate directories, which doesn't require fine-grained customization.

from protobuf-gradle-plugin.

ejona86 avatar ejona86 commented on May 5, 2024

@zhangkun83, how will we commit code generated code? https://github.com/grpc/grpc-java/blob/master/build.gradle#L60

from protobuf-gradle-plugin.

zhangkun83 avatar zhangkun83 commented on May 5, 2024

@ejona86 this is a use case for customizing the global base dir, which we can still support.

from protobuf-gradle-plugin.

zhangkun83 avatar zhangkun83 commented on May 5, 2024

Let's move discussions to #13

from protobuf-gradle-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.