Hi Ant
Yes, this is correct.. you can commit the fix into the snv.
thanks
asankha
ant elder wrote:
I've a fix for this but wanted to check with you axis2
guys before committing it as you're probably more familiar with whats
being used by Axis2 now. It is right that its all moved from axis2 to
org.apache.axis2, eg:
<dependency>
- <groupId>axis2</groupId>
+ <groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
<version>${
axis2.version}</version>
</dependency>
And the same for axis2-rahas, axis2-secpolicy, axis2-security,
addressing, and rampart.
...ant
On 10/20/06, ant elder (JIRA) <[EMAIL PROTECTED]> wrote:
Build
fails due to missing SNAPSHOT jars
----------------------------------------
Key: SYNAPSE-29
URL: http://issues.apache.org/jira/browse/SYNAPSE-29
Project: Synapse
Issue Type: Bug
Affects Versions: Incubating-M2
Reporter: ant elder
Fix For: Incubating-M2
Building Synapse from an empty maven repository it fails as it can't
foin the SNAPSHOT jars for things like axis2.
It looks like the project.xml dependencies are out of date and
everywhere it has <groupId>axis2</groupId> it should now
have <groupId>org.apache.axis2</groupId>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|