Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 68598 invoked from network); 28 Sep 2006 14:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 14:25:05 -0000 Received: (qmail 91087 invoked by uid 500); 28 Sep 2006 14:25:00 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 91033 invoked by uid 500); 28 Sep 2006 14:25:00 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 90656 invoked by uid 99); 28 Sep 2006 14:24:59 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 07:24:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [65.223.216.181] ([65.223.216.181:49164] helo=amereast-smg1.iona.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id AA/90-17533-92BDB154 for ; Thu, 28 Sep 2006 07:24:43 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k8SEOQmX022719 for ; Thu, 28 Sep 2006 10:24:26 -0400 (EDT) Received: from dilbert.boston.amer.iona.com ([10.65.4.111]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 28 Sep 2006 10:24:26 -0400 From: Daniel Kulp To: James Mao Subject: Re: SOAP 1.2 WSDL extension Date: Thu, 28 Sep 2006 10:24:25 -0400 User-Agent: KMail/1.9.4 Cc: cxf-dev@incubator.apache.org References: <4518F3AB.3030808@iona.com> <451BA016.20803@iona.com> <451BA6CB.7060409@iona.com> In-Reply-To: <451BA6CB.7060409@iona.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609281024.25477.daniel.kulp@iona.com> X-OriginalArrivalTime: 28 Sep 2006 14:24:26.0200 (UTC) FILETIME=[CD1BCD80:01C6E309] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N James, The "mvn repository:bundle-create" is only if you are using mvn for the bui= ld=20 system for the project. Since WSDJ4J doesn't that won't do you any good. The fourth paragraph of "Step 1" says: If you are not using maven as your build system but want something uploaded= to=20 Ibiblio then you just need to make a JAR (using the jar executable, not zip= ,=20 pkzip or equivalent) with the following format: Basically, create a directory on your computer, put the pom.xml file in it,= =20 put the wsdl4j-1.6.1.jar in it, if you can, create a wsdl4j-1.6.1-sources.j= ar and wsdl4j-1.6.1-javadoc.jar and put them in it, then jar up all the stuff = in=20 the directory. Upload that jar someplace public. File the jira. Dan On Thursday September 28 2006 6:41 am, James Mao wrote: > Still have error: > project.scm.connection must be present. > > any idea? > > James Mao =E5=86=99=E9=81=93: > > oh, maybe the problem is that i have to modify the wsdl4j1.6 source > > directory to conform to the maven standard, and try mvn > > repository:bundle-create again, > > the problem is maven can not find the source, and then it ask for scm > > url, make sense? > > > > Cheers, > > James. > > > > James Mao =E5=86=99=E9=81=93: > >> Hi Dan, > >> > >> Thanks for your information. > >> > >> How long will it take for them to publish the jars? it's automated or > >> manually? > >> Will they notify me if they reject the request? > >> > >> I have a problem when i do mvn repository:bundle-create, it require > >> scm definition in pom.xml which i can not find the correct url. > >> > >> I have posted an issue in their bug tracking system, hope they can > >> also help to publish the latest kit. > >> > >> Thanks, > >> James. > >> > >> Daniel Kulp =E5=86=99=E9=81=93: > >>> James, > >>> > >>>> Thanks, > >>>> I have uploaded to > >>>> http://people.apache.org/~ningjiang/m2/repository/wsdl4j/1.6.1/wsdl4= j- > >>>>1.6.1 > >>>> > >>>> .jar > >>>> They just released 1.6.1 > >>>> And also i have posted to jira. > >>> > >>> My expectation is that they will reject the JIRA item as you didn't > >>> follow the instructions in the guide: > >>> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > >>> > >>> You were supposed to create a single bundle that contains pom.xml, > >>> the jar itself, and preferrably a source jar as well and then upload > >>> that. You may want to correct all that and resubmit. > >>> > >>>> I forgot my password on people.apache.org, do you know how can i > >>>> get it > >>>> back? > >>> > >>> I think you need to send a note to infrastructure@apache.org. That > >>> would be the best way. You can also try talking to someone on the > >>> IRC channel #asfinfra on freenode. The email is probably the better > >>> way. > >>> > >>> That said, they may come back and recommend you to stop using a > >>> password, use ssh and public key authentication. They seem to > >>> prefer that. > >>> > >>> Enjoy! > >>> Dan > >>> > >>>> Thanks, > >>>> James. > >>>> > >>>> Daniel Kulp =E5=86=99=E9=81=93: > >>>>>> 1. Do we need to upgrade the wsdl4j 1.6? it seems not published in= to > >>>>>> the repository, i asked in wsdl4j mail list, they haven't > >>>>>> replied yet. > >>>>>> If we want to add the wsdl4j 1.6, how to manually add a 3rd par= ty > >>>>>> jars into cxf projects? > >>>>> > >>>>> Follow the guide at: > >>>>> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > >>>>> > >>>>> Mostly, grab the pom.xml from 1.5.3, modify it for 1.6, package it = up > >>>>> like it says, post to JIRA. You need to put it on a public > >>>>> webspace. I > >>>>> think you can create a public_html directory or similar in your > >>>>> apache > >>>>> home directory and use that. (http://people.apache.org/~dkulp type > >>>>> thing) If you have problems, let me know and I can host the > >>>>> file on my > >>>>> personal machine. =2D-=20 J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 daniel.kulp@iona.com