Hey allI'm attempting to include some extra directories into my war. I have the following line in my project:
package(:war).include('target/js-min/**')however, when i expand the created war, this directory does not exist. Any suggestions on what i could be doing wrong? This directory does exist in the project's target. Running "buildr --trace" shows that it never looks that the "target/js-min" directory. I'm running buildr 1.3.4 on JRuby 1.3.1.
Thanks! Tejus
