You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dominik Dahlem <Do...@cs.tcd.ie> on 2003/07/10 15:43:54 UTC

changelog or checkstyle problem

Hi all,

I have a problem with the changelog report. However, I assume it has
nothing 
to do with the repository connection setting. Rather, the checkstyle
report
is (besides others) registered, although I didn't specify any reports
in my project.xml (<reports/>). Further, I set the 
maven.xdoc.includeProjectDocumentation property to "no", because there
are
no java-files and so I don't need any reports. I'm working on a
maven-plugin. 
Am I missing something else?

Help is greatly appreciated...

Thx,
Dominik


site:
xdoc:register-reports:
maven-jdepend-plugin:register:
maven-checkstyle-plugin:register:
maven-changes-plugin:register:
maven-changelog-plugin:register:
maven-developer-activity-plugin:register:
maven-file-activity-plugin:register:
maven-license-plugin:register:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
maven-junit-report-plugin:register:
maven-linkcheck-plugin:register:
maven-tasklist-plugin:register:

site:run-reports:
    [echo] Generating the Metrics...
maven-jdepend-plugin:report:
    [echo] Generating the Checkstyle...
checkstyle:check-license-file:
checkstyle:determine-properties:

checkstyle:report:

maven-checkstyle-plugin:report:
    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report
BUILD FAILED
null:37:50: <attainGoal> null:56:15: <changelog:changelog> null
Total time:  4 seconds


+---------------------------------------------------------------------+
   _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
      _/     _/    _/  _/     _/  M.Sc. student, Computer Science
     _/     _/        _/     _/   Trinity College Dublin
    _/     _/        _/     _/    tel  : +353 (0)1 608
   _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
  _/      _/_/_/  __/_/_/_/       www  : http://www.cs.tcd.ie/~dahlemd
+---------------------------------------------------------------------+



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


RE: changelog or checkstyle problem

Posted by Dominik Dahlem <Do...@cs.tcd.ie>.
That did the trick,
thx.

However, why are the following reports registered by default?
maven-jdepend-plugin:register:
maven-checkstyle-plugin:register:
maven-changes-plugin:register:
maven-changelog-plugin:register:
maven-developer-activity-plugin:register:
maven-file-activity-plugin:register:
maven-license-plugin:register:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
maven-junit-report-plugin:register:
maven-linkcheck-plugin:register:
maven-tasklist-plugin:register:


Dominik

+---------------------------------------------------------------------+
   _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
      _/     _/    _/  _/     _/  M.Sc. student, Computer Science
     _/     _/        _/     _/   Trinity College Dublin
    _/     _/        _/     _/    tel  : +353 (0)1 608
   _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
  _/      _/_/_/  __/_/_/_/       www  : http://www.cs.tcd.ie/~dahlemd
+---------------------------------------------------------------------+

-----Original Message-----
From: Emmanuel Venisse [mailto:evenisse@ifrance.com] 
Sent: 11 July 2003 11:54
To: Maven Users List; Dominik.Dahlem@cs.tcd.ie
Subject: Re: changelog or checkstyle problem


You must specify your module like this :
scm:cvs:pserver:username@<host>.ie:/home/cvs/PerSL:<module name>

Emmanuel

----- Original Message ----- 
From: "Dominik Dahlem" <Do...@cs.tcd.ie>
To: "'Maven Users List'" <us...@maven.apache.org>
Sent: Friday, July 11, 2003 11:53 AM
Subject: RE: changelog or checkstyle problem


> Please find attached the output of "maven -e site".
> Just for clarity the repository connection specified in my project.xml

> file (I replaced the host):
>
> <repository>
>   <connection>
>     scm:cvs:pserver:username@<host>.ie:/home/cvs/PerSL
>   </connection>
> </repository>
>
> Thx,
>
> Dominik
>
>
> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: 11 July 2003 01:03
> To: Maven Users List
> Subject: Re: changelog or checkstyle problem
>
>
> Can you run "maven -e site" and post the results?
>
> Thanks.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> Work:      http://www.multitask.com.au
>
>
> "Dominik Dahlem" <Do...@cs.tcd.ie> wrote on 10/07/2003 
> 11:43:54
>
> PM:
>
> > Hi all,
> >
> > I have a problem with the changelog report. However, I assume it has

> > nothing to do with the repository connection setting. Rather, the 
> > checkstyle report is (besides others) registered, although I didn't 
> > specify any reports in my project.xml (<reports/>). Further, I set 
> > the maven.xdoc.includeProjectDocumentation property to "no", because

> > there are
> > no java-files and so I don't need any reports. I'm working on a
> > maven-plugin.
> > Am I missing something else?
> >
> > Help is greatly appreciated...
> >
> > Thx,
> > Dominik
> >
> >
> > site:
> > xdoc:register-reports:
> > maven-jdepend-plugin:register:
> > maven-checkstyle-plugin:register:
> > maven-changes-plugin:register:
> > maven-changelog-plugin:register:
> > maven-developer-activity-plugin:register:
> > maven-file-activity-plugin:register:
> > maven-license-plugin:register:
> > maven-javadoc-plugin:register:
> > maven-jxr-plugin:register:
> > maven-junit-report-plugin:register:
> > maven-linkcheck-plugin:register:
> > maven-tasklist-plugin:register:
> >
> > site:run-reports:
> >     [echo] Generating the Metrics...
> > maven-jdepend-plugin:report:
> >     [echo] Generating the Checkstyle...
> > checkstyle:check-license-file:
> > checkstyle:determine-properties:
> >
> > checkstyle:report:
> >
> > maven-checkstyle-plugin:report:
> >     [echo] Generating the Change Log...
> > maven-changelog-plugin:report:
> >     [echo] Generating the changelog report
> > BUILD FAILED
> > null:37:50: <attainGoal> null:56:15: <changelog:changelog> null 
> > Total
> > time:  4 seconds
> >
> >
> >
>
+---------------------------------------------------------------------+
> >    _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
> >       _/     _/    _/  _/     _/  M.Sc. student, Computer Science
> >      _/     _/        _/     _/   Trinity College Dublin
> >     _/     _/        _/     _/    tel  : +353 (0)1 608
> >    _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
> >   _/      _/_/_/  __/_/_/_/       www  :
http://www.cs.tcd.ie/~dahlemd
> >
>
+---------------------------------------------------------------------+
> >
> >
> >
> > --------------------------------------------------------------------
> > -
> > 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

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


---------------------------------------------------------------------
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: changelog or checkstyle problem

Posted by Emmanuel Venisse <ev...@ifrance.com>.
You must specify your module like this :
scm:cvs:pserver:username@<host>.ie:/home/cvs/PerSL:<module name>

Emmanuel

----- Original Message ----- 
From: "Dominik Dahlem" <Do...@cs.tcd.ie>
To: "'Maven Users List'" <us...@maven.apache.org>
Sent: Friday, July 11, 2003 11:53 AM
Subject: RE: changelog or checkstyle problem


> Please find attached the output of "maven -e site".
> Just for clarity the repository connection specified in my project.xml
> file (I replaced the host):
>
> <repository>
>   <connection>
>     scm:cvs:pserver:username@<host>.ie:/home/cvs/PerSL
>   </connection>
> </repository>
>
> Thx,
>
> Dominik
>
>
> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: 11 July 2003 01:03
> To: Maven Users List
> Subject: Re: changelog or checkstyle problem
>
>
> Can you run "maven -e site" and post the results?
>
> Thanks.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> Work:      http://www.multitask.com.au
>
>
> "Dominik Dahlem" <Do...@cs.tcd.ie> wrote on 10/07/2003 11:43:54
>
> PM:
>
> > Hi all,
> >
> > I have a problem with the changelog report. However, I assume it has
> > nothing to do with the repository connection setting. Rather, the
> > checkstyle report
> > is (besides others) registered, although I didn't specify any reports
> > in my project.xml (<reports/>). Further, I set the
> > maven.xdoc.includeProjectDocumentation property to "no", because there
> > are
> > no java-files and so I don't need any reports. I'm working on a
> > maven-plugin.
> > Am I missing something else?
> >
> > Help is greatly appreciated...
> >
> > Thx,
> > Dominik
> >
> >
> > site:
> > xdoc:register-reports:
> > maven-jdepend-plugin:register:
> > maven-checkstyle-plugin:register:
> > maven-changes-plugin:register:
> > maven-changelog-plugin:register:
> > maven-developer-activity-plugin:register:
> > maven-file-activity-plugin:register:
> > maven-license-plugin:register:
> > maven-javadoc-plugin:register:
> > maven-jxr-plugin:register:
> > maven-junit-report-plugin:register:
> > maven-linkcheck-plugin:register:
> > maven-tasklist-plugin:register:
> >
> > site:run-reports:
> >     [echo] Generating the Metrics...
> > maven-jdepend-plugin:report:
> >     [echo] Generating the Checkstyle...
> > checkstyle:check-license-file:
> > checkstyle:determine-properties:
> >
> > checkstyle:report:
> >
> > maven-checkstyle-plugin:report:
> >     [echo] Generating the Change Log...
> > maven-changelog-plugin:report:
> >     [echo] Generating the changelog report
> > BUILD FAILED
> > null:37:50: <attainGoal> null:56:15: <changelog:changelog> null Total
> > time:  4 seconds
> >
> >
> >
> +---------------------------------------------------------------------+
> >    _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
> >       _/     _/    _/  _/     _/  M.Sc. student, Computer Science
> >      _/     _/        _/     _/   Trinity College Dublin
> >     _/     _/        _/     _/    tel  : +353 (0)1 608
> >    _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
> >   _/      _/_/_/  __/_/_/_/       www  : http://www.cs.tcd.ie/~dahlemd
> >
> +---------------------------------------------------------------------+
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


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


RE: changelog or checkstyle problem

Posted by Dominik Dahlem <Do...@cs.tcd.ie>.
Please find attached the output of "maven -e site".
Just for clarity the repository connection specified in my project.xml
file (I replaced the host):

<repository>
  <connection>
    scm:cvs:pserver:username@<host>.ie:/home/cvs/PerSL
  </connection>
</repository>

Thx,

Dominik


-----Original Message-----
From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
Sent: 11 July 2003 01:03
To: Maven Users List
Subject: Re: changelog or checkstyle problem


Can you run "maven -e site" and post the results?

Thanks.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


"Dominik Dahlem" <Do...@cs.tcd.ie> wrote on 10/07/2003 11:43:54

PM:

> Hi all,
> 
> I have a problem with the changelog report. However, I assume it has 
> nothing to do with the repository connection setting. Rather, the 
> checkstyle report
> is (besides others) registered, although I didn't specify any reports
> in my project.xml (<reports/>). Further, I set the 
> maven.xdoc.includeProjectDocumentation property to "no", because there
> are
> no java-files and so I don't need any reports. I'm working on a
> maven-plugin. 
> Am I missing something else?
> 
> Help is greatly appreciated...
> 
> Thx,
> Dominik
> 
> 
> site:
> xdoc:register-reports:
> maven-jdepend-plugin:register:
> maven-checkstyle-plugin:register:
> maven-changes-plugin:register:
> maven-changelog-plugin:register:
> maven-developer-activity-plugin:register:
> maven-file-activity-plugin:register:
> maven-license-plugin:register:
> maven-javadoc-plugin:register:
> maven-jxr-plugin:register:
> maven-junit-report-plugin:register:
> maven-linkcheck-plugin:register:
> maven-tasklist-plugin:register:
> 
> site:run-reports:
>     [echo] Generating the Metrics...
> maven-jdepend-plugin:report:
>     [echo] Generating the Checkstyle...
> checkstyle:check-license-file:
> checkstyle:determine-properties:
> 
> checkstyle:report:
> 
> maven-checkstyle-plugin:report:
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
> BUILD FAILED
> null:37:50: <attainGoal> null:56:15: <changelog:changelog> null Total 
> time:  4 seconds
> 
> 
>
+---------------------------------------------------------------------+
>    _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
>       _/     _/    _/  _/     _/  M.Sc. student, Computer Science
>      _/     _/        _/     _/   Trinity College Dublin
>     _/     _/        _/     _/    tel  : +353 (0)1 608
>    _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
>   _/      _/_/_/  __/_/_/_/       www  : http://www.cs.tcd.ie/~dahlemd
>
+---------------------------------------------------------------------+
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

Re: changelog or checkstyle problem

Posted by di...@multitask.com.au.
Can you run "maven -e site" and post the results?

Thanks.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


"Dominik Dahlem" <Do...@cs.tcd.ie> wrote on 10/07/2003 11:43:54 
PM:

> Hi all,
> 
> I have a problem with the changelog report. However, I assume it has
> nothing 
> to do with the repository connection setting. Rather, the checkstyle
> report
> is (besides others) registered, although I didn't specify any reports
> in my project.xml (<reports/>). Further, I set the 
> maven.xdoc.includeProjectDocumentation property to "no", because there
> are
> no java-files and so I don't need any reports. I'm working on a
> maven-plugin. 
> Am I missing something else?
> 
> Help is greatly appreciated...
> 
> Thx,
> Dominik
> 
> 
> site:
> xdoc:register-reports:
> maven-jdepend-plugin:register:
> maven-checkstyle-plugin:register:
> maven-changes-plugin:register:
> maven-changelog-plugin:register:
> maven-developer-activity-plugin:register:
> maven-file-activity-plugin:register:
> maven-license-plugin:register:
> maven-javadoc-plugin:register:
> maven-jxr-plugin:register:
> maven-junit-report-plugin:register:
> maven-linkcheck-plugin:register:
> maven-tasklist-plugin:register:
> 
> site:run-reports:
>     [echo] Generating the Metrics...
> maven-jdepend-plugin:report:
>     [echo] Generating the Checkstyle...
> checkstyle:check-license-file:
> checkstyle:determine-properties:
> 
> checkstyle:report:
> 
> maven-checkstyle-plugin:report:
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
> BUILD FAILED
> null:37:50: <attainGoal> null:56:15: <changelog:changelog> null
> Total time:  4 seconds
> 
> 
> +---------------------------------------------------------------------+
>    _/_/_/_/_/  _/_/_/  __/_/_/_/  Dominik Dahlem
>       _/     _/    _/  _/     _/  M.Sc. student, Computer Science
>      _/     _/        _/     _/   Trinity College Dublin
>     _/     _/        _/     _/    tel  : +353 (0)1 608
>    _/     _/    _/  _/     _/     email: Dominik.Dahlem@cs.tcd.ie
>   _/      _/_/_/  __/_/_/_/       www  : http://www.cs.tcd.ie/~dahlemd
> +---------------------------------------------------------------------+
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>