On Mon, Dec 21, 2009 at 9:19 PM, Dennis Lundberg <[email protected]> wrote:
> Alexander wrote: > > Hello, > > > > Eclipse, IDEA and NetBeans has code template engines but they can't use > > template from other platform. So question is: are there any code > template > > converters? I mean write some template and make maven convert them to > other > > platforms at package time. > > > > Just to make sure, when you say "code template" do you mean "code style > configuration"? > > If so, then there are no such converters to my knowledge. I have that on > my todo list, but it's been sitting there a long time. > > Another thing one could try to do is transform to/from a Checkstyle > configuration file. > netbeans 6.8 should be able to do that already. It seems to perform reasonably well for mojo.codehaus.org style formats. Milos > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
