> > This has cause lots of > > Woden dependent on-line builds to fail as their has been a API > > change after prior SNAPSHOT.
Saminda, which Woden dependent on-line builds are you referring to? Which project? I assume it's no Axis2 as that seems to be building OK since 14th. Do you have some other project that depends on Woden nightly SNAPSHOTS? The API changes I made to Woden were to the ComponentExtensions interface. I renamed 4 static final constants. I checked the Axis2 source code first to confirm that these were not being used by Axis2. These renaming changes in ComponentExtensions were: URI_NS_SOAP to NS_URI_SOAP URI_NS_HTTP to NS_URI_SOAP URI_NS_RPC to NS_URI_RPC URI_NS_EXTENSIONS to NS_URI_WSDL_EXTENSIONS I also renamed some other static final constants, but these were not API changes. These changes were all within org.apache.woden.internal.* packages. regards, John Kaputin John Kaputin/UK/[EMAIL PROTECTED] wrote on 18/12/2007 14:53:52: > Saminda, > I made the Woden changes on 14th. I did check Axis2 source dependencies > and thought this would not be a breaking change. Anyway, I'm looking into > it now. > > John Kaputin > > > "Saminda Abeyruwan" <[EMAIL PROTECTED]> wrote on 17/12/2007 19:13:47: > > > > > Hi Devs, > > > > Looking at the distributionManagement of pom.xml, it says that the > > nightly builds for Woden should be available in http://people. > > apache.org/repo/m2-snapshot- > > repository/org/apache/woden/{artifact_id}/1.0-incubating-SNAPSHOT/ > > > > Unfortunately, the latest SNAPSHOTs available in these locations > > have been created on 14 Dec 2007 22:07 hrs. This has cause lots of > > Woden dependent on-line builds to fail as their has been a API > > change after prior SNAPSHOT. > > > > Please be kind enough to fix the nightly builds. > > > > Most of build system look for Apache related SNAPSHOTs in http: > > //people.apache.org/repo/m2-snapshot-repository . If Woden nightly > > builds are available in repository other than listed herewith, > > please be kind enough to point me to the correct location. > > > > Thank you > > > > Saminda > > -- > > Saminda Abeyruwan > > > > Senior Software Engineer > > WSO2 Inc. - www.wso2.org > > > > > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
