Giter Club home page Giter Club logo

gradle-thrift-plugin's People

Contributors

thomaslee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gradle-thrift-plugin's Issues

Make it possible to change ThriftTask's source directory

First, thanks for this plugin, it's really useful. :)

For various reasons, I need to compile Thrift sources to multiple languages independently, e.g. sometimes I must only compile to Java and sometimes only to Objective-C. So I want to create multiple tasks of type ThriftTask, and not use the default generateThriftSource.

I tried creating a task of type ThriftTask, but it's always skipped because of a lack of source files. I think it's because ThriftTask defines a setSource(SourceDirectorySet) and only uses that as its source, not the source protected field defined by its parent SourceTask (and set by setSource(Object), which means e.g. source 123 runs fine but is actually useless within a ThriftTask). SourceDirectorySet is only implemented by DefaultSourceDirectorySet, an internal Gradle class that's not easy to use from a build script since it requires a FileResolver, another internal Gradle interface that must be injected by Gradle.

TL;DR: Could you please allow build scripts to change the source directory? This is (I think) the only required feature to be able to create tasks of type ThriftTask that work properly. Thanks!

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.