Skip to content

hydra:jetty rake task doesn't work on Windows #14

@flyingzumwalt

Description

@flyingzumwalt

When you run the hydra:jetty rake task on Windows, it returns

Unable to download jetty from

without reporting a URL. I assume that it's because of how the url is looked up. Maybe defined?(ZIP_URL) returns true on Windows even though it's not actually defined.

    def url
      @url ||= defined?(ZIP_URL) ? ZIP_URL : 'https://github.com/projecthydra/hydra-jetty/archive/new-solr-schema.zip'
      @url
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions