Bugs item #13265, was opened at 2007-08-21 19:03 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=13265&group_id=2014
Category: rails-integration Group: v1.0 (example) Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Robert Egglestone (tantalon) Summary: Goldspike rake target war:shared:create is adding the Java libraries to the war file Initial Comment: I am trying to create a war file with just the application code that I want to deploy to a glassfish instance. Based on what I found in the goldspike readme the target war:shared:create should create a war file with just the application code. But when I try to use this target I find that the following jars are getting added to the war file : ------------------------------------------------ Assembling web application Adding Java library commons-pool-1.3 Adding Java library activation-1.1 Adding Java library jruby-complete-1.0 Adding Java library bcprov-jdk14-124 Adding Java library rails-integration-1.1.1 Adding web application Creating web archive ------------------------------------------------- Isn't this wrong? My understanding is that the war file would just have the application code. Thanks Pramod Gopinath ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=13265&group_id=2014 _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
