On 5/4/07, Jeffrey Damick <[EMAIL PROTECTED]> wrote: > > I have attached a patch for an issue I ran into during testing, the gems > directories with platform id's were not being properly copied, like hpricot > & rmagick4j.
Thanks, patch applied. > Also the copy process just to run in standalone mode is extremely long if > you have a large project.. Is anyone taking a look a this? Maybe I can help > out in this space.. It's the poor speed of File.chmod (via File.install), which forks for every file. If you want you can replace File.install everywhere in the plugin with File.copy, if you don't need permissions to be changed. We still need to solve this issue once and for all, possibly giving folks an option to turn permissions changing in the war config. /Nick _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
