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

Fast Dev is not working...

JongBum Lee July 29, 2015

Environment :

ATLAS Version: 5.0.13
ATLAS Home: C:\working\atlassian-plugin-sdk
ATLAS Scripts: C:\working\atlassian-plugin-sdk\bin
ATLAS Maven Home: C:\working\atlassian-plugin-sdk\apache-maven-3.2.1
--------
Executing: "C:\working\atlassian-plugin-sdk\apache-maven-3.2.1\bin\mvn.bat" --ve
rsion -gs C:\working\atlassian-plugin-sdk\apache-maven-3.2.1/conf/settings.xml
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; sup
port was removed in 8.0
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T02:37:5
2+09:00)
Maven home: C:\working\atlassian-plugin-sdk\apache-maven-3.2.1\bin\..
Java version: 1.8.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_51\jre
Default locale: ko_KR, platform encoding: MS949
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

 

 

When execute Fast Dev (/jira/plugins/servlet/fastdev) then

 

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.atlassian.plugins.tutorial.refapp:adminUI:atlassian-plugin:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 103, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building adminUI 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-amps-dispatcher-plugin:5.0.13:cli (default-cli) @ adminUI ---
[INFO] Using Maven version: Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T02:37:52+09:00)
[INFO] Opening port 4330 for socket cli access
[INFO] Waiting for commands...

 

 

then stopped .

 

atlas-cli -> pi command is working well. 

 

Ask me for help.
Thank you

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 30, 2015

Add the following under configuration of maven-jira-plugin in the pom.xml.

<useFastdevCli>false</useFastdevCli>
TAGS
AUG Leaders

Atlassian Community Events