James,
The "mvn repository:bundle-create" is only if you are using mvn for the build 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 Ibiblio then you just need to make a JAR (using the jar executable, not zip, pkzip or equivalent) with the following format: Basically, create a directory on your computer, put the pom.xml file in it, put the wsdl4j-1.6.1.jar in it, if you can, create a wsdl4j-1.6.1-sources.jar and wsdl4j-1.6.1-javadoc.jar and put them in it, then jar up all the stuff in 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 写道: > > 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 写道: > >> 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 写道: > >>> James, > >>> > >>>> Thanks, > >>>> I have uploaded to > >>>> http://people.apache.org/~ningjiang/m2/repository/wsdl4j/1.6.1/wsdl4j- > >>>>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 [EMAIL PROTECTED] 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 写道: > >>>>>> 1. Do we need to upgrade the wsdl4j 1.6? it seems not published into > >>>>>> 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 party > >>>>>> 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. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED]
