question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to emit a full-formed java library project from Thrift input

See original GitHub issue

It would be neat to have thrifty-compiler just spit out a ready-to-compile project.

Who knows that that API would look like; will think about it for now.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
benjamin-badercommented, Jun 5, 2020

With #356, we have a Gradle plugin that basically obviates this issue. Who needs a generated Gradle project to house generated thrifts, when you can just plug them in to your existing Gradle project at build-time?

0reactions
gotevcommented, May 30, 2017

@hzsweers so you mean something similar to what Cordova does. My only concern about that approach is that if Google or Gradle team decides to change the file formats or the structure, an entire project generation tool will be harder to maintain in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Java library - Apache Thrift
Build the Thrift executable from source at the default location in the source tree. The project is configured to look for it there....
Read more >
thrift building java library ......:no
If you have not installed Ant, install it first and run ./configure again.
Read more >
The Java Library Plugin - Gradle User Manual
The Java Library plugin expands the capabilities of the Java Plugin ( java ) by providing specific knowledge about Java libraries. In particular,...
Read more >
Libraries | IntelliJ IDEA Documentation - JetBrains
From the main menu, select File | Project Structure Ctrl+Alt+Shift+S . · Under Platform Settings, select Global Libraries. · Click the Add button ......
Read more >
Changelog for Apache Thrift 0.10.0 - ABI laboratory
[THRIFT-3743] - Java JSON protocol left in incorrect state when an exception ... Add dart generator to Visual Studio project * [THRIFT-3366] -...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found