Add missing option "--target eclipse" to Buck's project command
See original GitHub issueLet’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:
- Created 10 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Is it necessary that we are only used the Eclipse for this kind o project!