On 2/10/07, Jim Weirich <[EMAIL PROTECTED]> wrote: > It does. But the package task body is entirely empty. So after it has > satisfied all of its other dependencies (which do the work of building > the packaages), then it invokes its last dependency (your > clobber_package). Finally it runs the body (which is empty). > > The trick is to get clobber_package to be first in the list of package's > dependencies. Just move the task :package line to be before the > creation of the Rake::GemPackageTask.
ah, I see. thanks! t. _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
