Hi.

I've recently release the Transcoder plugin:
https://transcoder.dev.java.net/

Awesome! I was actually getting ready to work on something like this for md4j-quickstarter [1], although more webapp oriented. Can this be extended to:

* Parse a set of JSP (or other presentation technology) files with user-provided regexps to build a set of property keys * Compare these against the property files, to output files with missing or unused property keys

If you are interested, i would be happy to give a helping hand :-)

[1] http://www.geekologue.com/md4j/tutorial-with-maven.html

Thanks!

Well, this surely can be extended. I just wanted to start with a small and simple but yet complete thing. The plugin now just checks resources for cross-language completeness. That is, the set of keys per dependency/resource name is calculated as a set of all keys in all languages for that dependency/resource. This is just one algorithm to calculate this set. You are right, there must be much more of them. Like, parsing JSPs/Java code/Facelets templates/whatever.

I think I'll make these algorithms extensible/pluggable and probably start with the Java code parsing (this is what I need for my projects). You are welcome to join the project and do the JSP parsing as you see it.

Bye.
/lexi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to