On Sun, Jan 23, 2011 at 11:58 AM, nicolas muller <[email protected]> wrote: > I am sorry to ask you directly but your experience will be very precious. > Could you describe your environnement when you develop ? > Which editor do you use ? Netbeans, Eclipse ?
I use both Netbeans 6.9 and Eclipse. When I use Eclipse I use the M2Eclipse plugin. > Which server do you use ? Glassfish (impossible for me), Tomcat... > Which tree folder do you use and how do you configure the main file > (server.xm for example). I run my Roller sites on Tomcat 6, but when I do development I run Roller on Jetty by running the mvn jetty:run command in the weblogger-webapp project. It's much easier to use mvn jetty:run while developing than to deploy to Tomcat or Glassfish. > I don't understand why it is so hard to develop into 5.x although 4.x was > funny. Sorry it is nothing against project or maven. I had good friend > working there :) > > I believe a lot into Roller ! Thanks Nicolas. Maven is supposed to make it easier for new developers to get started, but you do have to do things a little differently. Hope that helps... - Dave
