Re: Problem with changelog, Maven 1.0-beta-9

2003-07-01 Thread dion
Maven doesn't need that tag to execute other stuff.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


"Dave Ford" <[EMAIL PROTECTED]> wrote on 01/07/2003 06:00:24 AM:

> > This line is a give away:
> > Caused by: java.lang.IllegalArgumentException:
> > repository connection  string contains less than six tokens
> 
> Why does the documentation for the connection tag say Optional?
> 
> Dave Ford
> Smart Soft - The Developer Training Company
> http://www.smart-soft.com
> 
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 11, 2003 10:51 AM
> Subject: Re: Problem with changelog, Maven 1.0-beta-9
> 
> 
> > 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:5

Re: Problem with changelog, Maven 1.0-beta-9

2003-07-01 Thread Dave Ford
> This line is a give away:
> Caused by: java.lang.IllegalArgumentException:
> repository connection  string contains less than six tokens

Why does the documentation for the connection tag say Optional?

Dave Ford
Smart Soft - The Developer Training Company
http://www.smart-soft.com

- Original Message -
From: <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 10:51 AM
Subject: Re: Problem with changelog, Maven 1.0-beta-9


> 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.getScm

RE: Problem with changelog, Maven 1.0-beta-9

2003-06-11 Thread FrancisJones, Richard
Thanks all for your help, I'd missed scm:cvs from the connection string. 


>Caused by: java.lang.IllegalArgumentException: repository connection string
>contains less than six tokens

what is in your project.xml in  tag?


 ???



- Original Message - 
From: "FrancisJones, Richard" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 7:33 AM
Subject: Problem with changelog, Maven 1.0-beta-9


> 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.mave

Re: Problem with changelog, Maven 1.0-beta-9

2003-06-11 Thread dion
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.apa

Re: Problem with changelog, Maven 1.0-beta-9

2003-06-10 Thread Alexey Demakov
>Caused by: java.lang.IllegalArgumentException: repository connection string
>contains less than six tokens

what is in your project.xml in  tag?


 ???



- Original Message - 
From: "FrancisJones, Richard" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 7:33 AM
Subject: Problem with changelog, Maven 1.0-beta-9


> 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

Re: Problem with changelog, Maven 1.0-beta-9

2003-06-10 Thread Ben Walding
What is the repository string you have specified in your project.xml?

According to the error message, it does not have enough tokens.

FrancisJones, Richard wrote:

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.
2