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. -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
