os x app_bundle does not produce a runnable application
Reported by Mr. Interweb | March 18th, 2011 @ 06:32 PM | in 0.14
The jruby -S rake app_bundle works and creates a bundle, but the bundled application does not start. It dies when requireing 'plugin_manager'
3/18/11 11:29:21 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] WARNING: fork is highly unlikely to be safe or stable on the JVM. Have fun!
3/18/11 11:29:23 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] Redcar 0.11.0dev ( java )
3/18/11 11:29:24 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] java -XstartOnFirstThread -d32 -client -Xbootclasspath/a:/Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/.redcar/assets/jruby-complete-1.5.3.jar -Dfile.encoding=UTF8 -Xmx320m -Xss1024k -Djruby.memory.max=320m -Djruby.stack.max=1024k org.jruby.Main /Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/bin/redcar --home-dir="/Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources" --ignore-stdin -psn_0_7530286 --no-sub-jruby --ignore-stdin --start-time=1300472962
3/18/11 11:29:25 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] Redcar 0.11.0dev ( java )
3/18/11 11:29:25 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] /Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/lib/redcar.rb:107:in `require': no such file to load -- plugin_manager (LoadError)
3/18/11 11:29:25 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] from /Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/lib/redcar.rb:107:in `load_prerequisites'
3/18/11 11:29:25 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] from /Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/lib/redcar.rb:150:in `load_threaded'
3/18/11 11:29:25 AM [0x0-0x72e72e].com.redcareditor.Redcar[66576] from /Users/sean/programming/source/redcar/pkg/Redcar.app/Contents/Resources/bin/redcar:33
3/18/11 11:29:25 AM com.apple.launchd.peruser.501[255] ([0x0-0x72e72e].com.redcareditor.Redcar[66576]) Exited with exit code: 1
Not sure who to assign this ticket to.
Comments and changes to this ticket
-
delisa September 24th, 2011 @ 03:39 PM
- State changed from new to open
-
Stuart Ellis September 25th, 2011 @ 04:41 PM
FWIW, the app_bundle task is currently non-functional in 0.12.0dev - it relies on the removed "redcar install" to inject dependencies into the DMG bundle.
-
delisa May 25th, 2012 @ 09:13 PM
- State changed from open to resolved
- Milestone set to 0.14
- Milestone order changed from 197522 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.