Skip to content

Instantly share code, notes, and snippets.

@laribee
Created October 17, 2008 19:17
Show Gist options
  • Select an option

  • Save laribee/17501 to your computer and use it in GitHub Desktop.

Select an option

Save laribee/17501 to your computer and use it in GitHub Desktop.
require 'rake'
require 'build_tools'
task :default => :build
task :build => [:assembly_info, :compile, :create_db]
task :compile do
nant :compile
end
task :assembly_info do
nant :assembly_info
end
task :create_db do
nant :gensettings
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment