maven-scm-api bug in test cases
-------------------------------

                 Key: SCM-233
                 URL: http://jira.codehaus.org/browse/SCM-233
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-api
    Affects Versions: 1.0
            Reporter: John Tolentino


Doing a release of an application using maven-scm will create an error when 
executing the tests for the maven-scm-api

When it did the checkout the source was placed into the 
foo/target/foo-1.0/maven-scm-api directory and the test cases where 
executed...this resulted in an error in the ScmFileSetTest which appeared to 
come from the test case using */target/* in an execludes and a file not being 
removed or something... perhaps because of the directory path looking like

/home/user/src/foo-trunk/target/foo-1.0/maven-scm-api/target/foo

we need to make sure that */target/* is treated right when there are two 
"target" tokens in the path

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

        

Reply via email to