Return-Path: Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 71797 invoked by uid 500); 11 Jun 2003 21:58:04 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 71782 invoked from network); 11 Jun 2003 21:58:03 -0000 Received: from unknown (HELO smtp2.nbnz.co.nz) (202.49.143.67) by daedalus.apache.org with SMTP; 11 Jun 2003 21:58:03 -0000 Received: FROM psmmg02.nbnz.co.nz BY smtp2.nbnz.co.nz ; Thu Jun 12 09:58:04 2003 +1200 Received: from psmmg02.nbnz.co.nz (Not Verified[156.13.76.57]) by psmmg02.nbnz.co.nz with MailMarshal (v5,0,3,91) id ; Thu, 12 Jun 2003 09:57:48 +1200 Received: by psmmg02.nbnz.co.nz with Internet Mail Service (5.5.2653.19) id ; Thu, 12 Jun 2003 09:57:48 +1200 Message-ID: <5FA85DB5FB07D7118CF50002A5754C098F8F36@nbnzhexch2.nbnz.co.nz> From: "FrancisJones, Richard" To: 'Maven Users List' Subject: RE: Problem with changelog, Maven 1.0-beta-9 Date: Thu, 12 Jun 2003 09:56:46 +1200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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" To: "'Maven Users List'" 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: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: 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 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: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org