[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55275 ] 

Emmanuel Venisse commented on SCM-129:
--

"?" status can be removed if you put files in cvs ignore list

> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55191 ] 

Dan Tran commented on SCM-129:
--

sorry you may want to open JIRA against M1 release plugin

> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55190 ] 

Dan Tran commented on SCM-129:
--

I guess you can open jira against m2 release plugin.  

There is a similar JIRA for m2 release plugin already.

In my case, I happen to have other none scm files unrelated to the build and 
release plugin is not happy about after SCM 125 fix.

I think maven scm for scv provide should quietly ignore "?" status and not 
report as unknown



> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55189 ] 

Dennis Lundberg commented on SCM-129:
-

But the (non scm) files are created by Maven as part of the release process. In 
my setup there are two files that are reported as unknown when I do
  maven scm:prepare-release

- project.xml.backup
- xdocs/changes.xml.backup

Both of these are modifies by Maven. Before I run maven I have checked that 
there are *no* files that needs to be checked in. Shouldn't  Maven remove these 
files before it starts tagging files for release?

> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55188 ] 

Dan Tran commented on SCM-129:
--

SCM-125 "?" status is mapped to "unknown" state which make release plugin 
unhappy.
Before I was ignore by cvs provider and there for release plugin has no problem 
with that

-Dan


> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55187 ] 

Dennis Lundberg commented on SCM-129:
-

I believe that this has been fixed by SCM-125. I will try to set up my 
dependencies on a project, to use the latest snapshots and see if I can get it 
to work.

> maven-release-plugin's checkForLocalModifications fails when there is non scm 
> files the project
> ---
>
>  Key: SCM-129
>  URL: http://jira.codehaus.org/browse/SCM-129
>  Project: Maven SCM
> Type: Bug

>   Components: maven-scm-provider-cvs
> Versions: 1.0-beta-3
>  Environment: xp, cvs, latest maven-release-snapshot snaphot
> Reporter: Dan Tran
>  Fix For: 1.0-beta-3

>
>
> when there are local files ( non scm files ) in the project, it becomes 
> unknow files  when release plugin perform scm:status 
> and there for release:prepare will fail.
> Is there a way  for cvs provider to ignore those files so that release plugin 
> will be happy?
> The word around is to do a clean checkout before release:prepare.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira