You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dirk Habighorst <di...@epigenomics.com> on 2003/09/02 14:23:57 UTC

bug in maven-xdoc-plugin-1.4-SNAPSHOT ?

Hi!

running the site goal generates the following error:

BUILD FAILED
File...... file:/home/hm/dirk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... attainGoal
Line...... 575
Column.... 48
No goal [
      maven-checkstyle-plugin
    :register]

I used the current cvs HEAD. As far as I can track the problem, it seems that expanding ${report} generates a newline.
-- 
  Dirk Habighorst			e-mail:dirk@epigenomics.de
  Epigenomics AG			Tel.: +49-30-24345-372
  Kleine Präsidentenstrasse 1
  10178 Berlin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: bug in maven-xdoc-plugin-1.4-SNAPSHOT ?

Posted by Dirk Habighorst <di...@epigenomics.com>.
<reports>
   <report>
     maven-checkstyle-plugin
   </report>
</reports>

used to be stripped to 'maven-checkstyle-plugin' in previous releases. Now I 
have to used:

<reports>
   <report>maven-checkstyle-plugin</report>
</reports>

which is correct xml behaviour as I have learned now.

dion@multitask.com.au wrote:
> What's your <reports> section in the project.xml look like?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> Dirk Habighorst <di...@epigenomics.com> wrote on 02/09/2003 
> 10:23:57 PM:
> 
> 
>>Hi!
>>
>>running the site goal generates the following error:
>>
>>BUILD FAILED
>>File...... 
> 
> file:/home/hm/dirk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
> 
>>Element... attainGoal
>>Line...... 575
>>Column.... 48
>>No goal [
>>      maven-checkstyle-plugin
>>    :register]
>>
>>I used the current cvs HEAD. As far as I can track the problem, it 
>>seems that expanding ${report} generates a newline.
>>-- 
>>  Dirk Habighorst         e-mail:dirk@epigenomics.de
>>  Epigenomics AG         Tel.: +49-30-24345-372
>>  Kleine Präsidentenstrasse 1
>>  10178 Berlin
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: bug in maven-xdoc-plugin-1.4-SNAPSHOT ?

Posted by di...@multitask.com.au.
What's your <reports> section in the project.xml look like?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Dirk Habighorst <di...@epigenomics.com> wrote on 02/09/2003 
10:23:57 PM:

> Hi!
> 
> running the site goal generates the following error:
> 
> BUILD FAILED
> File...... 
file:/home/hm/dirk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
> Element... attainGoal
> Line...... 575
> Column.... 48
> No goal [
>       maven-checkstyle-plugin
>     :register]
> 
> I used the current cvs HEAD. As far as I can track the problem, it 
> seems that expanding ${report} generates a newline.
> -- 
>   Dirk Habighorst         e-mail:dirk@epigenomics.de
>   Epigenomics AG         Tel.: +49-30-24345-372
>   Kleine Präsidentenstrasse 1
>   10178 Berlin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>