Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

fast-dev plugin not working in jira 6.4.1, firefox

Arthur
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2015

when I reload the page with ctrl-shift-r the fast-dev plugin shows up and the last message is 

"waiting for commands". Nothing happens after that.

pom snippet:

<properties>
        <jira.version>6.4.1</jira.version><!-- 6.2.1 before -->
        <amps.version>5.0.13</amps.version><!--4.2.20-->
        <plugin.testrunner.version>1.2.0</plugin.testrunner.version><!-- 1.1 -->
        <upm.license.compatibility.version>2.4.1</upm.license.compatibility.version>
        <sal.api.version>2.4.0</sal.api.version>
        <ao.version>0.21.2</ao.version>
    </properties>

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2015

It's waiting for fastdev cli commands. Please see here: https://developer.atlassian.com/docs/developer-tools/working-with-the-sdk/command-reference/atlas-cli

I prefer to disable the fastdevcli so the plugin reloads when there are changes. To do this add property:

<useFastdevCli>false</useFastdevCli>
TAGS
AUG Leaders

Atlassian Community Events