jasonfs
|
Posted: December 02, 2009 15:03 by jasonfs
|
|
Hope some one can help with this one: situation ----------- I am using warbler to package my jruby on rails app with unpacked gems in the vendor gem folder. The war file is created ok. however in the WEB-INF vendor gem folders the .specification file is missing for the gems. Complication. ------------------ When deploying the war file to V3 prelude the glassfish log files report thr following: [#|2009-12-02T15:18:06.416+0100|INFO|glassfish|org.apache.catalina.loader.WebappLoader|_ThreadID=16;_ThreadName=Thread-4;|Unknown loader org.glassfish.internal.api.DelegatingClassLoader@92dcdd class org.glassfish.internal.api.DelegatingClassLoader|#] [#|2009-12-02T15:18:15.406+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem ruleby-0.5 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.410+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem rack-1.0.1 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.413+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem activerecord-jdbc-adapter-0.9.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.416+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem jruby-openssl-0.5.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.419+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem activerecord-jdbcpostgresql-adapter-0.9.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.422+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem macaddr-0.0.1 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.425+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem rest-client-1.0.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.428+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem celerity-0.0.7 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.431+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem log4r-1.1.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] [#|2009-12-02T15:18:15.433+0100|SEVERE|glassfish|null|_ThreadID=16;_ThreadName=Thread-4;|config.gem: Unpacked gem jdbc-postgres-8.3.604 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.|#] Question ------------ What do I need to do to make sure warbler copied the gems .specification files to the war file.? Any help would be appreciated. Thanks Jason. |
.specification files not packaged
Replies: 0 - Last Post: December 02, 2009 15:03
by: jasonfs
by: jasonfs
showing 1 - 1 of 1
Replies: 0 - Last Post: December 02, 2009 15:03
by: jasonfs
by: jasonfs






