On 12 Feb 2002 15:24:31 -0800, Jason Dillon wrote: >Has anyone played with a decent cross platform tool that can easily >translate from style to style? It seems that we will always have this >problem, but if we could gave something translate a users style back >into jboss style then we can end this thread once and for all. Should >also help improve diffs.
Well, there is currently one under development. It's called Jalopy and has just reached beta status. I'm currently uploading the second beta (called jalopy-1.0b1 ;-) and have to state that this code is not fully tested (not an easy task) but does a fairly good job for me. I've tested it with - castor 0.9.3 - Doug Lea's util.concurrent 1.3 - jaxp 1.1 - log4j 1.1.3 - jboss 2.2.2 - jedit 3.2.2 - xalan 2.1.0 - jgl 3.1.0 and after resolving the places where a developer used the keyword "assert", it went without problems (the used parser parses JDK 1.4 syntax, derived from a slightly modified ANLTR java grammar). But of course, I'm eager to hear about the experiences from others. Ah, if one may want to take a look, see http://sourceforge.net/projects/jalopy Cheers, Marco _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
