|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
warbler 0.9.9 skips a view fileHello!
I am trying to package a war file using warbler 0.9.9, and I almost get it running completely, only one of my view files doesnt get included. I have tried examining warble war:debug to see why it would skip my file, but havent found anything. the file is located here: app/views/my_page/profiles/edit.html.erb Its the only file in the dir. The dir itself gets packaged, but not the file. this is the output from warble war:debug --- !ruby/object:Warbler::Config public_html: !ruby/object:Rake::FileList pending_add: [] pending: false items: - public/404.html ... snip (only a lot of public files) .. exclude_procs: - &id001 !ruby/object:Proc {} exclude_re: !ruby/regexp /((?-mix:(^|[\/\\])CVS([\/\\]|$)))|((?-mix:(^|[\/\\])\.svn([\/\\]|$)))|((?-mix:\.bak$))|((?-mix:~$))/ exclude_patterns: - !ruby/regexp /(^|[\/\\])CVS([\/\\]|$)/ - !ruby/regexp /(^|[\/\\])\.svn([\/\\]|$)/ - !ruby/regexp /\.bak$/ - !ruby/regexp /~$/ webxml: !ruby/object:Warbler::WebxmlOpenStruct table: :jruby: !ruby/object:Warbler::WebxmlOpenStruct table: :min: !ruby/object:Warbler::WebxmlOpenStruct table: :runtimes: 2 :max: !ruby/object:Warbler::WebxmlOpenStruct table: :runtimes: 10 :booter: :rails :public: !ruby/object:Warbler::WebxmlOpenStruct table: :root: / :ignored: - jndi - booter :jndi: :rails: !ruby/object:Warbler::WebxmlOpenStruct table: :env: production rails_root: /Users/soma/dev/auktion staging_dir: tmp/war dirs: - app - config - lib - log - vendor - tmp - script gem_dependencies: true includes: !ruby/object:Rake::FileList pending_add: [] pending: false items: [] exclude_procs: - *id001 exclude_re: exclude_patterns: - !ruby/regexp /(^|[\/\\])CVS([\/\\]|$)/ - !ruby/regexp /(^|[\/\\])\.svn([\/\\]|$)/ - !ruby/regexp /\.bak$/ - !ruby/regexp /~$/ java_classes: !ruby/object:Rake::FileList pending_add: [] pending: false items: [] exclude_procs: - *id001 exclude_re: exclude_patterns: - !ruby/regexp /(^|[\/\\])CVS([\/\\]|$)/ - !ruby/regexp /(^|[\/\\])\.svn([\/\\]|$)/ - !ruby/regexp /\.bak$/ - !ruby/regexp /~$/ gems: !map:Warbler::Gems activerecord-jdbc-adapter: color: erubis: tzinfo: abstract: rubyforge: archive-tar-minitar: memcache-client: rails: 2.1.0 jdbc-mysql: jruby-openssl: gem_plugin: mini_magick: hoe: babel: transaction-simple: activerecord-jdbcmysql-adapter: pathmaps: !ruby/object:OpenStruct table: :gemspecs: - WEB-INF/gems/specifications/%f :gems: - WEB-INF/gems/gems/%n :public_html: - '%{public/,}p' :java_libs: - WEB-INF/lib/%f :java_classes: - WEB-INF/classes/%p :application: - WEB-INF/%p excludes: !ruby/object:Rake::FileList pending_add: [] pending: false items: - lib/tasks/customer_import.rake - lib/tasks/solr_additions.rake - lib/tasks/test_data.rake - lib/tasks/utils.rake - log/development.log - log/production.log - log/server.log - log/test.log - public/uploaded_images/ - public/barcodes/ - public/profile_images/ - hires/ - files/ - config/solr.yml - config/database.yml - local_environment.rb - config/initializers/gnupg.rb - config/initializers/payment.rb - config/initializers/exception_notification.rb - tmp/war exclude_procs: - *id001 exclude_re: exclude_patterns: - !ruby/regexp /(^|[\/\\])CVS([\/\\]|$)/ - !ruby/regexp /(^|[\/\\])\.svn([\/\\]|$)/ - !ruby/regexp /\.bak$/ - !ruby/regexp /~$/ java_libs: !ruby/object:Rake::FileList pending_add: [] pending: false items: - /usr/local/jruby-1.1.3/lib/ruby/gems/1.8/gems/warbler-0.9.9/lib/jruby-rack-0.9.jar exclude_procs: - *id001 exclude_re: !ruby/regexp /((?-mix:(^|[\/\\])CVS([\/\\]|$)))|((?-mix:(^|[\/\\])\.svn([\/\\]|$)))|((?-mix:\.bak$))|((?-mix:~$))/ exclude_patterns: - !ruby/regexp /(^|[\/\\])CVS([\/\\]|$)/ - !ruby/regexp /(^|[\/\\])\.svn([\/\\]|$)/ - !ruby/regexp /\.bak$/ - !ruby/regexp /~$/ war_name: auktion --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |