Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Breaks play's 'eclipsify' command #2

@eamelink

Description

@eamelink

After adding resteasy to the module configuration with module.resteasy=${play.path}/modules/resteasy-1.3.1, the 'play eclipsify' command fails, with the following error:

Traceback (most recent call last):
File "/home/eamelink/bin/play", line 111, in
cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader)
File "/home/eamelink/opt/play-1.1.1/framework/pym/play/commands/eclipse.py", line 108, in execute
execfile(commands)
File "/home/eamelink/opt/play-1.1.1/modules/resteasy-1.3.1/commands.py", line 5, in
if play_command == 'hello':
NameError: name 'play_command' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions