From: SourceForge.net <no...@so...> - 2006-06-24 18:30:09
|
Bugs item #1067650, was opened at 2004-11-16 15:43 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1067650&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: findbugs Group: release >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: hemisfear (hemisfear) >Assigned to: Jeff Jensen (jeffjensen) Summary: [findbugs] xdoc file not generated if dest dir not exist Initial Comment: Using maven 1.0.1 with maven-findbugs-plugin-0.8.5, the xdoc findbugs file (findbugs.xml) is not created if the generated-xdocs directory does not exist in the ${basedir}/target directory: Steps to reproduce: maven clean maven-findbugs-plugin:report xdoc:transform The 'clean' target deletes the generated-xdocs directory. Suggested solution: Add <mkdir dir=${basedir}/target/generated-xdocs/> (or whatever the variable is) before writing out findbugs.xml. ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-06-24 13:30 Message: Logged In: YES user_id=498804 Cannot reproduce with newer versions, so closing. ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-05-02 01:07 Message: Logged In: YES user_id=498804 I cannot reproduce using your recipe. This is very old and was probably fixed along the way. Is this still an issue for you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1067650&group_id=61626 |