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

Enable configured build handler with command-line tool #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teleological
Copy link

As of v0.8.2, the command-line tool supplies a minimal build handler argument to the "process" method. This handler has the effect of overriding any build handler which may be configured. The changes in this pull request have the following effects:

  • omit the command-line tool build handler, so that the configured or default build handler is used
  • bind any configured build handler to the Buildr instance (previously, only the default handlers were so bound)

* command line tool uses configured or default build handler
* bind configured build/rebuild handlers to Buildr instance
@brandonramirez
Copy link
Collaborator

I'm not sure how you would define a custom build handler through the command line interface in the first place? If you load buildr as a module, you can, but then that doesn't go through bin/buildr. Can you help me understand the use case here?

Thanks!

@myzhoujuan
Copy link

I have this question ,when I setup something ,

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

Successfully merging this pull request may close these issues.

3 participants