Hello,

I have a custom task I created that makes use of Java::Commands.java to run the 
program.  Unfortunately, every time the taks is called, it recompiles first.  
This is because buildr is detecting a missing class file, which is due to a 
weird way in which one of the developers decided to write the class with 
traits, etc.  Is there a way to forcibly stop buildr from recompiling?  Like 
task :heartbeat, :compile => false do ... Or something?

Andrew

Reply via email to