+1 I've been getting into the habit of putting all my jar files into "lib/java" (including Jetty) and add "local" Java library dependencies using the War::Configuration API. Maybe the war plugin could automatically download dependencies from the Maven library (which is really nice, but slow to do every time) and then automatically add it to "lib/java". If people want to check in those dependencies (which is what I want to do) they could do that or they could simply add svn:ignore's.
Cheers, Jon On 23/04/2007, at 2:31 PM, Charles Oliver Nutter wrote: > So how does one use RI without Maven? A lot of Rails folks are > going to > have a problem with a Maven requirement, and it sure doesn't seem like > MVN should be necessary to make this function... > > - Charlie > _______________________________________________ > Jruby-extras-devel mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/jruby-extras-devel _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
