Report should be same as find * -name '*.* |xargs grep FIXME
------------------------------------------------------------
Key: MTAGLIST-37
URL: http://jira.codehaus.org/browse/MTAGLIST-37
Project: Maven 2.x Taglist Plugin
Issue Type: Improvement
Environment: All
Reporter: Tim Pizey
Attachments: taglist.patch
The plugin makes the invalid assumption that the only place where tags are used
is in java files.
I want to find tags in properties, xml, resources (and .asp files!!)
The output I would expect would be the same as
find * -name '*.* |xargs grep FIXME
at the top level of the project.
The java-centricity is relatively easy to remove: remove call to hasSources,
use *.* instead of *.java
I attache a patch which 'works for me' , but needs a little more thought.
I enable some rudimentary exclusion of SCM directories, ie hardcode CVS.
I still use test and main dirs, but ideally the scanned directory would be the
top level
so as to scan the site source (see Brett's issue).
--
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