Hi, I have a sub project with following definition. define "test-client" do compile.with package(:war).with package(:war).explode(:target => path_to("target/testClient")) end to run explode task I would have to run buildr aproject:test-client:explode, even when I cd to test-client directory. How do I make a change to this task so that I can just say explode in test-client directory? Thanks Babu