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 > >
