2014-02-12 40 views
0

我在JIRA插件中面對擴展「鏈接到問題」對話框功能的問題,我發現你已經在類似下面的參考文獻。從郵政JIRA插件來擴展「鏈接到問題」對話框的功能

參考:https://answers.atlassian.com/questions/151130/jira-plugin-to-extend-capabilities-of-link-to-issue-dialog?page=1#261582

我一直在嘗試同樣的事情,但今天我收到錯誤的IDE進口com.atlassian.jira.web.action.issue.AbstractIssueLinkAction; 。

我遵循的步驟是。

使用安裝程序sdk-installer-4.2.13安裝Jira SDK。

創建吉拉5插件使用命令 「阿特拉斯創建-jira5-插件」

的插件與clreated創建日食configureation commnd 「阿特拉斯創建-jira5-插件」

導入Eclipse中的項目。

從bitbucket的shamid項目中複製.Java文件。爲插件downloded並嘗試解決編譯錯誤的依賴關係。

你能幫我解決這個問題嗎?我無法編譯此代碼。

IDE中的錯誤是由於我的構建路徑中缺少類。

回答

0

您是否在pom.xml中啓用了以下模塊?

<dependency> 
     <groupId>com.atlassian.jira</groupId> 
     <artifactId>jira-core</artifactId> 
     <version>${jira.version}</version> 
     <scope>provided</scope> 
    </dependency> 

你可以分享你的pom.xml?

一旦你改變你的pom.xml不要忘了運行以下命令 圖譜-MVN日食:日食