Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-912 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-912 Summary: StatCVS Plugin only works with a webCVS location Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-statcvs Versions: 1.0-rc1 Assignee: Reporter: Martin Jaeger Created: Wed, 8 Oct 2003 9:23 AM Updated: Wed, 8 Oct 2003 9:23 AM Environment: Solaris 8 Description: The task for statCVS is started with the -weburl flag. But if no ${pom.repository.url} is available the parameter is empty. If nothing is given this will break the start of the statCVS. The line with the problem is marked in the plugin.jelly: <ant:java classname="net.sf.statcvs.Main" fork="true"> <ant:arg line="-output-dir ${maven.gen.docs}/statcvs"/> <ant:arg line="-title '${pom.name}'"/> <ant:arg line="-output-suite xdoc"/> <ant:arg line="-verbose"/> ------>> <ant:arg line="-weburl ${pom.repository.url}"/> <!-- TODO/FIXME: For some reason, it is hanging if I use the -use-history command line argument --> <!--ant:arg line="-use-history"/--> <ant:arg line="${statcvs.include}"/> <ant:arg value="${statcvs.logfile}"/> <ant:arg value="${basedir}/"/> <ant:classpath> <ant:pathelement location="${plugin.getDependencyPath('statcvs:statcvs-xml')}"/> <ant:pathelement location="${plugin.getDependencyPath('jfreechart:jfreechart')}"/> <ant:pathelement location="${plugin.getDependencyPath('jcommon:jcommon')}"/> <ant:pathelement location="${plugin.getDependencyPath('jdom:jdom')}"/> </ant:classpath> </ant:java> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
