This line is a give away:

Caused by: java.lang.IllegalArgumentException: repository connection 
string
contains less than six tokens
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


"FrancisJones, Richard" <[EMAIL PROTECTED]> wrote on 
11/06/2003 01:33:12 PM:

> I'm having a problem getting the maven-changelog-plugin to work in 
beta-9. I
> checked the maven.log for details of the cvs commands that are being 
used as
> sugested in the FAQ but there is no mention of cvs in the log.
> Other non-cvs related goals work fine as does the statcvs goal.
> 
> Details of the error and the contents of maven.log are below
> 
> Thanks for any help,
> 
> Richard.
> 
> 
> The error I'm getting is as follows:
> 
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
> 
> BUILD FAILED
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at
> org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.jav
> a:223)
>         at
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.jav
> a:151)
>         at
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>         at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>         at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>         at 
org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
>         at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>         at
> org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
> 
>         at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>         at 
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:116)
>         at com.werken.werkz.Goal.fire(Goal.java:639)
>         at com.werken.werkz.Goal.attain(Goal.java:575)
>         at
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 394)
>         at 
org.apache.maven.MavenSession.attainGoals(MavenSession.java:357)
>         at org.apache.maven.cli.App.doMain(App.java:524)
>         at org.apache.maven.cli.App.main(App.java:1080)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at com.werken.forehead.Forehead.run(Forehead.java:543)
>         at com.werken.forehead.Forehead.main(Forehead.java:573)
> Caused by: java.lang.IllegalArgumentException: repository connection 
string
> cont
> ains less than six tokens
>         at
> org.apache.maven.cvslib.CvsChangeLogGenerator.getScmLogCommand(CvsCha
> ngeLogGenerator.java:114)
>         at
> org.apache.maven.changelog.AbstractChangeLogGenerator.getEntries(Abst
> ractChangeLogGenerator.java:208)
>         at
> org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:2
> 74)
>         at
> org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:253)
>         ... 33 more
> java.lang.reflect.InvocationTargetException
> Total time:  2 seconds
> 
> maven.log shows:
> 
> 2003-06-11 15:30:24,794 INFO  org.apache.maven.plugin.PluginManager -
> Initializing Plugins!
> 2003-06-11 15:30:24,855 INFO  org.apache.maven.plugin.PluginManager -
> Processing Plugin: maven-castor-plugin-1.0
> 2003-06-11 15:30:24,931 INFO  org.apache.maven.plugin.PluginManager -
> Processing Plugin: maven-deploy-plugin-1.1
> 2003-06-11 15:30:24,961 INFO  org.apache.maven.plugin.PluginManager -
> Processing Plugin: maven-plexus-plugin-0.2
> 2003-06-11 15:30:24,976 INFO  org.apache.maven.plugin.PluginManager -
> Processing Plugin: maven-sea-plugin-1.0
> 2003-06-11 15:30:24,976 INFO  org.apache.maven.plugin.PluginManager -
> Processing Plugin: maven-vdoclet-plugin-1.0
> 2003-06-11 15:30:25,022 INFO  org.apache.maven.plugin.PluginManager -
> Finished initializing Plugins!
> 2003-06-11 15:30:26,087 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "available" element.
> 2003-06-11 15:30:26,102 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path"
> element.
> 2003-06-11 15:30:26,148 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "path" element.
> 2003-06-11 15:30:26,254 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path"
> element.
> 2003-06-11 15:30:26,254 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "path" element.
> 2003-06-11 15:30:26,422 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path"
> element.
> 2003-06-11 15:30:26,422 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "path" element.
> 2003-06-11 15:30:26,680 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path"
> element.
> 2003-06-11 15:30:26,695 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "path" element.
> 2003-06-11 15:30:26,985 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class com.werken.werkz.jelly.ProjectTag doesn't support the nested 
"path"
> element.
> 2003-06-11 15:30:26,985 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "path" element.
> 2003-06-11 15:30:27,015 ERROR org.apache.commons.jelly.tags.ant.AntTag -
> Class org.apache.commons.jelly.tags.core.IfTag doesn't support the 
nested
> "echo" element.
> 
> 
> This communication is confidential and may contain privileged material.
> If you are not the intended recipient you must not use, disclose, copy
> or retain it.
> If you have received it in error please immediately notify me by return 
email
> and delete the emails.
> Thank you.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to