Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Weaver committed Aug 12, 2009
1 parent b71e687 commit 97f1fe1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,8 @@ task :patch do
end
end

#[delete] Deleting directory /home/gregory/projects/ruby/cassandra/cassandra/build
#[delete] Deleting directory /home/gregory/projects/ruby/cassandra/cassandra/src/gen-java

task :build do
unless File.exist?("cassandra/build") && File.exist?("cassandra/src/gen-java")
Dir.chdir("cassandra") { system("ant") }
end
Dir.chdir("cassandra") { system("ant") } unless File.exist?("cassandra/build")
end

task :clean do
Expand Down

0 comments on commit 97f1fe1

Please sign in to comment.