You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
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