I followed the instructions for the JIRAExtendedWebService and set up
the source for the plugin and compiled it using the atlassian
tools ..
I was now trying to connect my SOAP Client ( which I got from
http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client
)to the JIRAExtendedWebService by importing the package "import
org.sharedSpace.jira.webservice.* " , but while doing the command
"atlas-mvn -Pbuilclient", I am getting the following error ..
<snip>
ERROR BUILD FAILURE
INFO
INFO Compilation failure
/Users/rajpalparyani/Documents/Thesis/plugin1/jira-soapclient/src/main/
java/com/atlassian/jira_soapclient/SOAPClient.java:11,0 package
org.sharedSpace.jira.webservice does not exist
/Users/rajpalparyani/Documents/Thesis/plugin1/jira-soapclient/src/main/
java/com/atlassian/jira_soapclient/SOAPClient.java:219,34 cannot find
symbol
symbol : class SoapExtension
location: class com.atlassian.jira_soapclient.SOAPClient
/Users/rajpalparyani/Documents/Thesis/plugin1/jira-soapclient/src/main/
java/com/atlassian/jira_soapclient/SOAPClient.java:243,36 cannot find
symbol
symbol : class SoapExtension
location: class com.atlassian.jira_soapclient.SOAPClient
/Users/rajpalparyani/Documents/Thesis/plugin1/jira-soapclient/src/main/
java/com/atlassian/jira_soapclient/SOAPClient.java:84,3 cannot find
symbol
symbol : class SoapExtension
location: class com.atlassian.jira_soapclient.SOAPClient
</snip>
Could someone please tell me what I am doing wrong here ? Any
Responses will be highly appreciated ..
THanks,
Raj