2017-06-19 8 views
0

私はここで手順を実行しました:https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project JIRAプラグイン開発用のAtlassian SDKをインストールします。Atlassian SDKはJIRAを自動的にインストールしましたか?

私が驚いたことに、「アトラス実行」を実行すると、JIRAが立ち上げられました。インストール中にSDKがJIRAをインストールしたのかどうか疑問に思っていましたか?

私がこれを尋ねた理由は、このドキュメントを参照してください:https://developer.atlassian.com/docs/getting-started/learn-the-development-platform-by-example/create-a-plugin-skeletonは、リプレットスケルトンを作成することです。私はJIRAがそのように私は私が何をJIRA_HOMEディレクトリを把握する必要がある、.jira.lockファイルを削除する必要がありますロックされている疑いがある

JIRA Startup Failed 
    The following plugins are required by JIRA, but have not been started: 
    Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets) 
    JIRA Projects Plugin (com.atlassian.jira.jira-projects-plugin) 
    Atlassian OAuth Consumer Plugin (com.atlassian.oauth.consumer) 
    Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin) 
    Atlassian JIRA - Plugins - OAuth Service Provider SPI (com.atlassian.jira.oauth.serviceprovider) 
    Atlassian JIRA - Plugins - Issue Navigation (com.atlassian.jira.jira-issue-nav-plugin) 
    Atlassian JIRA - Plugins - Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin) 
    Atlassian OAuth Admin Plugin (com.atlassian.oauth.admin) 
    Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module) 
    Atlassian JIRA - Plugins - Project Config Plugin (com.atlassian.jira.jira-project-config-plugin) 
    Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest) 
    Opensocial Plugin (com.atlassian.gadgets.opensocial) 
    Applinks Product Plugin (com.atlassian.applinks.applinks-plugin) 
    Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider) 
    Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin (com.atlassian.jira.lookandfeel) 
    Embedded Gadgets Plugin (com.atlassian.gadgets.embedded) 
    Gadget Spec Publisher Plugin (com.atlassian.gadgets.publisher) 
    Atlassian JIRA - Plugins - OAuth Consumer SPI (com.atlassian.jira.oauth.consumer) 
    RPC JIRA Plugin (com.atlassian.jira.ext.rpc) 
    Gadget Directory Plugin (com.atlassian.gadgets.directory) 
    Atlassian JIRA - Plugins - SAL Plugin (com.atlassian.sal.jira) 
    Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard) 

:私はJIRAを起動しようとしたときには、JIRAは、次のエラー小枝失敗打ち上げis

答えて

1

Atlassian SDKはJIRAをそのまま "インストール"しません。プラグインプロジェクト内からatlas-runを発行すると、SDKはMavenを介してJIRAインスタンスに必要なすべての依存関係を取得し、現在のプラグインのtargetフォルダにJIRAの開発版をインストールします。

refappが古くなっている可能性があるので、ゼロからクリーンなプラグインを作成することをお勧めします。atlas-create-jira-plugin

https://developer.atlassian.com/docs/developer-tools/working-with-the-sdk/command-reference/atlas-create-jira-plugin

+0

お返事ありがとうございます。ええ、私はatlas-create-jira-pluginを使い始めました。 refappのコンポーネントをサーブレットモジュールに変換するときに、おそらく何かが間違っていると思われます... – user1888955

+0

さて、クールで、私の答えを「正しい」とマークしてください。 ;) – wtfzn

関連する問題