Hi, try the STS IDE itself, not the plugin, if you can: http://www.springsource.com/products/sts
On Thu, Jun 3, 2010 at 2:42 PM, Changkowski <[email protected]> wrote: > > Hi Ron > > The STS-plugin is installed to eclipse, but when i create a Spring project > in eclipse, the project has not the spring directory structure and no > spring > jar files. > > I want to setup the project with maven because i hope to simply create, > deploy and test the project when it is all setup correctly. > > > > ronatartifact wrote: > > > > Have you tried with STS? > > > > Ron > > > > On 03/06/2010 1:16 PM, Changkowski wrote: > >> When i create a new Maven project in Eclipse and choose the archtetype > >> spring-ws-archetype I get the following error message: > >> > >> Missing artifact org.springframework.ws:spring-oxm:jar:2.0.0-M1:compile > >> > >> I just have a file called org.springframework.oxm-3.0.2.RELEASE.jar but > >> that's not accepted. I want to create a webservice with spring 3 not > >> spring > >> 2.x. I think org.springframework.ws:spring-oxm:jar:2.0.0-M1:compile is > >> Spring 2.x. > >> > >> I have no experience with maven. Please help... > >> > >> > >> Changkowski wrote: > >> > >>> Yes i installed this plugin to eclipse. > >>> > >>> > >>> mgainty wrote: > >>> > >>>> > >>>> did you install m2eclipse plugin? > >>>> > >>>> > >>>> > >>>> http://m2eclipse.sonatype.org/installing-m2eclipse.html > >>>> > >>>> > >>>> > >>>> ? > >>>> Martin Gainty > >>>> ______________________________________________ > >>>> Verzicht und Vertraulichkeitanmerkung/Note de déni et de > >>>> confidentialité > >>>> > >>>> > >>>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > >>>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede > >>>> unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. > >>>> Diese > >>>> Nachricht dient lediglich dem Austausch von Informationen und > entfaltet > >>>> keine rechtliche Bindungswirkung. Aufgrund der leichten > >>>> Manipulierbarkeit > >>>> von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > >>>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes > pas > >>>> le destinataire prévu, nous te demandons avec bonté que pour > satisfaire > >>>> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la > >>>> copie de ceci est interdite. Ce message sert à l'information seulement > >>>> et > >>>> n'aura pas n'importe quel effet légalement obligatoire. Étant donné > que > >>>> les email peuvent facilement être sujets à la manipulation, nous ne > >>>> pouvons accepter aucune responsabilité pour le contenu fourni. > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>> Date: Wed, 2 Jun 2010 09:16:08 -0700 > >>>>> From: [email protected] > >>>>> To: [email protected] > >>>>> Subject: Re: Spring3 WS Archetype > >>>>> > >>>>> > >>>>> Thanks shansyed > >>>>> > >>>>> I still have the STS plugin and the m2eclipse plugin integrated in > >>>>> eclipse, > >>>>> but when I just create a new Spring project I have not the directory > >>>>> structure and the xml files i need for a spring 3 ws. > >>>>> > >>>>> When i have the right archetype file i can use it in eclipse with > >>>>> creating a > >>>>> new Maven project or is there another way to do this? > >>>>> > >>>>> > >>>>> > >>>>> shansyed wrote: > >>>>> > >>>>>> you could use STS http://www.springsource.com/products/sts to > create > >>>>>> > >>>>> the > >>>>> > >>>>>> WS > >>>>>> projects with Spring 3 with proper maven POMs > >>>>>> > >>>>>> On Wed, Jun 2, 2010 at 11:53 AM, Changkowski<[email protected]> > wrote: > >>>>>> > >>>>>> > >>>>>>> Hello > >>>>>>> > >>>>>>> I'm new to Maven and I have to build several spring webservices > with > >>>>>>> spring > >>>>>>> 3. > >>>>>>> When I write > >>>>>>> > >>>>>>> mvn archetype:generate > >>>>>>> > >>>>>>> to the commandline i can choose at position 245 > >>>>>>> > >>>>>>> 245: remote -> spring-ws-archetype (Spring Web Services Maven2 > >>>>>>> Archetype.) > >>>>>>> > >>>>>>> but the following selection is limited to Spring version 1.0 to 2.0 > >>>>>>> > >>>>> and > >>>>> > >>>>>>> not > >>>>>>> Spring 3.0. > >>>>>>> Is there a easy way to get an archetype for spring webservices for > >>>>>>> > >>>>> spring > >>>>> > >>>>>>> 3? > >>>>>>> > >>>>>>> Kind regards, > >>>>>>> Changkowski > >>>>>>> -- > >>>>>>> View this message in context: > >>>>>>> > http://old.nabble.com/Spring3-WS-Archetype-tp28756453p28756453.html > >>>>>>> Sent from the Maven - Users mailing list archive at Nabble.com. > >>>>>>> > >>>>>>> > >>>>>>> > --------------------------------------------------------------------- > >>>>>>> To unsubscribe, e-mail: [email protected] > >>>>>>> For additional commands, e-mail: [email protected] > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>> -- > >>>>> View this message in context: > >>>>> http://old.nabble.com/Spring3-WS-Archetype-tp28756453p28756746.html > >>>>> Sent from the Maven - Users mailing list archive at Nabble.com. > >>>>> > >>>>> > >>>>> --------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: [email protected] > >>>>> For additional commands, e-mail: [email protected] > >>>>> > >>>>> > >>>> > >>>> _________________________________________________________________ > >>>> The New Busy think 9 to 5 is a cute idea. Combine multiple calendars > >>>> with > >>>> Hotmail. > >>>> > http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5 > >>>> > >>>> > >>> > >>> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > View this message in context: > http://old.nabble.com/Spring3-WS-Archetype-tp28756453p28771437.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
