Skip to content

Instantly share code, notes, and snippets.

@berngp
Created March 30, 2012 20:40
Show Gist options
  • Save berngp/2254843 to your computer and use it in GitHub Desktop.
Save berngp/2254843 to your computer and use it in GitHub Desktop.
Ruby 1.8.7, 1.9.2, 1.9.3 headaches...
define :default_resolver,
:remote_base => "",
:tomcat_service => "",
:tomcat_group => "",
:artifact_dir => "",
:artifact_file => "",
:app_group_id => "",
:app_artifact_id => "",
:app_version => "",
:app_type => "war",
do
# stuff...
end
define :default_resolver,
:remote_base => "",
:tomcat_service => "",
:tomcat_group => "",
:artifact_dir => "",
:artifact_file => "",
:app_group_id => "",
:app_artifact_id => "",
:app_version => "",
:app_type => "war" do
# stuff...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment