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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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