You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Luke Taylor <ne...@freesurf.ch> on 2003/04/11 03:15:14 UTC

Changelog problems - null:56:15: null

Hi,

I saw someone posted a similar problem recently and get a reply to look 
for "SCM" in Maven but there's nothing like that in there. If I call the 
site:run-reports goal I get

site:run-reports:
     [echo] Generating the Change Log...
maven-changelog-plugin:report:
     [echo] Generating the changelog report

BUILD FAILED
null:56:15: <changelog:changelog> null
Total time:  6 seconds

and the only entries in Maven.log are:

2003-04-11 02:06:30,953 INFO  org.apache.maven.plugin.PluginManager - 
Initializing Plugins!
2003-04-11 02:06:31,046 INFO  org.apache.maven.plugin.PluginManager - 
Processing Plugin: maven-castor-plugin-1.0
2003-04-11 02:06:31,203 INFO  org.apache.maven.plugin.PluginManager - 
Processing Plugin: maven-deploy-plugin-1.1
2003-04-11 02:06:31,265 INFO  org.apache.maven.plugin.PluginManager - 
Processing Plugin: maven-plexus-plugin-0.2
2003-04-11 02:06:31,296 INFO  org.apache.maven.plugin.PluginManager - 
Processing Plugin: maven-sea-plugin-1.0
2003-04-11 02:06:31,296 INFO  org.apache.maven.plugin.PluginManager - 
Processing Plugin: maven-vdoclet-plugin-1.0
2003-04-11 02:06:31,390 INFO  org.apache.maven.plugin.PluginManager - 
Finished initializing Plugins!

Plus another 40 lines warning like the following:

2003-04-11 02:06:33,218 ERROR org.apache.commons.jelly.tags.ant.AntTag - 
Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested "available" element.
2003-04-11 02:06:33,218 ERROR org.apache.commons.jelly.tags.ant.AntTag - 
Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path" element.

No attempt is made to contact the cvs server (I have a firewall running) 
and I can call "cvs log" with the same connection string as I have in 
the project.xml file without any problems.

I'm using beta-9 download and jdk1.4.1_02. I haven't tried this before 
so might be doing something dumb :). Can't fathom much from the output 
though so any pointers would be appreciated.

Luke.

-- 
  Luke Taylor.                      Monkey Machine Ltd.
  PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk




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


Re: Changelog problems - null:56:15: null

Posted by Luke Taylor <ne...@freesurf.ch>.
OK, I've worked it out with the help of "maven -X" which was much more 
informative - IllegalArgumentException "less than six tokens in 
connection string"... it was missing the cvs module name.


-- 
  Luke Taylor.                      Monkey Machine Ltd.
  PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk




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


Re: Changelog problems - null:56:15: null

Posted by Luke Taylor <ne...@freesurf.ch>.
Ben Walding wrote:
> That sounds like you might not have a repository element in your 
> project.xml?
> 

Thanks for the suggestion, but I'm pretty sure that's OK. Like I said, I 
can paste the connection string directly from project.xml to cvs on the 
command line and it works OK. Also, if I modify the plugin script for 
changelog here:

           <ant:echo>Generating the changelog report</ant:echo>

           <changelog:changelog
             basedir="${basedir}"
             developers="${pom.developers}"
             factory="${maven.changelog.factory}"
             output="${maven.build.dir}/changelog.xml"
             outputEncoding="${maven.docs.outputencoding}"
             range="${maven.changelog.range}"
             repositoryConnection="${pom.repository.connection}"
             dateFormat="${maven.changelog.dateformat}"
             />

I can echo all the values (including the connection) immediately prior 
to the call. The exception is dateFormat which appears to be empty.

Luke.

-- 
  Luke Taylor.                      Monkey Machine Ltd.
  PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk




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


Re: Changelog problems - null:56:15: null

Posted by Ben Walding <be...@walding.com>.
That sounds like you might not have a repository element in your 
project.xml?

Luke Taylor wrote:

> Hi,
>
> I saw someone posted a similar problem recently and get a reply to 
> look for "SCM" in Maven but there's nothing like that in there. If I 
> call the site:run-reports goal I get
>
> site:run-reports:
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
>
> BUILD FAILED
> null:56:15: <changelog:changelog> null
> Total time:  6 seconds
>
> and the only entries in Maven.log are:
>
> 2003-04-11 02:06:30,953 INFO  org.apache.maven.plugin.PluginManager - 
> Initializing Plugins!
> 2003-04-11 02:06:31,046 INFO  org.apache.maven.plugin.PluginManager - 
> Processing Plugin: maven-castor-plugin-1.0
> 2003-04-11 02:06:31,203 INFO  org.apache.maven.plugin.PluginManager - 
> Processing Plugin: maven-deploy-plugin-1.1
> 2003-04-11 02:06:31,265 INFO  org.apache.maven.plugin.PluginManager - 
> Processing Plugin: maven-plexus-plugin-0.2
> 2003-04-11 02:06:31,296 INFO  org.apache.maven.plugin.PluginManager - 
> Processing Plugin: maven-sea-plugin-1.0
> 2003-04-11 02:06:31,296 INFO  org.apache.maven.plugin.PluginManager - 
> Processing Plugin: maven-vdoclet-plugin-1.0
> 2003-04-11 02:06:31,390 INFO  org.apache.maven.plugin.PluginManager - 
> Finished initializing Plugins!
>
> Plus another 40 lines warning like the following:
>
> 2003-04-11 02:06:33,218 ERROR org.apache.commons.jelly.tags.ant.AntTag 
> - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
> nested "available" element.
> 2003-04-11 02:06:33,218 ERROR org.apache.commons.jelly.tags.ant.AntTag 
> - Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
> "path" element.
>
> No attempt is made to contact the cvs server (I have a firewall 
> running) and I can call "cvs log" with the same connection string as I 
> have in the project.xml file without any problems.
>
> I'm using beta-9 download and jdk1.4.1_02. I haven't tried this before 
> so might be doing something dumb :). Can't fathom much from the output 
> though so any pointers would be appreciated.
>
> Luke.
>



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