You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Fabrice BELLINGARD (JIRA)" <ji...@codehaus.org> on 2005/07/21 17:53:57 UTC

[jira] Created: (MPTASKLIST-13) Plugin converted to m2 + more tags to look for

Plugin converted to m2 + more tags to look for
----------------------------------------------

         Key: MPTASKLIST-13
         URL: http://jira.codehaus.org/browse/MPTASKLIST-13
     Project: maven-tasklist-plugin
        Type: Improvement
 Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
 Reporter: Fabrice BELLINGARD
 Attachments: maven-tasklist-plugin_M2.zip


- Plugin ported from m1 to m2 using the Mojo and Reporting APIs

- The plugin now looks for more kind of tags :

  * Javadoc tags (like it used to be): @todo, @whatever, ...

  * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).

By default, the plugin will look for "TODO" and "@todo" tags.

- French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-630) Plugin converted to m2 + more tags to look for

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-630?page=all ]

Brett Porter updated MNG-630:
-----------------------------

    Description: 
- Plugin ported from m1 to m2 using the Mojo and Reporting APIs

- The plugin now looks for more kind of tags :

  * Javadoc tags (like it used to be): @todo, @whatever, ...

  * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).

By default, the plugin will look for "TODO" and "@todo" tags.

- French i18n added :o)

  was:

- Plugin ported from m1 to m2 using the Mojo and Reporting APIs

- The plugin now looks for more kind of tags :

  * Javadoc tags (like it used to be): @todo, @whatever, ...

  * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).

By default, the plugin will look for "TODO" and "@todo" tags.

- French i18n added :o)

    Fix Version: 2.0-beta-1

> Plugin converted to m2 + more tags to look for
> ----------------------------------------------
>
>          Key: MNG-630
>          URL: http://jira.codehaus.org/browse/MNG-630
>      Project: Maven 2
>         Type: New Feature
>  Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
>     Reporter: Fabrice BELLINGARD
>      Fix For: 2.0-beta-1
>  Attachments: maven-tasklist-plugin_M2.zip
>
>
> - Plugin ported from m1 to m2 using the Mojo and Reporting APIs
> - The plugin now looks for more kind of tags :
>   * Javadoc tags (like it used to be): @todo, @whatever, ...
>   * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).
> By default, the plugin will look for "TODO" and "@todo" tags.
> - French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MOJO-1) Plugin converted to m2 + more tags to look for

Posted by "Fabrice BELLINGARD (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MOJO-1?page=comments#action_43377 ] 

Fabrice BELLINGARD commented on MOJO-1:
---------------------------------------

Brett, 

- The new parent you're talking about is "org.apache.maven.plugins.mojo", that's it?
- As for the maven-reporting-impl dep, I couldn't find it on http://repo1.maven.org/maven2. 

For the rest of your comments, I applied them all.

> Plugin converted to m2 + more tags to look for
> ----------------------------------------------
>
>          Key: MOJO-1
>          URL: http://jira.codehaus.org/browse/MOJO-1
>      Project: Mojo
>         Type: New Feature
>  Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
>     Reporter: Fabrice BELLINGARD
>  Attachments: maven-tasklist-plugin_M2.zip
>
>
> - Plugin ported from m1 to m2 using the Mojo and Reporting APIs
> - The plugin now looks for more kind of tags :
>   * Javadoc tags (like it used to be): @todo, @whatever, ...
>   * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).
> By default, the plugin will look for "TODO" and "@todo" tags.
> - French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-630) Plugin converted to m2 + more tags to look for

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-630?page=comments#action_43242 ] 

Brett Porter commented on MNG-630:
----------------------------------

looks good to me!

- renaming it to taglist might be a good idea
- there was a recent change in the core API - it needs a new parent and a dep on maven-reporting-impl to run
- let's bring this in to the mojo project
- would need to be reformatted according to style guidelines
- also, you can use plexus-utils and things like IOUtil to avoid ugly nested exceptions in finally blocs for streams

> Plugin converted to m2 + more tags to look for
> ----------------------------------------------
>
>          Key: MNG-630
>          URL: http://jira.codehaus.org/browse/MNG-630
>      Project: Maven 2
>         Type: New Feature
>  Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
>     Reporter: Fabrice BELLINGARD
>      Fix For: 2.0-beta-1
>  Attachments: maven-tasklist-plugin_M2.zip
>
>
> - Plugin ported from m1 to m2 using the Mojo and Reporting APIs
> - The plugin now looks for more kind of tags :
>   * Javadoc tags (like it used to be): @todo, @whatever, ...
>   * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).
> By default, the plugin will look for "TODO" and "@todo" tags.
> - French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-630) Plugin converted to m2 + more tags to look for

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-630?page=comments#action_43223 ] 

Dennis Lundberg commented on MNG-630:
-------------------------------------

I will take a look at the code this weekend.

> Plugin converted to m2 + more tags to look for
> ----------------------------------------------
>
>          Key: MNG-630
>          URL: http://jira.codehaus.org/browse/MNG-630
>      Project: Maven 2
>         Type: New Feature
>  Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
>     Reporter: Fabrice BELLINGARD
>      Fix For: 2.0-beta-1
>  Attachments: maven-tasklist-plugin_M2.zip
>
>
> - Plugin ported from m1 to m2 using the Mojo and Reporting APIs
> - The plugin now looks for more kind of tags :
>   * Javadoc tags (like it used to be): @todo, @whatever, ...
>   * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).
> By default, the plugin will look for "TODO" and "@todo" tags.
> - French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MOJO-1) Plugin converted to m2 + more tags to look for

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MOJO-1?page=comments#action_43378 ] 

Brett Porter commented on MOJO-1:
---------------------------------

parent: correct
reporting-impl: actually, it is new in this release so is only from building the sources. You can keep it at maven-reporting-api 2.0-alpha-3 if you like, it should be compatible. 

go ahead and commit when ready! :)

> Plugin converted to m2 + more tags to look for
> ----------------------------------------------
>
>          Key: MOJO-1
>          URL: http://jira.codehaus.org/browse/MOJO-1
>      Project: Mojo
>         Type: New Feature
>  Environment: Developed under Win2k, Java 1.4.2_04 and m2a3
>     Reporter: Fabrice BELLINGARD
>  Attachments: maven-tasklist-plugin_M2.zip
>
>
> - Plugin ported from m1 to m2 using the Mojo and Reporting APIs
> - The plugin now looks for more kind of tags :
>   * Javadoc tags (like it used to be): @todo, @whatever, ...
>   * but also any kind of tag found in a Java comment ("// TODO" for instance). This works for any Java comment (//, /* or /**).
> By default, the plugin will look for "TODO" and "@todo" tags.
> - French i18n added :o)

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org