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 missing option "--target eclipse" to Buck's project command

See original GitHub issue

Let’s face it: a big part of the Java community is using Eclipse IDE. Buck provides only native support for InteliJ IDE integration with project command:

buck project --target intellij

Gerrit’s Buck based build implements Eclipse integration in eclipse.py script [1]. Find a way to integrate it or provide another way to generate .project & .classpath from BUCK build files to be able to import a project in Eclipse IDE:

buck project --target eclipse

[1] https://gerrit.googlesource.com/gerrit/+/master/tools/eclipse/project.py

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
styurincommented, Aug 7, 2017

We are not using Eclipse internally so the team is not going to work on that. We would be happy to review any PRs for that, but we would prefer to have a standalone script which is not a part of buck binary.

0reactions
ashu-22commented, Aug 6, 2017

Is it necessary that we are only used the Eclipse for this kind o project!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add missing option "--target eclipse" to Buck's project command
Add missing option "--target eclipse" to Buck's project command. ... Buck provides only native support for InteliJ IDE integration with project command:
Read more >
Gerrit Code Review - Building with Buck
To enable autocompletion of buck commands, install the autocompletion script ... the Eclipse project can be refreshed and missing dependency JARs can be ......
Read more >
416944 – Imported project's make targets not visible in ... - Bugs
Ensure the Make Target view is displayed and the "Hide Empty Folders" option is enabled. 1. Right click in Project Explorer view and...
Read more >
how do I get eclipse to use a different compiler version for Java?
From the menu bar: Project -> Properties -> Java Compiler. Enable project specific settings (checked) Uncheck "use Compliance from execution ...
Read more >
Configuring Project Build Options - Developer Help
Option 1: On the toolbar, click on "Run", select "Set Project Configuration" and then click on "Customize". RunSetProjectConfiguration.
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