They only real annoying thing is that the demo project shows up as a normal java project rather then a Web Project, so hopefully the mvn eclipse plugin will be enhanced soon to support Calisto.
you can build a wtp project file with that plugin as well. I prefer using jetty as maven plugin instead :)
Finally, I havn't used the mvn plugin for eclipse, so I can't speak to that but I hope this helps.
it is nice if you wanna create a "maven"-based project in eclipse (which has all the "right" project layout, etc) I use that for some side projects. -M
Scott Adam Winer wrote: > And I use Emacs and a command-line, which I imagine makes > me very "old-school". ;) > > -- Adam > > On 12/14/06, Matt Cooper <[EMAIL PROTECTED]> wrote: >> Hi Danny, >> >> The most common ones I've heard of are either Eclipse or Oracle >> JDeveloper. >> I use the latter and create workspace/project files by running the >> command >> "mvn install jdev:jdev". I believe the expected generated workspace >> should >> have 4 projects (api, build, demo, impl) with pre-attached >> dependencies so >> you just need to run a jspx page from the demo project and >> automatically it >> will build any changes you make in the other projects. Perhaps >> someone else >> on this list can better talk to the Eclipse issues you are experiencing. >> >> Regards, >> Matt >> >> On 12/14/06, Danny Robinson <[EMAIL PROTECTED]> wrote: >> > >> > Guys, >> > >> > Are most people using Eclipse to develop the Trinidad >> components/code? If >> > not, then what do people mainly use? >> > >> > I followed the wiki page that details the Eclipse setup for >> Trinidad and >> > got >> > a clean compile. However, I'm not certain everything's as it >> should be, >> > and >> > I certainly can't use the maven eclipse plugin to do a clean >> 'install'. >> > >> > Using a different approach, 'mvn eclipse:eclipse' command created 4 >> > projects >> > rather than the 2 mentioned in the wiki. However, these wouldn't >> cleanup >> > compile due to dependencies. >> > >> > Thanks, >> > >> > Danny >> > >> > -- >> > Chordiant Software Inc. >> > www.chordiant.com >> > >> > >> >> >
-- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
