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 |