Re: Changelog error linking to scm url

2006-02-23 Thread Brian Burridge
Right, because the source code isn't in cvs under webapps/appname, its under webapps/appname/src Brian On 2/23/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Just to make sure that I understand your problem. Somewhere in the > changelog report you have a link you have a link to, for example >

Re: Changelog error linking to scm url

2006-02-23 Thread Dennis Lundberg
Just to make sure that I understand your problem. Somewhere in the changelog report you have a link you have a link to, for example http://www.domain.com/cgi-bin/viewcvs.cgi/webapps/appname/com/bhn/cpms/dao/AssignedGroupDao.java But you expect it be http://www.domain.com/cgi-bin/viewcvs.cgi/weba

Re: Changelog error linking to scm url

2006-02-22 Thread Brian Burridge
Had to change some of it for obvious reasons. ** **scm:cvs:ext:[EMAIL PROTECTED]:/noc/cvs/:webapps/appname** **scm:cvs:ext:[EMAIL PROTECTED]:/noc/cvs/:webapps/appname** **http://www.domain.com/cgi-bin/viewcvs.cgi/webapps/appname/** ** Brian On 2/22/06, Denni

Re: Changelog error linking to scm url

2006-02-22 Thread Dennis Lundberg
Brian, Can you post the scm section of your POM here? -- Dennis Lundberg Brian Burridge wrote: What I meant was that in CVS the source code is in the src directory. I've already set the src code path in the POM. But in cvs its in a /src directory, to the SCM link isn't working. It links to the

Re: Changelog error linking to scm url

2006-02-22 Thread Brian Burridge
What I meant was that in CVS the source code is in the src directory. I've already set the src code path in the POM. But in cvs its in a /src directory, to the SCM link isn't working. It links to the viewcvs url I've provided and then tacks on the package and class name, but I need "/src/" in betwe

Re: Changelog error linking to scm url

2006-02-21 Thread Dennis Lundberg
Brian Burridge wrote: I am having two problems with the changelog plugin, version 2.0-beta-1. For the scm url, I have given the url to the root of the cvs project. However, the source code is in the /src directory within that project. How do I indicate this to the changelog plugin? Also, the cha

Changelog error linking to scm url

2006-02-20 Thread Brian Burridge
I am having two problems with the changelog plugin, version 2.0-beta-1. For the scm url, I have given the url to the root of the cvs project. However, the source code is in the /src directory within that project. How do I indicate this to the changelog plugin? Also, the changelog plugin is removin