[
http://jira.codehaus.org/browse/MTAGLIST-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194317#action_194317
]
Anthony Whitford commented on MTAGLIST-46:
------------------------------------------
I really would like the following source codes checked for tags:
* Java (*.java)
* JavaScript (*.js)
* Scala (*.scala)
* Groovy (*.groovy)
* ActionScript (*.as)
* XML (*.xml, *.xhtml, *.mxml)
* CSS (*.css)
Since Scala and Groovy have Java roots, the comment logic is the same or
similar.
I look forward to the support.
> Support for other programming languages as well
> -----------------------------------------------
>
> Key: MTAGLIST-46
> URL: http://jira.codehaus.org/browse/MTAGLIST-46
> Project: Maven 2.x Taglist Plugin
> Issue Type: New Feature
> Environment: environment independent
> Reporter: Christoph Pickl
> Priority: Minor
> Attachments: patch-taglist-cpickl_2009_09_02.txt,
> patch-taglist-languageExtensions_configuration-cpickl_2009_09_10.txt
>
>
> currently only java files are supported. but as the syntax of many other
> languages are similar to java's, it should not be that hard to adjust the
> plugin for these other languages.
> changes which have to be made:
> 1) TagListReport#hasSources() ... change ".java"
> 2) FileAnalyser#findFilesToScan() ... change "**/*.java"
> in the attached eclipse patch you will find these changes, plus a
> SourceFileFilter class which handles proper filtering depending on a new
> maven configuration "languageMode" (which can now be either "java" which is
> the default, or "flex" which looks for *.as and *.mxml files).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email