Re: What DevEnv do you use for Trinidad

2006-12-15 Thread Danny Robinson
well myeclipse - which now has WTP underneath it - so yes. On 12/15/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: do you use 'WTP ? On 12/15/06, Danny Robinson [EMAIL PROTECTED] wrote: Thanks All, for your responses. I now have a working Eclipse/Trinidad environment. The only things I

What DevEnv do you use for Trinidad

2006-12-14 Thread Danny Robinson
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

Re: What DevEnv do you use for Trinidad

2006-12-14 Thread Matt Cooper
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

Re: Re: What DevEnv do you use for Trinidad

2006-12-14 Thread Adam Winer
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

Re: What DevEnv do you use for Trinidad

2006-12-14 Thread Scott O'Bryan
I use eclipse with the four projects and it works just fine. I do have a suggestion though: 1. Turn off automatic compile - eclipse has trouble removing the target directories sometimes because the targets are referred to in the project as source. Comes from the automatic generation of the

Re: What DevEnv do you use for Trinidad

2006-12-14 Thread Matthias Wessendorf
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