You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Andrei Szabo (JIRA)" <ji...@codehaus.org> on 2005/04/02 11:54:55 UTC

[jira] Created: (MPJAVADOC-53) "maven javadoc clean" fails

"maven javadoc clean" fails
---------------------------

         Key: MPJAVADOC-53
         URL: http://jira.codehaus.org/browse/MPJAVADOC-53
     Project: maven-javadoc-plugin
        Type: Bug
    Versions: 1.7    
 Environment: WinXP, Win2000 Pro and Maven 1.0.2
    Reporter: Andrei Szabo
 Assigned to: Arnaud HERITIER 
    Priority: Minor


If one runs "maven javadoc" and "maven clean" afterwards, everything works as expected. However, if one uses "maven javadoc clean" the build fails w/ an error message.

Very easy to reproduce; use:

 a. >maven genapp
 b. >maven javadoc clean

The build fails with something along the lines:

<output omitted for sake of clarity>

clean:clean:
    [delete] Deleting directory E:\Code\MavenDummyTest\target

BUILD FAILED
File...... C:\Documents and Settings\Andrei\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
Element... ant:delete
Line...... 30
Column.... 43
Unable to delete file E:\Code\MavenDummyTest\target\javadoc\report.txt
Total time: 15 seconds
Finished at: Sat Apr 02 12:38:16 EEST 2005

Issuing "maven clean" right after "maven javadoc clean" does succesfully remove the file in question, namely "report.txt".

-- 
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
-
If you want more information on JIRA, or have a bug to report 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] Closed: (MPJAVADOC-53) "maven javadoc clean" fails

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-53?page=all ]
     
Lukas Theussl closed MPJAVADOC-53:
----------------------------------

    Resolution: Cannot Reproduce

> "maven javadoc clean" fails
> ---------------------------
>
>          Key: MPJAVADOC-53
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-53
>      Project: maven-javadoc-plugin
>         Type: Bug

>     Versions: 1.7
>  Environment: WinXP, Win2000 Pro and Maven 1.0.2
>     Reporter: Andrei Szabo
>     Priority: Minor

>
>
> If one runs "maven javadoc" and "maven clean" afterwards, everything works as expected. However, if one uses "maven javadoc clean" the build fails w/ an error message.
> Very easy to reproduce; use:
>  a. >maven genapp
>  b. >maven javadoc clean
> The build fails with something along the lines:
> <output omitted for sake of clarity>
> clean:clean:
>     [delete] Deleting directory E:\Code\MavenDummyTest\target
> BUILD FAILED
> File...... C:\Documents and Settings\Andrei\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
> Element... ant:delete
> Line...... 30
> Column.... 43
> Unable to delete file E:\Code\MavenDummyTest\target\javadoc\report.txt
> Total time: 15 seconds
> Finished at: Sat Apr 02 12:38:16 EEST 2005
> Issuing "maven clean" right after "maven javadoc clean" does succesfully remove the file in question, namely "report.txt".

-- 
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: (MPJAVADOC-53) "maven javadoc clean" fails

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-53?page=all ]

Arnaud Heritier updated MPJAVADOC-53:
-------------------------------------

    Assign To:     (was: Arnaud Heritier)

> "maven javadoc clean" fails
> ---------------------------
>
>          Key: MPJAVADOC-53
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-53
>      Project: maven-javadoc-plugin
>         Type: Bug
>     Versions: 1.7
>  Environment: WinXP, Win2000 Pro and Maven 1.0.2
>     Reporter: Andrei Szabo
>     Priority: Minor

>
>
> If one runs "maven javadoc" and "maven clean" afterwards, everything works as expected. However, if one uses "maven javadoc clean" the build fails w/ an error message.
> Very easy to reproduce; use:
>  a. >maven genapp
>  b. >maven javadoc clean
> The build fails with something along the lines:
> <output omitted for sake of clarity>
> clean:clean:
>     [delete] Deleting directory E:\Code\MavenDummyTest\target
> BUILD FAILED
> File...... C:\Documents and Settings\Andrei\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
> Element... ant:delete
> Line...... 30
> Column.... 43
> Unable to delete file E:\Code\MavenDummyTest\target\javadoc\report.txt
> Total time: 15 seconds
> Finished at: Sat Apr 02 12:38:16 EEST 2005
> Issuing "maven clean" right after "maven javadoc clean" does succesfully remove the file in question, namely "report.txt".

-- 
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: (MPJAVADOC-53) "maven javadoc clean" fails

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-53?page=comments#action_53509 ] 

Lukas Theussl commented on MPJAVADOC-53:
----------------------------------------

I cannot reproduce this, neither with m102 nor m11b3. I will close this issue unless somebody re-confirms.

> "maven javadoc clean" fails
> ---------------------------
>
>          Key: MPJAVADOC-53
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-53
>      Project: maven-javadoc-plugin
>         Type: Bug

>     Versions: 1.7
>  Environment: WinXP, Win2000 Pro and Maven 1.0.2
>     Reporter: Andrei Szabo
>     Priority: Minor

>
>
> If one runs "maven javadoc" and "maven clean" afterwards, everything works as expected. However, if one uses "maven javadoc clean" the build fails w/ an error message.
> Very easy to reproduce; use:
>  a. >maven genapp
>  b. >maven javadoc clean
> The build fails with something along the lines:
> <output omitted for sake of clarity>
> clean:clean:
>     [delete] Deleting directory E:\Code\MavenDummyTest\target
> BUILD FAILED
> File...... C:\Documents and Settings\Andrei\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
> Element... ant:delete
> Line...... 30
> Column.... 43
> Unable to delete file E:\Code\MavenDummyTest\target\javadoc\report.txt
> Total time: 15 seconds
> Finished at: Sat Apr 02 12:38:16 EEST 2005
> Issuing "maven clean" right after "maven javadoc clean" does succesfully remove the file in question, namely "report.txt".

-- 
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