Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for eclim command project_build #60

Closed
root42 opened this issue Aug 8, 2012 · 4 comments
Closed

Support for eclim command project_build #60

root42 opened this issue Aug 8, 2012 · 4 comments

Comments

@root42
Copy link

root42 commented Aug 8, 2012

It would be nice, if there was a function eclim-project-build-current-file, which, if no argument is given, builds the project that the currently visited file belongs to. I tried this on the command line:

  $ eclim project_by_resource -f SomeFile.java
  "SomeProject"
  $ eclim -command project_build -p SomeProject
  "Built project \u0027SomeProject\u0027."

So I guess this should be pretty straight forward to implement.

@fred-o
Copy link
Collaborator

fred-o commented Aug 10, 2012

Ask, and ye shall receive: 40b0fe6

@senny
Copy link
Owner

senny commented Aug 10, 2012

@fred-o just a tip, if you put a hash and the issue-number into the git-commit message, github will automatically link your commit in the discussion. like:

Added the eclim-project-build function. #60

@fred-o
Copy link
Collaborator

fred-o commented Aug 12, 2012

Yeah, I always forget that one :)

@root42
Copy link
Author

root42 commented Aug 13, 2012

Checked it out, works. Thanks!

@root42 root42 closed this as completed Aug 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants