Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Build Error

mihan ayeshana May 13, 2012

When i building jira 4.3.3 source i get this error message. How to fix this ????

[INFO] nb warnings: 0, nb errors: 0

[INFO] [compiler:compile {execution: default-compile}]

[INFO] Compiling 239 source files to /home/mihan/Desktop/source/atlassian-jira-4.3.3-source/jira-importers-plugin/target/classes

[INFO] ------------------------------------------------------------------------

[ERROR] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Compilation failure

/home/mihan/Desktop/source/atlassian-jira-4.3.3-source/jira-importers-plugin/src/main/java/com/atlassian/jira/plugins/importer/external/ExternalUtils.java:[310,27] incompatible types

found : com.opensymphony.user.Group

required: com.atlassian.crowd.embedded.api.Group

3 answers

0 votes
Nic Brough -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.
May 13, 2012

The way users are handled in 4.3 has changed - from a library called opensymphony to embedded crowd. You'll need to update your maven repositories/includes to make sure the Crowd library is available, and change any of your code that uses opensymphony users.

0 votes
Nic Brough -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.
May 13, 2012

The way users are handled in 4.3 has changed - from a library called opensymphony to embedded crowd. You'll need to update your maven repositories/includes to make sure the Crowd library is available, and change any of your code that uses opensymphony users.

0 votes
Nic Brough -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.
May 13, 2012

The way users are handled in 4.3 has changed - from a library called opensymphony to embedded crowd. You'll need to update your maven repositories/includes to make sure the Crowd library is available, and change any of your code that uses opensymphony users.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events